Skip to content

Commit 69a01ec

Browse files
committed
chore: release v2.2.0
* (jpk) Select port by ID instead of name as option * (bluefox) Updated GUI for admin 6
1 parent 6483674 commit 69a01ec

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Javascript/Node.js based `Busware CUL USB / culfw` adapter
3939
-->
4040

4141
## Changelog
42-
### **WORK IN PROGRESS**
42+
### 2.2.0 (2023-04-17)
4343
* (jpk) Select port by ID instead of name as option
4444
* (bluefox) Updated GUI for admin 6
4545

io-package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "cul",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"news": {
6+
"2.2.0": {
7+
"en": "Select port by ID instead of name as option\nUpdated GUI for admin 6",
8+
"de": "Wählen Sie Port per ID anstelle des Namens als Option\nAktualisierte GUI für admin 6",
9+
"ru": "Выберите порт ID вместо имени в качестве опции\nОбновлено GUI для admin 6",
10+
"pt": "Selecione a porta por ID em vez de nome como opção\nGUI atualizado para admin 6",
11+
"nl": "Select port in plaats van naam als optie\nQuality over Quantity (QoQ) Releases Vertaling:",
12+
"fr": "Sélectionnez le port par ID au lieu du nom comme option\nActualisé GUI pour admin 6",
13+
"it": "Selezionare la porta per ID invece di nome come opzione\nGUI aggiornata per admin 6",
14+
"es": "Seleccione el puerto por ID en lugar de nombre como opción\nActualizado GUI para admin 6",
15+
"pl": "Wybrany port przez ID zamiast nazwy jako opcja\nAdministrator 6",
16+
"uk": "Виберіть порт замість імені замість параметра\nОновлений графічний інтерфейс для адміністратора 6",
17+
"zh-cn": "独立港口的名称而不是选择名称\n附录6"
18+
},
619
"2.1.0": {
720
"en": "Select port by ID instead of name as option\nUpdated GUI for admin 6",
821
"de": "Wählen Sie Port per ID anstelle des Namens als Option\nAktualisierte GUI für admin 6",
@@ -75,18 +88,6 @@
7588
"es": "compruebe que todos los objetos necesarios existan al inicio (Sentry IOBROKER-CUL-C)\narreglar caso de falla del dispositivo Moritz (Sentry IOBROKER-CUL-7)",
7689
"pl": "sprawdź, czy wszystkie potrzebne obiekty istnieją na starcie (Sentry IOBROKER-CUL-C)\nnaprawa awarii urządzenia Moritz (Sentry IOBROKER-CUL-7)",
7790
"zh-cn": "在启动时检查所有必需的对象是否已存在(Sentry IOBROKER-CUL-C)\n修复Moritz设备崩溃案例(Sentry IOBROKER-CUL-7)"
78-
},
79-
"1.3.1": {
80-
"en": "make sure connection check do not crash adapter (Sentry IOBROKER-CUL-3)\ncrashes preventd (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)",
81-
"de": "Stellen Sie sicher, dass die Verbindungsprüfung den Adapter nicht zum Absturz bringt (Sentry IOBROKER-CUL-3).\nAbstürze verhindert (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)",
82-
"ru": "убедитесь, что проверка соединения не дает сбой адаптеру (Sentry IOBROKER-CUL-3)\nпредотвращены сбои (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)",
83-
"pt": "verifique se a verificação da conexão não está travando o adaptador (Sentry IOBROKER-CUL-3)\nprevenção de falhas (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)",
84-
"nl": "zorg ervoor dat de verbindingscontrole de adapter niet crasht (Sentry IOBROKER-CUL-3)\ncrashes voorkomen (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)",
85-
"fr": "assurez-vous que la vérification de la connexion ne plante pas l'adaptateur (Sentry IOBROKER-CUL-3)\nplantages évités (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)",
86-
"it": "assicurarsi che il controllo della connessione non arresti in modo anomalo l'adattatore (Sentry IOBROKER-CUL-3)\ncrash preventd (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)",
87-
"es": "asegúrese de que la comprobación de conexión no bloquee el adaptador (Sentry IOBROKER-CUL-3)\naccidentes previstos (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)",
88-
"pl": "upewnij się, że sprawdzenie połączenia nie powoduje awarii adaptera (Sentry IOBROKER-CUL-3)\nzapobiega awariom (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)",
89-
"zh-cn": "确保连接检查不会使适配器崩溃(Sentry IOBROKER-CUL-3)\n防止崩溃(哨兵IOBROKER-CUL-5,IOBROKER-CUL-8)"
9091
}
9192
},
9293
"title": "CUL/culfw",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.cul",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Javascript/Node.js based Busware CUL USB / culfw adapter",
55
"author": "hobbyquaker <hq@ccu.io>",
66
"contributors": [

0 commit comments

Comments
 (0)