Skip to content

Commit

Permalink
Version 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
baerengraben authored and baerengraben committed Jun 8, 2021
1 parent c5ede9b commit 75aa1d3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ The first query is made 10s after the adapter was started. After the first start

## Changelog

### 0.9.4
* (baerengraben) Bugfix: https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/47

### 0.9.3
* (baerengraben) Function Update: Added day_name to identify weekday from "forecast.day.day0.day_name" to "forecast.day.day7.day_name".
* (baerengraben) Added last_run as Object on swiss-weather-api.0.info.lastrun.
Expand Down
20 changes: 4 additions & 16 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"common": {
"name": "swiss-weather-api",
"version": "0.9.3",
"version": "0.9.4",
"news": {
"0.9.4": {
"en": "Bugfix https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/47"
},
"0.9.3": {
"en": "Function Update: Added day_name to identify weekday from \"forecast.day.day0.day_name\" to \"forecast.day.day7.day_name\". Added last_run as Object on swiss-weather-api.0.info.lastrun. Added JsonChart Object on swiss-weather-api.0.forecast.60minutes.day(0-4).JsonChart"
},
Expand All @@ -26,21 +29,6 @@
},
"0.2.3": {
"en": "Update Dependencies"
},
"0.2.2": {
"en": "Some bug fixing & Enhancement https://github.com/baerengraben/iobroker.swiss-weather-api/issues/10"
},
"0.2.0": {
"en": " Updates in order to commit to iobroker stable"
},
"0.1.9": {
"en": "Dependency- and Vulnerabilites-Updates"
},
"0.1.8": {
"en": "Added Icons provided by SRGSSR "
},
"0.1.7": {
"en": "Added Icon-Codes -17 to -30 => These are not yet confirmed by srf... "
}
},
"title": "Swiss Weather API (SRF Weather)",
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.swiss-weather-api",
"version": "0.9.3",
"version": "0.9.4",
"description": "Connects to SRF Weather API (https://developer.srgssr.ch/apis/srf-weather)",
"author": {
"name": "baerengraben",
Expand Down

0 comments on commit 75aa1d3

Please sign in to comment.