iobroker.ical 1.16.2 → 1.18.0

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
@@ -31,6 +31,14 @@ Sentry reporting, starting with js-controller 3.0, means that this adapter can u
31
31
  Placeholder for the next version (at the beginning of the line):
32
32
  ### **WORK IN PROGRESS**
33
33
  -->
34
+ ### 1.18.0 (2025-10-19)
35
+ * (jens-maus) update node-ical to latest 0.22.0 which reduces dependency load.
36
+
37
+ ### 1.17.0 (2025-09-15)
38
+ * (jens-maus) fixed adapter warnings and responsive design suggestions.
39
+ * (jens-maus) updated dependencies.
40
+ * (jens-maus) update node-ical to latest 0.21.0.
41
+
34
42
  ### 1.16.2 (2025-06-16)
35
43
 
36
44
  * (@GermanBluefox) Small fix in the configuration dialog
@@ -46,13 +54,6 @@ Sentry reporting, starting with js-controller 3.0, means that this adapter can u
46
54
  * (klein0r) Breaking change: Removed trigger state (subscribe is deprecated in js-controller 6.x)
47
55
  * (simatec) Responsive design added
48
56
 
49
- ### 1.15.0 (2024-04-30)
50
- * (mcm1957) Adapter requires node.js >= 18 and js-controller >= 5 now
51
- * (mcm1957) Dependencies have been updated
52
-
53
- ### 1.14.3 (2024-02-28)
54
- * (jens-maus) update node-ical to latest 0.18.0
55
-
56
57
  ## License
57
58
 
58
59
  The MIT License (MIT)
@@ -16,8 +16,9 @@
16
16
  "step": 1,
17
17
  "xs": 12,
18
18
  "sm": 12,
19
- "md": 4,
19
+ "md": 6,
20
20
  "lg": 4,
21
+ "xl": 4,
21
22
  "label": "Preview days"
22
23
  },
23
24
  "daysPast": {
@@ -26,8 +27,9 @@
26
27
  "step": 1,
27
28
  "xs": 12,
28
29
  "sm": 12,
29
- "md": 4,
30
+ "md": 6,
30
31
  "lg": 4,
32
+ "xl": 4,
31
33
  "label": "Past days"
32
34
  },
33
35
  "ignoreCaseInEventname": {
@@ -35,16 +37,19 @@
35
37
  "newLine": true,
36
38
  "xs": 12,
37
39
  "sm": 12,
38
- "md": 4,
40
+ "md": 6,
39
41
  "lg": 4,
42
+ "xl": 4,
40
43
  "label": "Ignore case for event-search"
41
44
  },
42
45
  "exactMatchInEventname": {
43
46
  "type": "checkbox",
44
47
  "newLine": true,
48
+ "xs": 12,
45
49
  "sm": 12,
46
- "md": 4,
50
+ "md": 6,
47
51
  "lg": 4,
52
+ "xl": 4,
48
53
  "label": "Exact Match for event-search"
49
54
  }
50
55
  }
@@ -57,8 +62,9 @@
57
62
  "type": "select",
58
63
  "xs": 12,
59
64
  "sm": 12,
60
- "md": 4,
65
+ "md": 6,
61
66
  "lg": 4,
67
+ "xl": 4,
62
68
  "noTranslation": true,
