Skip to content

Commit

Permalink
chore: release v0.4.8-beta.0
Browse files Browse the repository at this point in the history
Bugfix : Formatting of news
Bugfix : delete states in create function
Bugfix : Incorrect initialisation for states
Bugfix : Avoid NULL & 0 values at night reset
Bugfix : Incorrect initialisation for Watt values with 0 input
Bugfix : Only create cumulatedXXX in year statistics if activated
implement category cumulative values under year statistics
  • Loading branch information
DutchmanNL committed Jan 18, 2021
1 parent a2add80 commit 40359ee
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ When the adapter crashes or an other Code error happens, this error message that
### __WORK IN PROGRESS__
-->

### 0.4.8-alpha.17 (2021-01-17)
### 0.4.8-beta.0 (2021-01-18)
* (Dutchman) Bugfix : Formatting of news
* (Dutchman) Bugfix : delete states in create function
* (Dutchman) Bugfix : Incorrect initialisation for states
Expand Down
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": "sourceanalytix",
"version": "0.4.8-alpha.17",
"version": "0.4.8-beta.0",
"news": {
"0.4.8-beta.0": {
"en": "Bugfix : Formatting of news\nBugfix : delete states in create function\nBugfix : Incorrect initialisation for states\nBugfix : Avoid NULL & 0 values at night reset\nBugfix : Incorrect initialisation for Watt values with 0 input\nBugfix : Only create cumulatedXXX in year statistics if activated\nimplement category cumulative values under year statistics",
"de": "Bugfix: Formatierung von Nachrichten\nBugfix: Zustände in Erstellungsfunktion löschen\nBugfix: Falsche Initialisierung für Zustände\nBugfix: Vermeiden Sie NULL & 0-Werte beim nächtlichen Zurücksetzen\nBugfix: Falsche Initialisierung für Wattwerte mit 0 Eingabe\nBugfix: Erstelle kumulierte XXX in der Jahresstatistik nur wenn aktiviert\nImplementieren Sie kumulative Kategorienwerte in der Jahresstatistik",
"ru": "Исправление: форматирование новостей\nИсправление: удаление состояний в функции создания\nИсправление: неправильная инициализация состояний\nИсправление: избегайте значений NULL и 0 при ночном сбросе\nИсправление: неправильная инициализация для значений ватт с 0 входом\nИсправление: только если активировано, создавать накопленные ХХХ статистики за год\nреализовать кумулятивные значения категорий по годовой статистике",
"pt": "Correção de bug: formatação de notícias\nCorreção de bug: excluir estados na função de criação\nCorreção de bug: inicialização incorreta para estados\nCorreção: evite valores NULL e 0 na redefinição noturna\nCorreção de bug: inicialização incorreta para valores de Watt com entrada 0\nCorreção de bug: Criar acumuladoXXX nas estatísticas do ano apenas se ativado\nimplementar valores cumulativos de categoria nas estatísticas do ano",
"nl": "Bugfix: opmaak van nieuws\nBugfix: verwijder statussen in de aanmaakfunctie\nBugfix: Incorrecte initialisatie voor toestanden\nBugfix: Vermijd NULL & 0 waarden 's nachts resetten\nBugfix: Onjuiste initialisatie voor Watt-waarden met 0-invoer\nBugfix: Creëer alleen gecumuleerde XXX in jaarstatistieken indien geactiveerd\nimplementeer categorie cumulatieve waarden onder jaarstatistieken",
"fr": "Correctif: formatage des actualités\nCorrectif: supprimer les états dans la fonction de création\nCorrectif: initialisation incorrecte des états\nCorrection de bug: éviter les valeurs NULL et 0 lors de la réinitialisation de nuit\nCorrectif: initialisation incorrecte pour les valeurs Watt avec 0 entrée\nCorrectif: créer uniquement des statistiques cumuléesXXX en année si activé\nmettre en œuvre les valeurs cumulatives des catégories dans les statistiques annuelles",
"it": "Bugfix: formattazione delle notizie\nBugfix: elimina gli stati nella funzione create\nBugfix: inizializzazione errata per gli stati\nBugfix: evitare valori NULL e 0 durante il ripristino notturno\nBugfix: inizializzazione errata per i valori di Watt con ingresso 0\nBugfix: crea solo XXX cumulati nelle statistiche annuali se attivato\nimplementare i valori cumulativi delle categorie sotto le statistiche annuali",
"es": "Corrección de errores: formato de noticias\nCorrección de error: eliminar estados en la función de creación\nCorrección de error: inicialización incorrecta para estados\nCorrección de error: evite los valores NULL y 0 en el reinicio nocturno\nCorrección de error: inicialización incorrecta para valores de Watt con entrada 0\nCorrección de error: solo cree estadísticas acumuladas de XXX en el año si está activado\nImplementar valores acumulativos de categoría en estadísticas anuales.",
"pl": "Bugfix: Formatowanie wiadomości\nPoprawka: usuń stany w funkcji tworzenia\nBugfix: Niepoprawna inicjalizacja dla stanów\nPoprawka: unikaj wartości NULL i 0 podczas resetowania w nocy\nBugfix: Nieprawidłowa inicjalizacja dla wartości watów przy wejściu 0\nPoprawka: twórz statystyki skumulowaneXXX tylko w roku, jeśli jest aktywowane\nwdrożyć skumulowane wartości kategorii w statystykach rocznych",
"zh-cn": "错误修正:新闻格式\n错误修正:在创建函数中删除状态\n错误修正:状态初始化不正确\n错误修正:避免夜间重置时出现NULL和0值\n错误修正:输入0瓦特值初始化不正确\n错误修正:如果激活,仅在年份统计数据中创建cumulatedXXX\n在年度统计数据中实施类别累计值"
},
"0.4.8-alpha.17": {
"en": "Bugfix : Issue in array load at first calculation handiling\nBugfix : Do not cumulative value to object",
"de": "Bugfix: Problem beim Laden des Arrays beim ersten Handling der Berechnung\nBugfix: Nicht kumulativen Wert zum Objekt",
Expand Down
30 changes: 10 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.sourceanalytix",
"version": "0.4.8-alpha.17",
"version": "0.4.8-beta.0",
"description": "SourceAnalytix",
"author": {
"name": "DutchmanNL",
Expand Down Expand Up @@ -43,7 +43,7 @@
"axios": "^0.21.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^7.17.0",
"eslint": "^7.18.0",
"gulp": "^4.0.2",
"mocha": "^8.2.1",
"proxyquire": "^2.1.3",
Expand Down

0 comments on commit 40359ee

Please sign in to comment.