iobroker.kanban 0.3.3 → 0.3.4

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 Björn Müller
3
+ Copyright (c) 2026 Björn Müller <bjoern@mueller.family>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -124,6 +124,9 @@ Details: [Security & access control](docs/en/README.md#security--access-control)
124
124
 
125
125
  <!-- Der Platzhalter bleibt stehen. release-script trägt hier die
126
126
  nächste Version ein und ersetzt die Überschrift. -->
127
+ ### 0.3.4 (2026-09-27)
128
+ * (bmueller77) The copyright line in `LICENSE` and the author entry in `io-package.json` carry an e-mail address now. The repository checker asks for one in both places, and it was only in `package.json`
129
+
127
130
  ### 0.3.3 (2026-09-21)
128
131
  * (bmueller77) **Everything the adapter says is in English now.** Thirty-five error messages were German, from `title fehlt` to `Karte '…' existiert nicht`. They reach users in the log, as REST responses and as the answer to a `sendTo` call, so a German message left half the ioBroker world guessing. Cron messages are included
129
132
  * (bmueller77) **Five state names were German** and are English now: `Card count`, `Overdue cards`, `Overdue cards (list)` and `Assigned open cards`. Since these objects are created only when they are missing, a new name never reached an existing installation. The adapter now corrects the names of its own objects once at startup, so boards that have been running for months are renamed as well
package/io-package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "kanban",
4
- "version": "0.3.3",
4
+ "version": "0.3.4",
5
5
  "titleLang": {
6
6
  "en": "Kanban Board",
7
7
  "de": "Kanban Board",
@@ -43,7 +43,7 @@
43
43
  "zh-cn": "带有独立 Web 服务器、Webhook、多用户支持和电子邮件通知的看板"
44
44
  },
45
45
  "authors": [
46
- "Björn Müller"
46
+ "Björn Müller <bjoern@mueller.family>"
47
47
  ],
48
48
  "platform": "Javascript/Node.js",
49
49
  "mode": "daemon",
@@ -74,6 +74,19 @@
74
74
  "license": "MIT"
75
75
  },
76
76
  "news": {
77
+ "0.3.4": {
78
+ "de": "- Copyright-Zeile in LICENSE und Autoreneintrag in io-package.json tragen jetzt eine E-Mail-Adresse",
79
+ "en": "- The copyright line in LICENSE and the author entry in io-package.json now carry an e-mail address",
80
+ "ru": "- Строка авторского права в LICENSE и запись автора в io-package.json теперь содержат адрес электронной почты",
81
+ "pt": "- A linha de direitos de autor em LICENSE e a entrada do autor em io-package.json incluem agora um endereço de e-mail",
82
+ "nl": "- De copyrightregel in LICENSE en de auteursvermelding in io-package.json bevatten nu een e-mailadres",
83
+ "fr": "- La ligne de copyright dans LICENSE et la mention d'auteur dans io-package.json comportent désormais une adresse e-mail",
84
+ "it": "- La riga di copyright in LICENSE e la voce autore in io-package.json contengono ora un indirizzo e-mail",
85
+ "es": "- La línea de copyright en LICENSE y la entrada de autor en io-package.json incluyen ahora una dirección de correo electrónico",
86
+ "pl": "- Wiersz praw autorskich w LICENSE oraz wpis autora w io-package.json zawierają teraz adres e-mail",
87
+ "uk": "- Рядок авторського права в LICENSE та запис автора в io-package.json тепер містять адресу електронної пошти",
88
+ "zh-cn": "- LICENSE 中的版权行和 io-package.json 中的作者条目现在都带有电子邮件地址"
89
+ },
77
90
  "0.3.3": {
78
91
  "de": "- Alle Meldungen des Adapters sind jetzt auf Englisch\n- Fünf Zustandsnamen waren deutsch und heißen jetzt \"Card count\", \"Overdue cards\", \"Overdue cards (list)\" und \"Assigned open cards\"; bestehende Installationen werden beim Start umbenannt\n- Der HTTP-Statuscode der REST-Schnittstelle hängt nicht mehr am Wortlaut der Fehlermeldung\n- \"reminderDaysBefore\" wird auch im Code auf 0 bis 30 begrenzt",
79
92
  "en": "- Every message the adapter produces is in English now\n- Five state names were German and are now \"Card count\", \"Overdue cards\", \"Overdue cards (list)\" and \"Assigned open cards\"; existing installations are renamed at startup\n- The HTTP status code of the REST API no longer depends on the wording of the error message\n- \"reminderDaysBefore\" is held to the range 0 to 30 in the code as well",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.kanban",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Kanban board for ioBroker with webhooks, multi-user support and email notifications",
5
5
  "author": {
6
6
  "name": "Björn Müller",