Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.5.6 #479

Merged
merged 1 commit into from
Nov 5, 2023
Merged

2.5.6 #479

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ otherwise it is more complex and individually to be parametrized.
* blind alert state -> decode bit array

## Changelog
### 2.5.6 (npm)
* change in jsonUIconfig

### 2.5.5 (npm)
* implementation of jsonUIconfig

Expand Down
1 change: 0 additions & 1 deletion admin/jsonConfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"i18n": true,
"type": "panel",
"label": "iobroker.fritzdect",
"items": {
"_userdata": {
"type": "header",
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "fritzdect",
"version": "2.5.5",
"version": "2.5.6",
"news": {
"2.5.6": {
"en": "changes in jsonUIconfig",
"de": "Änderungen in jsonUIconfig",
"ru": "изменения в jsonUIconfig",
"pt": "mudanças no jsonUIconfig",
"nl": "wijzigingen in jsonUIconfig",
"fr": "changements dans jsonUIconfig",
"it": "modifiche in jsonUIconfig",
"es": "cambios en jsonUIconfig",
"pl": "zmiany w jsonUIconfig",
"uk": "зміни в jsonUIconfig",
"zh-cn": "jsonUIconfig 的更改"
},
"2.5.5": {
"en": "implementation of jsonUIconfig",
"de": "Implementierung von jsonUIconfig",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.fritzdect",
"version": "2.5.5",
"version": "2.5.6",
"description": "ioBroker fritzbox DECT Adapter",
"author": {
"name": "foxthefox",
Expand Down