Skip to content

Commit

Permalink
chore: release v0.4.2
Browse files Browse the repository at this point in the history
-   (SG-App) fix channel creation only one time on init
  • Loading branch information
sg-app committed Aug 2, 2024
1 parent db08834 commit 31a8117
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ States are generated automatically whenn the adapter starts. If additional state
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 0.4.2 (2024-08-02)

- (SG-App) fix channel creation only one time on init

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": "fenecon",
"version": "0.4.1",
"version": "0.4.2",
"news": {
"0.4.2": {
"en": "fix channel creation only one time on init",
"de": "fix kanal schöpfung nur ein mal auf init",
"ru": "зафиксировать создание канала только один раз",
"pt": "corrigir criação de canal apenas uma vez no init",
"nl": "fix kanaal aanmaak slechts één keer op init",
"fr": "fixer la création de canal une seule fois sur init",
"it": "correzione canale creazione solo una volta su init",
"es": "fijar la creación del canal sólo una vez en el init",
"pl": "naprawić tworzenie kanału tylko jeden raz na init",
"uk": "фіксувати створення каналів тільки один раз на init",
"zh-cn": "固定频道创建仅一次"
},
"0.4.1": {
"en": "refactor for latest repo\nremove getObject calls on init\nfilter object ids if needed\ncheck allowed length of address for channel and id creation",
"de": "refactor für neueste repo\nentfernen Objektaufrufe auf init\nfilterobjekt ids bei bedarf\ndie länge der adresse für kanal und id schöpfung",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "zbieranie wszystkich możliwych danych z interfejsu odpoczynku",
"uk": "збирати всі можливі дані з інтерфейсу відпочинку",
"zh-cn": "从休息界面收集所有可能的数据"
},
"0.1.0": {
"en": "minor fix",
"de": "kleinere fix",
"ru": "незначительные исправления",
"pt": "correção menor",
"nl": "kleine oplossing",
"fr": "fixe mineure",
"it": "correzione minore",
"es": "corrección menor",
"pl": "drobne poprawki",
"uk": "незначна фіксація",
"zh-cn": "小修补"
}
},
"titleLang": {
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.fenecon",
"version": "0.4.1",
"version": "0.4.2",
"description": "OpenEMS connection to fenecon pv",
"author": {
"name": "Georg Schreiner",
Expand Down

0 comments on commit 31a8117

Please sign in to comment.