Skip to content

Commit

Permalink
chore: release v2.8.1
Browse files Browse the repository at this point in the history
* (simatec) Fix roles
* (simatec) help-links added
  • Loading branch information
simatec committed Sep 12, 2023
1 parent b0e248a commit 320c417
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ When the adapter crashes or another Code error happens, this error message that

## Changelog
<!-- ### **WORK IN PROGRESS** -->
### **WORK IN PROGRESS**
### 2.8.1 (2023-09-12)
* (simatec) Fix roles
* (simatec) help-links added

Expand Down
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": "backitup",
"version": "2.8.0",
"version": "2.8.1",
"news": {
"2.8.1": {
"en": "Fix roles\nhelp-links added",
"de": "Aufgaben festlegen\nhilfe-links hinzugefügt",
"ru": "Исправление ролей\nhelp-links добавлены",
"pt": "Funções fixas\najuda-links adicionados",
"nl": "Vertaling:\nhelp-links toegevoegd",
"fr": "Rôles fixes\nhelp-links ajouté",
"it": "Risolvere i ruoli\nlink aggiuntivi",
"es": "Funciones fijas\nenlaces de ayuda añadidos",
"pl": "Role Fix\nlinki pomocowe dodano",
"uk": "Виправлення ролі\nдодано посилання",
"zh-cn": "B. 固定作用\n辅助联系"
},
"2.8.0": {
"en": "small Sentry fixes\nBugfix System-Message\nDocu & Wiki updated\nTranslation updated\ndependencies updated\nFix Webdav\nWOL Address & Port added\nRestore for Backitup Config added",
"de": "kleine Sentry Fixes\nBugfix System-Message\nDocu & Wiki aktualisiert\nÜbersetzung aktualisiert\naktualisierte abhängigkeiten\nWebdav\nWOL Adresse & Port hinzugefügt\nRestore für Backitup Config hinzugefügt",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "FTP podpisało certyfikaty\naktualizacja",
"uk": "Додано сертифікати FTP\nоновлені залежності",
"zh-cn": "FTP自签名证书\nb. 更新的依赖"
},
"2.6.19": {
"en": "small fix for js-controller 5",
"de": "kleine befestigung für js-controller 5",
"ru": "небольшой фикс для js-контроллера 5",
"pt": "pequena correção para js-controller 5",
"nl": "_",
"fr": "petite fixation pour js-controller 5",
"it": "piccolo fissaggio per js-controller 5",
"es": "pequeña fijación para js-controller 5",
"pl": "niewielkie rozwiązanie dla sterownika 5",
"uk": "невелика фіксація для js-controller 5",
"zh-cn": "第5条 控制勒的小ix"
}
},
"title": "BackItUp",
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.backitup",
"version": "2.8.0",
"version": "2.8.1",
"engines": {
"node": ">=14.0.0"
},
Expand Down

0 comments on commit 320c417

Please sign in to comment.