Skip to content

Commit

Permalink
chore: release v0.4.14
Browse files Browse the repository at this point in the history
* (DutchmanNL) Small code updates, lifecycle patches
* (DutchmanNL) Option to disable device reset feature added
* (DutchmanNL) Bugfix: Cannot read property 'name' of undefined solved
  • Loading branch information
DutchmanNL committed Feb 23, 2022
1 parent 081b3f2 commit 42c45d3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ When the adapter crashes or any other Code error happens, this error message tha
-->
## Changelog
### 0.4.14 (2022-02-23) Optimize Device reset handling
* (DutchmanNL) Small code updates / lifecycle patches
* (DutchmanNL) Small code updates, lifecycle patches
* (DutchmanNL) Option to disable device reset feature added
* (DutchmanNL) Bugfix: Cannot read property 'name' of undefined solved

Expand Down
13 changes: 12 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
{
"common": {
"name": "sourceanalytix",
"version": "0.4.14-beta.0",
"version": "0.4.14",
"news": {
"0.4.14": {
"en": "Small code updates, lifecycle patches\nOption to disable device reset feature added\nBugfix: Cannot read property 'name' of undefined solv\n",
"de": "Kleine Code-Updates, Lifecycle-Patches\nOption zum Deaktivieren der Geräte-Reset-Funktion hinzugefügt\nBugfix: Eigenschaft „Name“ von undefiniertem Solv kann nicht gelesen werden\n\n",
"ru": "Небольшие обновления кода, исправления жизненного цикла\nДобавлена возможность отключения функции сброса устройства\nBugfix: невозможно прочитать имя свойства неопределенного решения\n",
"pt": "Pequenas atualizações de código, patches de ciclo de vida\nOpção para desabilitar o recurso de redefinição de dispositivo adicionado\nBugfix: Não é possível ler a propriedade 'nome' de solução indefinida\n",
"nl": "Kleine code-updates, levenscycluspatches\nOptie om de functie voor apparaatreset uit te schakelen toegevoegd\nBugfix: kan eigenschap 'naam' van niet-gedefinieerde solv niet lezen\n",
"fr": "Petites mises à jour de code, correctifs du cycle de vie\nOption pour désactiver la fonction de réinitialisation de l'appareil ajoutée\nBugfix : impossible de lire la propriété \"nom\" d'une solution non définie\n",
"it": "Piccoli aggiornamenti del codice, patch del ciclo di vita\nOpzione per disabilitare la funzione di ripristino del dispositivo aggiunta\nBugfix: impossibile leggere la proprietà 'nome' di una soluzione non definita\n",
"es": "Pequeñas actualizaciones de código, parches de ciclo de vida\nOpción para deshabilitar la función de restablecimiento del dispositivo agregada\nCorrección de error: no se puede leer la propiedad 'nombre' de una solución indefinida\n",
"pl": "Małe aktualizacje kodu, poprawki cyklu życia\nDodana opcja wyłączenia funkcji resetowania urządzenia\nNaprawa błędu: Nie można odczytać właściwości „nazwa” niezdefiniowanego rozwiązania\n",
"zh-cn": "小代码更新、生命周期补丁/添加了禁用设备重置功能的选项\nBugfix:无法读取未定义解决方案的属性“名称”\n" },
"0.4.12": {
"en": "Add logging to analyse error caught by sentry\nCannot set property 'date' of undefined solved\nMajor : New version requires JS-Controller >= 3.2!\nAdd possibility to use an alternative name (alias)\nAvoid writing source state causing incorrect calculations at day reset #470",
"de": "Fügen Sie eine Protokollierung hinzu, um vom Sentry abgefangene Fehler zu analysieren\n",
Expand Down

0 comments on commit 42c45d3

Please sign in to comment.