iobroker.ical 1.18.0 → 1.18.1

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,9 @@ 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.1 (2025-10-24)
35
+ * (jens-maus) update node-ical to latest 0.22.1 fixing UTC tz issues.
36
+
34
37
  ### 1.18.0 (2025-10-19)
35
38
  * (jens-maus) update node-ical to latest 0.22.0 which reduces dependency load.
36
39
 
@@ -48,12 +51,6 @@ Sentry reporting, starting with js-controller 3.0, means that this adapter can u
48
51
  * (jens-maus) update node-ical to latest 0.20.1
49
52
  * (jens-maus) save cached files to os tmpdir instead.
50
53
 
51
- ### 1.16.0 (2024-10-29)
52
- * (cvoelkel76) added checkbox to allow exactly matching of a calendar event.
53
- * (jens-maus) update node-ical to latest 0.20.0
54
- * (klein0r) Breaking change: Removed trigger state (subscribe is deprecated in js-controller 6.x)
55
- * (simatec) Responsive design added
56
-
57
54
  ## License
58
55
 
59
56
  The MIT License (MIT)
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "ical",
4
- "version": "1.18.0",
4
+ "version": "1.18.1",
5
5
  "news": {
6
+ "1.18.1": {
7
+ "en": "update node-ical to latest 0.22.1 fixing UTC tz issues.",
8
+ "de": "update node-ical auf neueste 0.22.1 beheben UTC tz Probleme.",
9
+ "ru": "обновить узел-каль до последнего 0.22.1, исправляя проблемы UTC tz.",
10
+ "pt": "atualizar nó-ical para mais recente 0.22.1 fixando problemas UTC tz.",
11
+ "nl": "update node-ical naar de laatste 0.22.1 vaststelling UTC tz problemen.",
12
+ "fr": "mettre à jour noeud-ical à la dernière 0.22.1 Correction des problèmes UTC tz.",
13
+ "it": "aggiornamento nodo-ical al più recente 0.22.1 risolvere problemi UTC tz.",
14
+ "es": "actualizar node-ical a los últimos 0.22.1 solucionar problemas de UTC tz.",
15
+ "pl": "aktualizuj node-ical do najnowszej wersji 0.22.1 naprawiania problemów UTC tz.",
16
+ "uk": "update node-ical to last 0.22.1 Fixing UTC tz проблеми.",
17
+ "zh-cn": "将节点更新到最新的0.22.1 修复 UTC 的 tz 问题."
18
+ },
6
19
  "1.18.0": {
7
20
  "en": "update node-ical to latest 0.22.0 which reduces dependency load.",
8
21
  "de": "update node-ical auf neueste 0.22.0, was die abhängigkeitslast reduziert.",
@@ -80,19 +93,6 @@
80
93
  "pl": "Adapter wymaga node.js > = 18 i kontroler js- > = 5 teraz\nZaktualizowano zależności",
81
94
  "uk": "Адаптер вимагає node.js >= 18 і js-controller >= 5 тепер\nЗалежність було оновлено",
82
95
  "zh-cn": "适配器需要节点.js QQ18和js控制器 QQ 现在5号\n依赖关系已更新"
83
- },
84
- "1.14.3": {
85
- "en": "update node-ical to latest 0.18.0",
86
- "de": "update node-ical auf neueste 0.18.0",
87
- "ru": "обновление узла к последнему 0.18.0",
88
- "pt": "atualização node-ical para mais recente 0.18.0",
89
- "nl": "node-ical updaten naar de laatste 0.18.0",
90
- "fr": "mettre à jour noeud-ical à la dernière 0.18.0",
91
- "it": "aggiornamento nodo-ical al più recente 0.18.0",
92
- "es": "actualización node-ical al último 0.18.0",
93
- "pl": "aktualizacja nodeical do najnowszej wersji 0.18.0",
94
- "uk": "оновлення вершини-ical до останньої 0.18.0",
95
- "zh-cn": "将节点更新为最新0.1.8"
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.ical",
3
- "version": "1.18.0",
3
+ "version": "1.18.1",
4
4
  "description": "Allows read information from google calender and from iCal.",
5
5
  "author": {
6
6
  "name": "bluefox",
@@ -42,7 +42,7 @@
42
42
  "axios": "^1.12.2",
43
43
  "cloneextend": "^0.0.3",
44
44
  "json-schema": "^0.4.0",
45
- "node-ical": "^0.22.0",
45
+ "node-ical": "^0.22.1",
46
46
  "rrule": "2.8.1"
47
47
  },
48
48
  "devDependencies": {