Skip to content

Commit

Permalink
chore: release v1.10.1
Browse files Browse the repository at this point in the history
* (bluefox) Support only `js.controller` >= 3.3.x
* (bluefox) Used system/custom view for collecting the objects
  • Loading branch information
GermanBluefox committed Dec 14, 2021
1 parent dc9ef56 commit 6477dd4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This adapter saves state history in a two-staged process.
-->

## Changelog
### __WORK IN PROGRESS__
### 1.10.1 (2021-12-14)
* (bluefox) Support only `js.controller` >= 3.3.x
* (bluefox) Used system/custom view for collecting the objects

Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,20 @@
"pl": "Rejestrowanie historii stanu w plikach",
"zh-cn": "在文件中记录状态历史记录"
},
"version": "1.10.0",
"version": "1.10.1",
"news": {
"1.10.1": {
"en": "Support only `js.controller` >= 3.3.x\nUsed system/custom view for collecting the objects",
"de": "Unterstützt nur `js.controller` >= 3.3.x\nVerwendete Systemansicht/benutzerdefinierte Ansicht zum Sammeln der Objekte",
"ru": "Поддерживает только `js.controller`> = 3.3.x\nИспользуемый системный / пользовательский вид для сбора объектов",
"pt": "Suporte apenas `js.controller`> = 3.3.x\nSistema usado / visão personalizada para coletar os objetos",
"nl": "Ondersteuning alleen `js.controller` >= 3.3.x\nGebruikt systeem/aangepaste weergave voor het verzamelen van de objecten",
"fr": "Supporte uniquement `js.controller` >= 3.3.x\nSystème utilisé/vue personnalisée pour la collecte des objets",
"it": "Supporta solo `js.controller` >= 3.3.x\nSistema utilizzato/vista personalizzata per la raccolta degli oggetti",
"es": "Admite solo `js.controller`> = 3.3.x\nSistema usado / vista personalizada para recolectar los objetos.",
"pl": "Obsługuje tylko `js.controller` >= 3.3.x\nUżywany system/widok niestandardowy do zbierania obiektów",
"zh-cn": "仅支持 `js.controller` >= 3.3.x\n用于收集对象的系统/自定义视图"
},
"1.10.0": {
"en": "Support only `js.controller` >= 3.3.x\nUsed system/custom view for collecting the objects",
"de": "Unterstützt nur `js.controller` >= 3.3.x\nVerwendete Systemansicht/benutzerdefinierte Ansicht zum Sammeln der Objekte",
Expand Down Expand Up @@ -99,18 +111,6 @@
"es": "evitar accidentes (Sentry IOBROKER-HISTORY-K, IOBROKER-HISTORY-J, IOBROKER-HISTORY-C, IOBROKER-HISTORY-G)",
"pl": "zapobiegać awariom (Sentry IOBROKER-HISTORY-K, IOBROKER-HISTORY-J, IOBROKER-HISTORY-C, IOBROKER-HISTORY-G)",
"zh-cn": "防止崩溃(哨兵IOBROKER-HISTORY-K,IOBROKER-HISTORY-J,IOBROKER-HISTORY-C,IOBROKER-HISTORY-G)"
},
"1.9.8": {
"en": "added command to read supported features",
"de": "Befehl zum Lesen der unterstützten Funktionen hinzugefügt",
"ru": "добавлена команда для чтения поддерживаемых функций",
"pt": "comando adicionado para ler os recursos suportados",
"nl": "opdracht toegevoegd om ondersteunde functies te lezen",
"fr": "commande ajoutée pour lire les fonctionnalités prises en charge",
"it": "aggiunto comando per leggere le funzionalità supportate",
"es": "comando agregado para leer las funciones compatibles",
"pl": "dodano polecenie odczytu obsługiwanych funkcji",
"zh-cn": "添加了命令以读取支持的功能"
}
},
"mode": "daemon",
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,7 +1,7 @@
{
"name": "iobroker.history",
"description": "Log state history in a two-stages process (first to RAM, then to disk)",
"version": "1.10.0",
"version": "1.10.1",
"author": "hobbyquaker <[email protected]>",
"contributors": [
"bluefox <[email protected]>",
Expand Down

0 comments on commit 6477dd4

Please sign in to comment.