iobroker.gotify-ws 0.1.8 → 0.1.9
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 +3 -0
- package/admin/jsonConfig.json +10 -2
- package/io-package.json +14 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -65,6 +65,9 @@ You can then configure a notification service of your choice for forwarding.
|
|
|
65
65
|
---
|
|
66
66
|
<!-- ### **WORK IN PROGRESS** -->
|
|
67
67
|
## Changelog
|
|
68
|
+
### 0.1.9 (2024-09-26)
|
|
69
|
+
* (simatec) Fix for admin 7.1.5
|
|
70
|
+
|
|
68
71
|
### 0.1.8 (2024-09-24)
|
|
69
72
|
* (simatec) Responsive Design fix
|
|
70
73
|
* (simatec) Cleaned code
|
package/admin/jsonConfig.json
CHANGED
|
@@ -300,14 +300,22 @@
|
|
|
300
300
|
"noTranslation": true,
|
|
301
301
|
"href": "https://paypal.me/mk1676",
|
|
302
302
|
"src": "https://img.shields.io/badge/paypal-donate%20%7C%20spenden-blue.svg",
|
|
303
|
-
"newLine": true
|
|
303
|
+
"newLine": true,
|
|
304
|
+
"xs": 7,
|
|
305
|
+
"sm": 3,
|
|
306
|
+
"md": 3,
|
|
307
|
+
"lg": 1.2
|
|
304
308
|
},
|
|
305
309
|
"_githubSponsor": {
|
|
306
310
|
"type": "staticImage",
|
|
307
311
|
"tooltip": "GitHub Sponsors",
|
|
308
312
|
"noTranslation": true,
|
|
309
313
|
"href": "https://github.com/sponsors/simatec",
|
|
310
|
-
"src": "https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86"
|
|
314
|
+
"src": "https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86",
|
|
315
|
+
"xs": 5,
|
|
316
|
+
"sm": 2,
|
|
317
|
+
"md": 2,
|
|
318
|
+
"lg": 0.8
|
|
311
319
|
}
|
|
312
320
|
}
|
|
313
321
|
}
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "gotify-ws",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.9",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.1.9": {
|
|
7
|
+
"en": "Fix for admin 7.1.5",
|
|
8
|
+
"de": "Fix für admin 7.1.5",
|
|
9
|
+
"ru": "Admin 7.1.5",
|
|
10
|
+
"pt": "Fix para admin 7.1.5",
|
|
11
|
+
"nl": "Fix voor admin 7.1.5",
|
|
12
|
+
"fr": "Correction pour admin 7.1.5",
|
|
13
|
+
"it": "Fissare per admin 7.1.5",
|
|
14
|
+
"es": "Corrección para administración 7.1.5",
|
|
15
|
+
"pl": "Popraw dla admin 7.1.5",
|
|
16
|
+
"uk": "Виправлення для адміністратора 7.1.5",
|
|
17
|
+
"zh-cn": "7.1.5 管理员的固定"
|
|
18
|
+
},
|
|
6
19
|
"0.1.8": {
|
|
7
20
|
"en": "Responsive Design fix\nCleaned code",
|
|
8
21
|
"de": "Responsive Design fix\nGesäuberter Code",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "Napraw test i wydaj\nPopraw czas",
|
|
81
94
|
"uk": "Тестування та реліз\nВиправлення часу",
|
|
82
95
|
"zh-cn": "修复测试和释放\n修正超时"
|
|
83
|
-
},
|
|
84
|
-
"0.1.2": {
|
|
85
|
-
"en": "(simatec) Fix io-package\n(simatec) Notification-Manager added",
|
|
86
|
-
"de": "(simatec)\n(simatec) Notification-Manager hinzugefügt",
|
|
87
|
-
"ru": "Fix io-package\n(simatec)",
|
|
88
|
-
"pt": "(simatec) Fix io-package\n(simatec) Notificação-Manager adicionado",
|
|
89
|
-
"nl": "Fix io-package\n(simatec) Notification-Manager toegevoegd",
|
|
90
|
-
"fr": "(simatec) Correction de l'emballage\n(simatec) Avis-Gestionnaire ajouté",
|
|
91
|
-
"it": "(simatec) Fissare io-package\n(simatec) Notificazione-Manager aggiunto",
|
|
92
|
-
"es": "(simatec) Fija io-paquete\n(simatec) Notification-Manager añadido",
|
|
93
|
-
"pl": "(simatec) Napraw pakiet jo-\n(simatec) Notification-Manager dodany",
|
|
94
|
-
"uk": "(simatec) Фіксація io-package\n(simatec) Notification-Manager додано",
|
|
95
|
-
"zh-cn": "(静电)\n(simatec) 通知管理器添加"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|