Skip to content

Commit

Permalink
chore: release v2.8.5
Browse files Browse the repository at this point in the history
* (simatec) Fix mount errors
  • Loading branch information
simatec committed Oct 13, 2023
1 parent dfc05e2 commit 05c2e74
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ When the adapter crashes or another Code error happens, this error message that

## Changelog
<!-- ### **WORK IN PROGRESS** -->
### **WORK IN PROGRESS**
### 2.8.5 (2023-10-13)
* (simatec) Fix mount errors

### 2.8.4 (2023-10-11)
* (simatec) Fix mysql Backup
* (simatec) Fix pgsql Backup
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.4",
"version": "2.8.5",
"news": {
"2.8.5": {
"en": "Fix mount errors",
"de": "Fehler bei der Montage behoben",
"ru": "Исправление ошибок mount",
"pt": "Corrigir erros de montagem",
"nl": "Fix Mount fouten",
"fr": "Correction des erreurs de montage",
"it": "Correzione degli errori di montaggio",
"es": "Corregir errores de montaje",
"pl": "Fix uzyskuje błędy",
"uk": "Виправлення помилок кріплення",
"zh-cn": "固定错误"
},
"2.8.4": {
"en": "Fix mysql Backup\nFix pgsql Backup\nFix InfluxDB Backup",
"de": "Mysql Backup reparieren\nReparieren pgsql Backup\nInfluxDB Backup",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "aktualizacja\nPoszukiwania\ndodanie automatycznej nazwy dodano dodanie do wersji edit\nDocu & Wiki uaktualnione\ndrobny trąb\nUaktualniać\nWsparcie dla wysyłania notyfikacji poprzez rozporządzenie (wymaganie ioBroker.discord) 2.1)",
"uk": "оновлені залежності\nВиправлення повідомлень про помилки\nредагування автоматичного додавання назви\nDocu & Wiki оновлений\nмаленькі виправлення помилок\nПереклад оновлений\nДодати підтримку відправки повідомлень через discord (обов'язково ioBroker.discord >= 2.1 км",
"zh-cn": "b. 更新的依赖\nFix错误 Messages\n自动名称增加\nDocu & Wiki更新\n小配件\n笔译更新\n增加通过光盘发送通知(Requires ioBroker)的支助 2.1)"
},
"2.6.23": {
"en": "Fix Influx Restore for MultiDB\nToken renew for Onedrive added\nFix PSQL Restore",
"de": "Influx Restore für MultiDB reparieren\nToken-Erneuerung für Onedrive hinzugefügt\nPSQL Wiederherstellen",
"ru": "Fix Influx Восстановление для MultiDB\nToken обновление для Onedrive добавлено\nFix PSQL Восстановить",
"pt": "Fix Influx Restore para MultiDB\nToken renovar para Onedrive adicionado\nRestauração de PSQL",
"nl": "Fix Influx Restore\nToken renew for Onedrive toegevoegd\nVertaling:",
"fr": "Réparez Influx Restore pour MultiDB\nRenouvellement de jeton pour Onedrive ajouté\nRéparez PSQL Restore",
"it": "Ripristino dell'influenza fissa per MultiDB\nToken rinnovo per Onedrive aggiunto\nRipristino PSQL",
"es": "Restauración de flujo fijo para MultiDB\nRenovación token para Onedrive añadido\nRestaurar PSQL",
"pl": "Strona internetowa MultiDB\nPonowna wersja Onedrive’a\nFix PSQL Restore",
"uk": "Фіксований інфлюкс для багатоDB\nToken renew для Onedrive додано\nВиправлення PSQL відновлення",
"zh-cn": "Fix 多方行流源的恢复\nB. 添加剂\nFix PSQL Restore"
}
},
"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.4",
"version": "2.8.5",
"engines": {
"node": ">=16.0.0"
},
Expand Down

0 comments on commit 05c2e74

Please sign in to comment.