iobroker.alarm 3.6.4 → 3.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -27,8 +27,14 @@
27
27
 
28
28
  <!--
29
29
  Placeholder for the next version (at the beginning of the line):
30
- ### **WORK IN PROGRESS**
30
+
31
31
  -->
32
+ ### 3.6.7 (2024-12-18)
33
+ * (misanorot) ESlint 9 #267
34
+
35
+ ### 3.6.5 (2024-12-15)
36
+ * (misanorot) fixed Firefox scrolling issue #266
37
+
32
38
  ### 3.6.4 (2024-10-23)
33
39
  * (simatec) fixed issue #256 responsive design
34
40
 
@@ -39,12 +45,6 @@
39
45
  ### 3.6.1 (2024-06-19)
40
46
  * (misanorot) fixed presence at burgle
41
47
 
42
- ### 3.6.0 (2024-01-06)
43
- * (misanorot) added new zone functions ON/OFF / Please check the readme
44
-
45
- ### 3.5.0 (2024-01-05)
46
- * (misanorot) added activation aborted speech output
47
-
48
48
  ## License
49
49
  MIT License
50
50
 
package/admin/style.css CHANGED
@@ -313,4 +313,15 @@ body {
313
313
 
314
314
  .adapter-body {
315
315
  overflow: hidden;
316
+ }
317
+
318
+ /* Only for Firefox */
319
+ @supports (-moz-appearance: none) {
320
+ .adapter-body {
321
+ overflow: hidden;
322
+ }
323
+
324
+ .m .page {
325
+ height: calc(100vh - 180px);
326
+ }
316
327
  }
package/io-package.json CHANGED
@@ -1,8 +1,47 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "alarm",
4
- "version": "3.6.4",
4
+ "version": "3.6.7",
5
5
  "news": {
6
+ "3.6.7": {
7
+ "en": "ESlint 9 #267",
8
+ "de": "ESlint 9 #267",
9
+ "ru": "9 #267",
10
+ "pt": "ESlint 9 #267",
11
+ "nl": "ESlint 9 #267",
12
+ "fr": "ESlint 9 #267",
13
+ "it": "ESlint 9 #267",
14
+ "es": "ESlint 9 #267",
15
+ "pl": "ESlint 9 # 267",
16
+ "uk": "ESlint 9 #267",
17
+ "zh-cn": "ESlint 9 # 267 (英语)"
18
+ },
19
+ "3.6.6": {
20
+ "en": "ESlint 9 #267",
21
+ "de": "ESlint 9 #267",
22
+ "ru": "9 #267",
23
+ "pt": "ESlint 9 #267",
24
+ "nl": "ESlint 9 #267",
25
+ "fr": "ESlint 9 #267",
26
+ "it": "ESlint 9 #267",
27
+ "es": "ESlint 9 #267",
28
+ "pl": "ESlint 9 # 267",
29
+ "uk": "ESlint 9 #267",
30
+ "zh-cn": "ESlint 9 # 267 (英语)"
31
+ },
32
+ "3.6.5": {
33
+ "en": "fixed Firefox scrolling issue #266",
34
+ "de": "fix Firefox Scrolling Ausgabe #266",
35
+ "ru": "#266",
36
+ "pt": "corrigido o problema de rolagem do Firefox #266",
37
+ "nl": "vast Firefox scrollen probleem #266",
38
+ "fr": "correction Firefox défilement problème #266",
39
+ "it": "risolto Firefox problema di scorrimento #266",
40
+ "es": "edición fija de desplazamiento de Firefox #266",
41
+ "pl": "stały problem przewijania Firefox # 266",
42
+ "uk": "виправлено помилку Firefox #266",
43
+ "zh-cn": "固定 Firefox 滚动问题# 266"
44
+ },
6
45
  "3.6.4": {
7
46
  "en": "fixed issue #256 responsive design",
8
47
  "de": "fixe ausgabe #256 responsive design",
@@ -54,45 +93,6 @@
54
93
  "pl": "stała obecność w punkcie wgłębienia",
55
94
  "uk": "фіксована присутність в burgle",
56
95
  "zh-cn": "旋转时的固定存在"
57
- },
58
- "3.6.0": {
59
- "en": "added new zone functions ON/OFF / Please check the readme",
60
- "de": "neue Zonenfunktionen ON/OFF / Bitte überprüfen Sie das Readme",
61
- "ru": "дополнительные функции зоны ON/OFF / Пожалуйста, проверяйте считыватель",
62
- "pt": "adicionado novas funções de zona ON/OFF / Por favor, verifique o readme",
63
- "nl": "toegevoegde nieuwe zonefuncties AAN/UIT / Controleer de readme",
64
- "fr": "ajout de nouvelles fonctions de zone ON/OFF / Veuillez vérifier la lecture",
65
- "it": "aggiunto nuove funzioni zona ON/OFF / Si prega di controllare il readme",
66
- "es": "nuevas funciones de zona ON/OFF / Por favor, compruebe el readme",
67
- "pl": "dodano nowe funkcje strefy ON / OFF / Proszę sprawdzić readme",
68
- "uk": "додано нові функції зони ON/OFF / Будь ласка, перевірте",
69
- "zh-cn": "添加新区域函数 ON/OFF / 请检查 readme"
70
- },
71
- "3.5.0": {
72
- "en": "added activation aborted speech output",
73
- "de": "zusätzliche aktivierung abgebrochene sprachausgabe",
74
- "ru": "добавленная активация прерванный выход речи",
75
- "pt": "adicionada ativação abortada saída de fala",
76
- "nl": "toegevoegde activering afgebroken spraakuitvoer",
77
- "fr": "ajout d'une sortie vocale avortée d'activation",
78
- "it": "attivazione aggiunta abortire uscita del discorso",
79
- "es": "añadida activación abortada discurso salida",
80
- "pl": "dodana aktywacja przerwane wyjście mowy",
81
- "uk": "додана активація прискореного виходу мови",
82
- "zh-cn": "添加激活中止的语音输出"
83
- },
84
- "3.4.3": {
85
- "en": "added silent_alarm (state list) to shortcuts",
86
- "de": "stumm_alarm (stateliste) zu shortcuts hinzugefügt",
87
- "ru": "добавлено quiet_alarm (список состояния) на shortcuts",
88
- "pt": "adicionado silent_alarm (lista de estado) para atalhos",
89
- "nl": "vertaling:",
90
- "fr": "added silent_alarm (state list) to shortcuts",
91
- "it": "aggiunto silent_alarm (elenco di stato) alle scorciatoie",
92
- "es": "añadido silencio_alarma (lista de estado) a atajos",
93
- "pl": "dodał cichą listę (listę stanową) do skrótów",
94
- "uk": "додано безшумний_алматичний список (державний список) для ярликів",
95
- "zh-cn": "补充沉默:沉默(国家名单)"
96
96
  }
97
97
  },
98
98
  "titleLang": {