iobroker.ical 1.13.1 → 1.13.2

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.
Files changed (3) hide show
  1. package/README.md +9 -13
  2. package/io-package.json +13 -13
  3. package/package.json +10 -10
package/README.md CHANGED
@@ -12,11 +12,14 @@
12
12
  This adapter allows to read .ics files from specific URL and parse it (Google Calendar or iCal).
13
13
  Alternatively it is possible to use a local `.ics` file (use absolute path to the file instead of URL)
14
14
 
15
- Read english [here](docs/en/README.md).
16
- Siehe deutsche [Version hier](docs/de/README.md).
17
-
18
15
  **This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.
19
16
 
17
+ ## Documentation
18
+
19
+ [🇺🇸 Documentation](./docs/en/README.md)
20
+
21
+ [🇩🇪 Dokumentation](./docs/de/README.md)
22
+
20
23
  ## Todo
21
24
  * `data.trigger` doesn't support `check` option
22
25
  * fix timezone stuff in tests
@@ -26,6 +29,9 @@ Siehe deutsche [Version hier](docs/de/README.md).
26
29
  Placeholder for the next version (at the beginning of the line):
27
30
  ### **WORK IN PROGRESS**
28
31
  -->
32
+ ### 1.13.2 (2022-08-29)
33
+ * (Apollon77) fix strange log messages by downgrading RRule again
34
+
29
35
  ### 1.13.1 (2022-06-27)
30
36
  * (klein0r) Changed request library
31
37
 
@@ -39,16 +45,6 @@ Siehe deutsche [Version hier](docs/de/README.md).
39
45
  ### 1.12.1 (2022-03-22)
40
46
  * (Apollon77) Adjust colorize of dates to also show dates started in the past with todays color
41
47
 
42
- ### 1.12.0 (2022-03-21)
43
- * (Apollon77/Scrounger) Add option to choose the ack flag set when updating foreign objects on events
44
- * (HSE83) use a color field from the calendar entry as color for display
45
- * (Apollon77) When no Arrow for already running events is shown and dates are not replaced with words display the start date in the list and not the end date
46
- * (Apollon77) When not replacing date with words and entry ends at 0:0:0 show the day before as end
47
- * (Apollon77) Fix issues when no end date is provided in the calendar entry (start and end are the same)
48
- * (Apollon77) Correctly calculate length of multi day events
49
- * (Apollon77) Respect DST changes in some calculations to prevent strange effects
50
- * (Apollon77) Parse ics Files with different line endings again
51
-
52
48
  ## License
53
49
 
54
50
  The MIT License (MIT)
