Skip to content

Commit

Permalink
chore: release v2.1.1
Browse files Browse the repository at this point in the history
* (crycode-de) Fixed get/set functions in custom parser scripts
  • Loading branch information
crycode-de committed Nov 4, 2024
1 parent 8591c46 commit a31b722
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ The newest change log is in README.md

### 0.0.1
* (crycode-de) initial development release
## 1.2.3 (2021-10-17)

* (crycode-de) Added missing `autoSet...` parser options to csv export/import
* (crycode-de) Fixed `TypeError: Method Promise.prototype.then called on incompatible receiver [object Object]` triggered by a bug in an old `vm2` version
* (crycode-de) Updated dependencies

## 1.2.2 (2021-08-22)

* (crycode-de) Fixed text colors in dark theme of admin 5
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ By writing JSON data to the `raw.send` state you are able to send CAN messages c
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.1.1 (2024-11-04)

* (crycode-de) Fixed get/set functions in custom parser scripts

Expand Down Expand Up @@ -194,12 +194,6 @@ By writing JSON data to the `raw.send` state you are able to send CAN messages c

* (crycode-de) Added `sharedData` object in custom parsers

### 1.2.3 (2021-10-17)

* (crycode-de) Added missing `autoSet...` parser options to csv export/import
* (crycode-de) Fixed `TypeError: Method Promise.prototype.then called on incompatible receiver [object Object]` triggered by a bug in an old `vm2` version
* (crycode-de) Updated dependencies

## License

Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
Expand Down
4 changes: 2 additions & 2 deletions admin/build/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions admin/build/index.js.map

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "canbus",
"version": "2.1.0",
"version": "2.1.1",
"news": {
"2.1.1": {
"en": "Fixed get/set functions in custom parser scripts",
"de": "Fehler in get/set-Funktionen in Skripten benutzerdefinierte Parser behoben",
"ru": "Исправленные функции получения / установки в пользовательских сценариях",
"pt": "Funções de get/set fixas em scripts de parser personalizados",
"nl": "Vaste get/set functies in aangepaste parser scripts",
"fr": "Correction des fonctions get/set dans les scripts d'analyseurs personnalisés",
"it": "Funzioni di get/set fissi in script di parser personalizzati",
"es": "Funciones fijas de get/set en scripts de parser personalizados",
"pl": "Naprawiono funkcje get / set w niestandardowych skryptach parsera",
"uk": "Виправлені функції get/set у користувацьких скриптах",
"zh-cn": "自定义解析脚本中的固定获取/设置函数"
},
"2.1.0": {
"en": "Allow `setStateAsync` and `setForeignStateAsync` in custom parser scripts\nAllow `setTimeout` and `clearTimeout` in custom parser scripts (using the adapters setTimeout implementation)\nAdded `wait` function to custom parser scripts",
"de": "Funktionen `setStateAsync`, `setForeignStateAsync`, `setTimeout` und `clearTimeout` in Skripten benutzerdefinierter Parser hinzugefügt\n`wait` Funktion zu Skripten benutzerdefinierter Parser hinzugefügt",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Poprawiono kolory tekstu w ciemnym motywie admina 5 i zaktualizowano zależności",
"zh-cn": "修复了 admin 5 深色主题中的文本颜色和更新的依赖项",
"uk": "Виправлено кольори тексту в темній темі admin 5 і оновлено залежності"
},
"1.2.1": {
"en": "Added option to automatically set a certain value in a given interval for each parser",
"de": "Option hinzugefügt, um für jeden Parser automatisch einen bestimmten Wert in einem bestimmten Intervall zu setzen",
"ru": "Добавлена возможность автоматически устанавливать определенное значение в заданном интервале для каждого парсера.",
"pt": "Adicionada opção para definir automaticamente um certo valor em um determinado intervalo para cada analisador",
"nl": "Optie toegevoegd om automatisch een bepaalde waarde in te stellen in een bepaald interval voor elke parser",
"fr": "Ajout d'une option pour définir automatiquement une certaine valeur dans un intervalle donné pour chaque analyseur",
"it": "Aggiunta l'opzione per impostare automaticamente un determinato valore in un determinato intervallo per ogni parser",
"es": "Opción agregada para establecer automáticamente un cierto valor en un intervalo dado para cada analizador",
"pl": "Dodano opcję automatycznego ustawiania określonej wartości w zadanym przedziale dla każdego parsera",
"zh-cn": "添加了在给定间隔内为每个解析器自动设置特定值的选项",
"uk": "Додана опція автоматичного встановлення певного значення в заданому інтервалі для кожного аналізатора"
}
},
"titleLang": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.canbus",
"version": "2.1.0",
"version": "2.1.1",
"description": "CAN Bus integration",
"author": {
"name": "Peter Müller",
Expand Down

0 comments on commit a31b722

Please sign in to comment.