63
69
  "options": [
64
70
  {
@@ -102,16 +108,18 @@
102
108
  "newLine": true,
103
109
  "xs": 12,
104
110
  "sm": 12,
105
- "md": 4,
111
+ "md": 6,
106
112
  "lg": 4,
113
+ "xl": 4,
107
114
  "label": "Use by full day"
108
115
  },
109
116
  "defColor": {
110
117
  "type": "color",
111
118
  "xs": 12,
112
119
  "sm": 12,
113
- "md": 4,
120
+ "md": 6,
114
121
  "lg": 4,
122
+ "xl": 4,
115
123
  "label": "Default color for HTML"
116
124
  },
117
125
  "dataPaddingWithZeros": {
@@ -119,16 +127,18 @@
119
127
  "newLine": true,
120
128
  "xs": 12,
121
129
  "sm": 12,
122
- "md": 4,
130
+ "md": 6,
123
131
  "lg": 4,
132
+ "xl": 4,
124
133
  "label": "Padding date with '0'"
125
134
  },
126
135
  "replaceDates": {
127
136
  "type": "checkbox",
128
137
  "xs": 12,
129
138
  "sm": 12,
130
- "md": 4,
139
+ "md": 6,
131
140
  "lg": 4,
141
+ "xl": 4,
132
142
  "label": "Replace dates with words"
133
143
  },
134
144
  "everyCalOneColor": {
@@ -136,16 +146,18 @@
136
146
  "newLine": true,
137
147
  "xs": 12,
138
148
  "sm": 12,
139
- "md": 4,
149
+ "md": 6,
140
150
  "lg": 4,
151
+ "xl": 4,
141
152
  "label": "Every calendar has own color"
142
153
  },
143
154
  "colorize": {
144
155
  "type": "checkbox",
145
156
  "xs": 12,
146
157
  "sm": 12,
147
- "md": 4,
158
+ "md": 6,
148
159
  "lg": 4,
160
+ "xl": 4,
149
161
  "label": "Colorize HTML"
150
162
  },
151
163
  "forceFullday": {
@@ -153,16 +165,18 @@
153
165
  "newLine": true,
154
166
  "xs": 12,
155
167
  "sm": 12,
156
- "md": 4,
168
+ "md": 6,
157
169
  "lg": 4,
170
+ "xl": 4,
158
171
  "label": "Hide Start-End of events"
159
172
  },
160
173
  "hideYear": {
161
174
  "type": "checkbox",
162
175
  "xs": 12,
163
176
  "sm": 12,
164
- "md": 4,
177
+ "md": 6,
165
178
  "lg": 4,
179
+ "xl": 4,
166
180
  "label": "Hide Year"
167
181
  },
168
182
  "arrowAlreadyStarted": {
@@ -170,16 +184,18 @@
170
184
  "newLine": true,
171
185
  "xs": 12,
172
186
  "sm": 12,
173
- "md": 4,
187
+ "md": 6,
174
188
  "lg": 4,
189
+ "xl": 4,
175
190
  "label": "Add arrow for started events"
176
191
  },
177
192
  "addColorBox": {
178
193
  "type": "checkbox",
179
194
  "xs": 12,
180
195
  "sm": 12,
181
- "md": 4,
196
+ "md": 6,
182
197
  "lg": 4,
198
+ "xl": 4,
183
199
  "label": "Add event color if available"
184
200
  }
185
201
  }
@@ -194,6 +210,7 @@
194
210
  "sm": 12,
195
211
  "md": 12,
196
212
  "lg": 12,
213
+ "xl": 12,
197
214
  "label": "Calendars",
198
215
  "items": [
199
216
  {
@@ -373,8 +390,9 @@
373
390
  "newLine": true,
374
391
  "xs": 12,
375
392
  "sm": 12,
376
- "md": 4,
393
+ "md": 6,
377
394
  "lg": 4,
395
+ "xl": 4,
378
396
  "label": "Use custom user agent"
379
397
  },
380
398
  "customUserAgent": {
@@ -382,8 +400,9 @@
382
400
  "type": "text",
383
401
  "xs": 12,
384
402
  "sm": 12,
385
- "md": 8,
386
- "lg": 8,
403
+ "md": 6,
404
+ "lg": 4,
405
+ "xl": 4,
387
406
  "label": "User agent HTTP header"
388
407
  }
389
408
  }
@@ -398,6 +417,7 @@
398
417
  "sm": 12,
399
418
  "md": 12,
400
419
  "lg": 12,
420
+ "xl": 12,
401
421
  "label": "Events",
402
422
  "items": [
403
423
  {
@@ -552,4 +572,4 @@
552
572
  }
553
573
  }
554
574
  }