package/io-package.json CHANGED
@@ -1,8 +1,20 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "ical",
4
- "version": "1.13.1",
4
+ "version": "1.13.2",
5
5
  "news": {
6
+ "1.13.2": {
7
+ "en": "fix strange log messages by downgrading RRule again",
8
+ "de": "seltsame Log-Nachrichten durch Downgrading RRule wieder beheben",
9
+ "ru": "исправить странные сообщения журнала путем понижать RRule снова",
10
+ "pt": "corrigir mensagens de log estranhas por downgrading RRule novamente",
11
+ "nl": "vertaling:",
12
+ "fr": "corriger des messages étranges en dégradant RRule à nouveau",
13
+ "it": "correggere i messaggi di registro strani degradando di nuovo RRule",
14
+ "es": "solucionar extraños mensajes de registro por la reducción de RRule de nuevo",
15
+ "pl": "naprawić dziwne wiadomości logowe poprzez zdegradowanie RRule'a ponownie",
16
+ "zh-cn": "f 照常逻辑信息,再降解后再降解。"
17
+ },
6
18
  "1.13.1": {
7
19
  "en": "Changed request library",
8
20
  "de": "Bibliothek der geänderten Anfrage",
@@ -74,18 +86,6 @@
74
86
  "es": "Se corrigió el procesamiento incorrecto de eventos de recurrencia.",
75
87
  "pl": "naprawiono nieprawidłowe przetwarzanie zdarzeń rekurencyjnych",
76
88
  "zh-cn": "修复了不正确的重复事件处理"
77
- },
78
- "1.11.5": {
79
- "en": "updated node-ical to latest 0.14.1\nfix another issue where an already ended event is still listed",
80
- "de": "Node-ical auf neueste 0.14.1 . aktualisiert\nBehebung eines weiteren Problems, bei dem ein bereits beendetes Ereignis noch aufgeführt wird",
81
- "ru": "обновлен node-ical до последней версии 0.14.1\nисправить другую проблему, когда уже завершившееся событие все еще отображается в списке",
82
- "pt": "Nó-ical atualizado para a última 0.14.1\ncorrigir outro problema em que um evento já encerrado ainda está listado",
83
- "nl": "bijgewerkte node-ical naar de laatste 0.14.1\neen ander probleem oplossen waarbij een reeds beëindigd evenement nog steeds wordt vermeld",
84
- "fr": "Node-ical mis à jour à la dernière version 0.14.1\nrésoudre un autre problème où un événement déjà terminé est toujours répertorié",
85
- "it": "aggiornato node-ical all'ultima 0.14.1\nrisolvere un altro problema in cui è ancora elencato un evento già terminato",
86
- "es": "actualizado node-ical a la última versión 0.14.1\nsolucionar otro problema en el que un evento ya finalizado todavía aparece en la lista",
87
- "pl": "zaktualizowano węzeł-ical do najnowszej wersji 0.14.1\nnapraw inny problem, w którym już zakończone wydarzenie jest nadal na liście",
88
- "zh-cn": "将 node-ical 更新为最新的 0.14.1\n修复另一个问题,即仍列出已结束的事件"
89
89
  }
90
90
  },
91
91
  "title": "iCal Calendar",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.ical",
3
- "version": "1.13.1",
3
+ "version": "1.13.2",
4
4
  "description": "Allows read information from google calender and from iCal.",
5
5
  "author": {
6
6
  "name": "bluefox",
@@ -41,31 +41,31 @@
41
41
  "cloneextend": "^0.0.3",
42
42
  "json-schema": "^0.4.0",
43
43
  "node-ical": "^0.15.1",
44
- "rrule": "2.6.9"
44
+ "rrule": "2.6.4"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@alcalzone/release-script": "^3.5.9",
48
48
  "@alcalzone/release-script-plugin-iobroker": "^3.5.9",
49
49
  "@alcalzone/release-script-plugin-license": "^3.5.9",
50
- "@iobroker/adapter-dev": "^1.0.0",
51
- "@iobroker/testing": "^3.0.2",
52
- "@types/chai": "^4.3.1",
50
+ "@iobroker/adapter-dev": "^1.0.1",
51
+ "@iobroker/testing": "^4.0.0",
52
+ "@types/chai": "^4.3.3",
53
53
  "@types/chai-as-promised": "^7.1.5",
54
54
  "@types/mocha": "^9.1.1",
55
- "@types/node": "^18.0.0",
55
+ "@types/node": "^18.7.13",
56
56
  "@types/proxyquire": "^1.3.28",
57
- "@types/sinon": "^10.0.11",
57
+ "@types/sinon": "^10.0.13",
58
58
  "@types/sinon-chai": "^3.2.8",
59
59
  "chai": "^4.3.6",
60
60
  "chai-as-promised": "^7.1.1",
61
61
  "chai-string": "^1.5.0",
62
- "eslint": "^8.18.0",
63
- "luxon": "^2.4.0",
62
+ "eslint": "^8.23.0",
63
+ "luxon": "^2.5.0",
64
64
  "mocha": "^10.0.0",
65
65
  "proxyquire": "^2.1.3",
66
66
  "sinon": "^14.0.0",
67
67
  "sinon-chai": "^3.7.0",
68
- "typescript": "~4.7.4"
68
+ "typescript": "~4.8.2"
69
69
  },
70
70
  "bugs": {
71
71
  "url": "https://github.com/iobroker-community-adapters/ioBroker.ical/issues"