iobroker.frontier_silicon 0.1.2 → 0.2.0
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/CHANGELOG_OLD.md +4 -0
- package/README.md +4 -4
- package/io-package.json +14 -14
- package/package.json +1 -1
package/CHANGELOG_OLD.md
CHANGED
package/README.md
CHANGED
|
@@ -207,6 +207,10 @@ Please be aware that you can sometimes choose between "pushing a button" or "set
|
|
|
207
207
|
Placeholder for the next version (at the beginning of the line):
|
|
208
208
|
### **WORK IN PROGRESS**
|
|
209
209
|
-->
|
|
210
|
+
### 0.2.0 (2024-01-28)
|
|
211
|
+
|
|
212
|
+
- (pdbjjens) Change: Increase minor version number
|
|
213
|
+
|
|
210
214
|
### 0.1.2 (2024-01-26) - 2024 maintenance release
|
|
211
215
|
|
|
212
216
|
- (pdbjjens) Change: node>=16, js-contoller>=4 and admin>=5 required
|
|
@@ -237,10 +241,6 @@ Please be aware that you can sometimes choose between "pushing a button" or "set
|
|
|
237
241
|
- (pdbjjens) New: Use adapter-dev instead of gulp translate
|
|
238
242
|
- (pdbjjens) Fix: Prevent js-controller >=3.2.x warnings regarding non-existent objects and typeErrors
|
|
239
243
|
|
|
240
|
-
### 0.0.10 (2020-11-29)
|
|
241
|
-
|
|
242
|
-
- Translations
|
|
243
|
-
|
|
244
244
|
## Legal Notices
|
|
245
245
|
|
|
246
246
|
Frontier, Frontier Silicon, SmartRadio, UNDOK and associated logos are trademarks or registered trademarks of Frontier Smart Technologies Limited [https://www.frontiersmart.com](https://www.frontiersmart.com)
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "frontier_silicon",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.2.0",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.2.0": {
|
|
7
|
+
"en": "Change: Increase minor version number",
|
|
8
|
+
"de": "Änderung: Nebenversionsnummer erhöhen",
|
|
9
|
+
"ru": "Изменение: Увеличить число версии",
|
|
10
|
+
"pt": "Mudança: Aumentar o número de versão menor",
|
|
11
|
+
"nl": "Wijziging: Verhoog klein versienummer",
|
|
12
|
+
"fr": "Changement: Augmenter le nombre de versions mineures",
|
|
13
|
+
"it": "Modifica: Aumentare il numero di versione minore",
|
|
14
|
+
"es": "Cambio: Aumentar el número de versión menor",
|
|
15
|
+
"pl": "Zmiana: Zwiększ numer wersji mniejszej",
|
|
16
|
+
"uk": "Зміна: Підвищений номер меншої версії",
|
|
17
|
+
"zh-cn": "更改: 增加小版本号"
|
|
18
|
+
},
|
|
6
19
|
"0.1.2": {
|
|
7
20
|
"en": "Change: node>=16, js-contoller>=4 and admin>=5 required\nNew: Optionally display PIN code and limit to 4 digits in config GUI\nUpdated dependencies",
|
|
8
21
|
"de": "Änderung: node>=16, js-contoller>=4 und admin>=5 erforderlich\nNeu: Optional PIN-Code anzeigen und auf 4 Stellen in config GUI begrenzen\nAktualisierte Abhängigkeiten",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "Nicer przeczytał i (pomyślnie) bardziej solidny sesyjny charakter",
|
|
81
94
|
"uk": "Хороший читме і (повно) більш надійний процес сеансу",
|
|
82
95
|
"zh-cn": "尼亚区读者和(希望)更强的会议"
|
|
83
|
-
},
|
|
84
|
-
"0.0.8": {
|
|
85
|
-
"en": "Formal but neccessary stuff for ioBroker",
|
|
86
|
-
"de": "Formales, aber notwendiges Material für ioBroker",
|
|
87
|
-
"ru": "Формальные, но необходимые вещи для ioBroker",
|
|
88
|
-
"pt": "Material formal mas necessário para ioBroker",
|
|
89
|
-
"nl": "Formal maar neccessary spul voor ioBroker",
|
|
90
|
-
"fr": "Des trucs formels mais neccessaires pour ioBroker",
|
|
91
|
-
"it": "Roba formale ma neccessaria per ioBroker",
|
|
92
|
-
"es": "Cosas formales pero no exitosas para ioBroker",
|
|
93
|
-
"pl": "Formalny, lecz niekomercyjny materiał dla ioBrokera",
|
|
94
|
-
"uk": "Формальні але необхідні речі для ioBroker",
|
|
95
|
-
"zh-cn": "Broker的原状但必要性障碍"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|