Skip to content

Commit

Permalink
Prepare v1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
crycode-de committed Apr 2, 2021
1 parent 437d581 commit 67a463f
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ By writing JSON data to the `raw.send` state you are able to send CAN messages c

## Changelog

### 1.1.1 (2021-04-02)
* (crycode-de) Import bugfixes
* (crycode-de) Prevent wrong log warning if a parser returned undefined
* (crycode-de) Added react errorboundary for better clientside error handling

### 1.1.0 (2021-04-01)
* (crycode-de) Added import/export feature for messages in json or csv format
* (crycode-de) Added import of well known configurations from GitHub
Expand Down
2 changes: 1 addition & 1 deletion admin/build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/build/index.js.map

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "canbus",
"version": "1.1.0",
"version": "1.1.1",
"news": {
"1.1.1": {
"en": "Bugfixes, Better error handling in admin",
"de": "Bugfixes, Bessere Fehlerbehandlung im Admin",
"ru": "Исправления, Лучшая обработка ошибок в админке",
"pt": "Correções de bugs, melhor tratamento de erros no administrador",
"nl": "Bugfixes, Betere foutafhandeling in admin",
"fr": "Corrections de bogues, meilleure gestion des erreurs dans l'administration",
"it": "Correzioni di bug, migliore gestione degli errori in amministrazione",
"es": "Corrección de errores, mejor manejo de errores en la administración",
"pl": "Poprawki błędów, lepsza obsługa błędów w admin",
"zh-cn": "错误修正,在管理员中更好的错误处理"
},
"1.1.0": {
"en": "Added import/export feature for messages in json or csv format, Added import of well known configurations from GitHub, Fixed config import in admin, Added ioBroker state data type option for custom parsers",
"de": "Import/Export-Funktion für Nachrichten im JSON- oder CSV-Format hinzugefügt, Import bekannter Konfigurationen aus GitHub hinzugefügt, Konfigurationsimport in Admin behoben, Option für den ioBroker-State Datentyp für benutzerdefinierte Parser hinzugefügt",
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.1.0",
"version": "1.1.1",
"description": "CAN Bus integration",
"author": {
"name": "Peter Müller",
Expand Down

0 comments on commit 67a463f

Please sign in to comment.