555
- }
575
+ }
package/io-package.json CHANGED
@@ -1,8 +1,34 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "ical",
4
- "version": "1.16.2",
4
+ "version": "1.18.0",
5
5
  "news": {
6
+ "1.18.0": {
7
+ "en": "update node-ical to latest 0.22.0 which reduces dependency load.",
8
+ "de": "update node-ical auf neueste 0.22.0, was die abhängigkeitslast reduziert.",
9
+ "ru": "обновить узел до последнего 0.22.0, что снижает нагрузку на зависимость.",
10
+ "pt": "atualizar nó-ical para o último 0.22.0 o que reduz a carga de dependência.",
11
+ "nl": "update node-ical naar de laatste 0,22.0 die de afhankelijkheid belasting vermindert.",
12
+ "fr": "mettre à jour noeud-ical à la dernière 0.22, ce qui réduit la charge de dépendance.",
13
+ "it": "aggiornamento nodo-ical al più recente 0.22.0 che riduce il carico di dipendenza.",
14
+ "es": "actualizar node-ical a la última 0.22.0 que reduce la carga de dependencia.",
15
+ "pl": "aktualizacja nodeical do najnowszej wersji 0.22.0, która zmniejsza obciążenie zależne.",
16
+ "uk": "update node-ical to last 0.22.0 який зменшує навантаження залежностей.",
17
+ "zh-cn": "将节点更新到最新的0.220,以减少依赖性负载."
18
+ },
19
+ "1.17.0": {
20
+ "en": "fixed adapter warnings and responsive design suggestions.\nupdated dependencies.\nupdate node-ical to latest 0.21.0.",
21
+ "de": "Behobene Adapter-Warnungen und Vorschläge für responsives Design.\nAbhängigkeiten aktualisiert.\nAktualisiere node-ical auf die neueste Version 0.21.0.",
22
+ "ru": "исправлены предупреждения адаптера и учтены рекомендации по адаптивному дизайну.\nобновлены зависимости.\nОбновить библиотеку node-ical до последней версии 0.21.0.",
23
+ "pt": "corrigidas advertências do adaptador e sugestões de design responsivo.\natualizadas dependências.\nAtualize node-ical para a versão mais recente 0.21.0.",
24
+ "nl": "adapterwaarschuwingen opgelost en suggesties voor responsief ontwerp.\nbijgewerkte afhankelijkheden.\nUpdate node-ical naar de nieuwste versie 0.21.0.",
25
+ "fr": "correction des avertissements de l'adaptateur et des suggestions de design réactif.\nMise à jour des dépendances.\nMettre à jour node-ical à la dernière version 0.21.0.",
26
+ "it": "Corretti avvisi dell'adattatore e suggerimenti per il design responsive.\nAggiornate le dipendenze.\nAggiornare node-ical alla versione più recente 0.21.0.",
27
+ "es": "Se corrigieron advertencias del adaptador y sugerencias de diseño receptivo.\nactualizadas las dependencias.\nActualizar node-ical a la última versión 0.21.0.",
28
+ "pl": "naprawione ostrzeżenia adaptera i sugestie dotyczące responsywnej szaty graficznej.\nZaktualizowano zależności.\nZaktualizuj node-ical do najnowszej wersji 0.21.0.",
29
+ "uk": "виправлені попередження адаптера та рекомендації щодо адаптивного дизайну.\nоновлено залежності.\nОновлення node-ical до останньої версії 0.21.0.",
30
+ "zh-cn": "修复了适配器的警告和响应式设计建议。\n更新了依赖项。\n更新node-ical到最新的版本0.21.0。"
31
+ },
6
32
  "1.16.2": {
7
33
  "en": "Small fix in the configuration dialog",
8
34
  "de": "Kleine Fixierung im Konfigurationsdialog",
@@ -67,32 +93,6 @@
67
93
  "pl": "aktualizacja nodeical do najnowszej wersji 0.18.0",
68
94
  "uk": "оновлення вершини-ical до останньої 0.18.0",
69
95
  "zh-cn": "将节点更新为最新0.1.8"
70
- },
71
- "1.14.2": {
72
- "en": "update node-ical to latest 0.17.2",
73
- "de": "update node-ical bis neueste 0,17.2",
74
- "ru": "обновление узла к последней 0.17.2",
75
- "pt": "atualizar node-ical para mais recente 0,17.2",
76
- "nl": "update node-ical naar nieuwste 0,17,2",
77
- "fr": "mettre à jour noeud-ical à la dernière 0.17.2",
78
- "it": "aggiornamento nodo-ical a più tardi 0.17.2",
79
- "es": "actualización node-ical a última 0.17.2",
80
- "pl": "aktualizacja node- ical do najnowszej 0, 17, 2",
81
- "uk": "оновлення вершини-ical до останнього 0.17.2 км",
82
- "zh-cn": "将节点更新为最新的 0.17.2 (中文(简体) )"
83
- },
84
- "1.14.1": {
85
- "en": "Create dummy file in files tab\nFixed recurring events",
86
- "de": "Erstellen Sie Dummy-Datei in Dateien Tab\nFeste wiederkehrende Ereignisse",
87
- "ru": "Создать файл dummy в вкладке\nИсправленные повторяющиеся события",
88
- "pt": "Criar arquivo fictício na guia de arquivos\nCorrigido eventos recorrentes",
89
- "nl": "Pummelbestand aanmaken in tabblad bestanden\nVaste terugkerende gebeurtenissen",
90
- "fr": "Créer un fichier fictif dans l'onglet fichiers\nÉvénements récurrents fixes",
91
- "it": "Crea file fittizio nella scheda file\nEventi ricorrenti fissi",
92
- "es": "Crear archivo dummy en la pestaña archivos\nActos recurrentes fijos",
93
- "pl": "Utwórz plik atrapy w zakładce pliki\nNaprawiono powtarzające się zdarzenia",
94
- "uk": "Створіть файл dummy у вкладці файлів\nВиправлено повторювані події",
95
- "zh-cn": "在文件标签中创建模拟文件\n固定经常性活动"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -164,12 +164,12 @@
164
164
  },
165
165
  "dependencies": [
166
166
  {
167
- "js-controller": ">=5.0.19"
167
+ "js-controller": ">=6.0.11"
168
168
  }
169
169
  ],
170
170
  "globalDependencies": [
171
171
  {
172
- "admin": ">=6.13.16"
172
+ "admin": ">=7.6.17"
173
173
  }
174
174
  ]
175
175
  },