iobroker.drag-indicator 2.0.6 → 2.0.7
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/jsonCustom.json +1 -1
- package/io-package.json +13 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,6 +22,9 @@ e.g. you can use it for power or temperature values.
|
|
|
22
22
|
### **WORK IN PROGRESS**
|
|
23
23
|
-->
|
|
24
24
|
|
|
25
|
+
### 2.0.7 (2022-08-28) - cronjob updated to complex mode
|
|
26
|
+
* (BenAhrdt) cronjob wizard removed and complex mode enabled
|
|
27
|
+
|
|
25
28
|
### 2.0.6 (2022-06-23) - comments added
|
|
26
29
|
* (BenAhrdt) comment some lines for better undestanding
|
|
27
30
|
|
package/admin/jsonCustom.json
CHANGED
package/io-package.json
CHANGED
|
@@ -1,8 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "drag-indicator",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.7",
|
|
5
5
|
"news": {
|
|
6
|
+
"2.0.7": {
|
|
7
|
+
"en": "cronjob wizard removed and complex mode enabled",
|
|
8
|
+
"de": "cronjob assistent entfernt und komplexer modus aktiviert",
|
|
9
|
+
"ru": "cronjob wizard удален и комплексный режим включен",
|
|
10
|
+
"pt": "assistente cronjob removido e modo complexo habilitado",
|
|
11
|
+
"nl": "quality over quantity (qoq) releases vertaling:",
|
|
12
|
+
"fr": "cronjob wizard enlevé et mode complexe activé",
|
|
13
|
+
"it": "mago di cronjob rimosso e modalità complessa abilitata",
|
|
14
|
+
"es": "asistente de cronjob eliminado y modo complejo habilitado",
|
|
15
|
+
"pl": "cronjob wizard usunął i złożony tryb pozwalał usunąć się",
|
|
16
|
+
"zh-cn": "被撤职和复杂模式的复杂化"
|
|
17
|
+
},
|
|
6
18
|
"2.0.6": {
|
|
7
19
|
"en": "comment some lines for better undestanding",
|
|
8
20
|
"de": "kommentieren einige zeilen für besseres unverständnis",
|