Skip to content

Commit

Permalink
0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Nov 15, 2023
1 parent 0deef6b commit 99d491a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 19 deletions.
4 changes: 2 additions & 2 deletions LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-2021 tomboxi <tombox_2020@gmail.com>
Copyright (c) 2019-2024 TA2k <tombox_2020@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -45,10 +45,16 @@ CipherString = DEFAULT@SECLEVEL=1

## Changelog

### 0.0.26

- fix for active warnings

### 0.0.25

- (thost96) fixes for issues found by adapter-checker (issue #70)

### 0.0.24

- fix js-controller warnings
- minimized self expanding object tree
- Accept long AGS Numbers
Expand Down
19 changes: 8 additions & 11 deletions io-package.json
@@ -1,8 +1,12 @@
{
"common": {
"name": "nina",
"version": "0.0.25",
"version": "0.0.26",
"news": {
"0.0.26": {
"en": "Fix active warnings state",
"de": "Fix für active warnings Status"
},
"0.0.25": {
"de": "- fix js-controller warnings \n- minimized self expanding object tree \n - Accept long AGS Numbers \n- (thost96) fixed broken link in README \n - (thost96) added icon with transparent background for admin ui \n - (thost96) updated link on admin ui to the same as on this README as old link was broken"
},
Expand Down Expand Up @@ -95,15 +99,8 @@
"pl": "Notfall-Informations- und Nachrichten-App",
"zh-cn": "Notfall-Informations- und Nachrichten-App"
},
"authors": [
"tomboxi <tombox_2020@gmail.com>"
],
"keywords": [
"NINA",
"Gefahrenwarnung",
"Warnung",
"KATWARN"
],
"authors": ["tomboxi <tombox_2020@gmail.com>"],
"keywords": ["NINA", "Gefahrenwarnung", "Warnung", "KATWARN"],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
Expand Down Expand Up @@ -158,4 +155,4 @@
"native": {}
}
]
}
}
6 changes: 3 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"author": {
"name": "tomboxi",
"name": "TA2k",
"email": "tombox_2020@gmail.com"
},
"bugs": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"sinon-chai": "^3.7.0"
},
"engines": {
"node": ">=8.0.0"
"node": ">=16.0.0"
},
"homepage": "https://github.com/TA2k/ioBroker.nina",
"keywords": [
Expand All @@ -57,5 +57,5 @@
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit"
},
"version": "0.0.25"
"version": "0.0.26"
}

0 comments on commit 99d491a

Please sign in to comment.