Skip to content

Commit c0a3483

Browse files
committed
chore: release v2.1.0
prevent crashes (Sentry IOBROKER-DIGITALSTROM-5) Fix EnergyMeterValue further optimizations and adding new outout channel types
1 parent c5e5b3a commit c0a3483

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Best is to set the adapter to Debug log mode (Instances -> Expert mode -> Column
9696

9797
## Changelog
9898

99-
### __WORK IN PROGRESS__
99+
### 2.1.0 (2021-04-13)
100100
* (Apollon77) prevent crashes (Sentry IOBROKER-DIGITALSTROM-5)
101101
* (Apollon77) Fix EnergyMeterValue
102102
* (Apollon77) further optimizations and adding new outout channel types

io-package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
22
"common": {
33
"name": "digitalstrom",
4-
"version": "2.0.5",
4+
"version": "2.1.0",
55
"news": {
6+
"2.1.0": {
7+
"en": "prevent crashes (Sentry IOBROKER-DIGITALSTROM-5)\nFix EnergyMeterValue\nfurther optimizations and adding new outout channel types",
8+
"de": "Abstürze verhindern (Sentry IOBROKER-DIGITALSTROM-5)\nFix EnergyMeterValue\nweitere Optimierungen und Hinzufügen neuer Outout-Kanaltypen",
9+
"ru": "предотвращение сбоев (Sentry IOBROKER-DIGITALSTROM-5)\nИсправить EnergyMeterValue\nдальнейшая оптимизация и добавление новых типов выходных каналов",
10+
"pt": "evitar travamentos (Sentry IOBROKER-DIGITALSTROM-5)\nCorrigir EnergyMeterValue\nmais otimizações e adição de novos tipos de canais de saída",
11+
"nl": "crashes voorkomen (Sentry IOBROKER-DIGITALSTROM-5)\nHerstel EnergyMeterValue\nverdere optimalisaties en het toevoegen van nieuwe outout-kanaaltypes",
12+
"fr": "éviter les plantages (Sentry IOBROKER-DIGITALSTROM-5)\nFixer EnergyMeterValue\noptimisations supplémentaires et ajout de nouveaux types de canaux de sortie",
13+
"it": "prevenire arresti anomali (Sentry IOBROKER-DIGITALSTROM-5)\nCorreggi EnergyMeterValue\nulteriori ottimizzazioni e aggiunta di nuovi tipi di canali di outout",
14+
"es": "prevenir accidentes (Sentry IOBROKER-DIGITALSTROM-5)\nFijar EnergyMeterValue\noptimizaciones adicionales y adición de nuevos tipos de canales de salida",
15+
"pl": "zapobiegaj awariom (Sentry IOBROKER-DIGITALSTROM-5)\nNapraw EnergyMeterValue\ndalsze optymalizacje i dodawanie nowych typów kanałów wyjściowych",
16+
"zh-cn": "防止崩溃(Sentry IOBROKER-DIGITALSTROM-5)\n修正EnergyMeterValue\n进一步优化并添加新的外出渠道类型"
17+
},
618
"2.0.5": {
719
"en": "BREAKING: changed datatypes of binaryInput and States! new sunelevation and sunazimuth values added and other optimizations and fixes. See Changelog in README.md",
820
"de": "BREAKING: Geänderte Datentypen von binaryInput und States! Neue Sonnenhöhen- und Sonnenazimutwerte sowie weitere Optimierungen und Korrekturen. Siehe Changelog in README.md",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.digitalstrom",
3-
"version": "2.0.5",
3+
"version": "2.1.0",
44
"description": "Support for Digitalstrom devices vis DSS",
55
"author": {
66
"name": "Apollon77",

0 commit comments

Comments
 (0)