Skip to content

Commit

Permalink
chore: release v2.2.0
Browse files Browse the repository at this point in the history
* (jpk) Select port by ID instead of name as option
* (bluefox) Updated GUI for admin 6
  • Loading branch information
GermanBluefox committed Apr 17, 2023
1 parent 6483674 commit 69a01ec
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Javascript/Node.js based `Busware CUL USB / culfw` adapter
-->

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

Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "cul",
"version": "2.1.0",
"version": "2.2.0",
"news": {
"2.2.0": {
"en": "Select port by ID instead of name as option\nUpdated GUI for admin 6",
"de": "Wählen Sie Port per ID anstelle des Namens als Option\nAktualisierte GUI für admin 6",
"ru": "Выберите порт ID вместо имени в качестве опции\nОбновлено GUI для admin 6",
"pt": "Selecione a porta por ID em vez de nome como opção\nGUI atualizado para admin 6",
"nl": "Select port in plaats van naam als optie\nQuality over Quantity (QoQ) Releases Vertaling:",
"fr": "Sélectionnez le port par ID au lieu du nom comme option\nActualisé GUI pour admin 6",
"it": "Selezionare la porta per ID invece di nome come opzione\nGUI aggiornata per admin 6",
"es": "Seleccione el puerto por ID en lugar de nombre como opción\nActualizado GUI para admin 6",
"pl": "Wybrany port przez ID zamiast nazwy jako opcja\nAdministrator 6",
"uk": "Виберіть порт замість імені замість параметра\nОновлений графічний інтерфейс для адміністратора 6",
"zh-cn": "独立港口的名称而不是选择名称\n附录6"
},
"2.1.0": {
"en": "Select port by ID instead of name as option\nUpdated GUI for admin 6",
"de": "Wählen Sie Port per ID anstelle des Namens als Option\nAktualisierte GUI für admin 6",
Expand Down Expand Up @@ -75,18 +88,6 @@
"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)",
"pl": "sprawdź, czy wszystkie potrzebne obiekty istnieją na starcie (Sentry IOBROKER-CUL-C)\nnaprawa awarii urządzenia Moritz (Sentry IOBROKER-CUL-7)",
"zh-cn": "在启动时检查所有必需的对象是否已存在(Sentry IOBROKER-CUL-C)\n修复Moritz设备崩溃案例(Sentry IOBROKER-CUL-7)"
},
"1.3.1": {
"en": "make sure connection check do not crash adapter (Sentry IOBROKER-CUL-3)\ncrashes preventd (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)",
"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)",
"ru": "убедитесь, что проверка соединения не дает сбой адаптеру (Sentry IOBROKER-CUL-3)\nпредотвращены сбои (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)",
"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)",
"nl": "zorg ervoor dat de verbindingscontrole de adapter niet crasht (Sentry IOBROKER-CUL-3)\ncrashes voorkomen (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)",
"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)",
"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)",
"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)",
"pl": "upewnij się, że sprawdzenie połączenia nie powoduje awarii adaptera (Sentry IOBROKER-CUL-3)\nzapobiega awariom (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)",
"zh-cn": "确保连接检查不会使适配器崩溃(Sentry IOBROKER-CUL-3)\n防止崩溃(哨兵IOBROKER-CUL-5,IOBROKER-CUL-8)"
}
},
"title": "CUL/culfw",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.cul",
"version": "2.1.0",
"version": "2.2.0",
"description": "Javascript/Node.js based Busware CUL USB / culfw adapter",
"author": "hobbyquaker <hq@ccu.io>",
"contributors": [
Expand Down

0 comments on commit 69a01ec

Please sign in to comment.