Skip to content

Commit

Permalink
Create Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
baerengraben authored and baerengraben committed Jul 31, 2020
1 parent 1f358e8 commit 008915a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The first query is made 10s after the adapter was started. After the first start
## Changelog

### 0.3.1
* (baerengraben) Adapter-Config attributes longitude & latitude is optional now. If no longitude/latitude is set, the adpater is getting the longitude/latitude from ioBroker System-Attributes.
* (baerengraben) Adapter-Config attributes longitude & latitude is optional now. If no longitude/latitude is set, the adpater is getting the longitude/latitude from ioBroker System-Attributes (https://github.com/baerengraben/iobroker.swiss-weather-api/issues/6).

### 0.3.0
* (baerengraben) Change from Scheduled Adapter to Deamon Adapter(https://github.com/baerengraben/iobroker.swiss-weather-api/issues/11). The query interval is now configurable by parameter. The first query is made 10s after the adapter was started. Attention: For installing this version, please delete the older adapter version completely and install it again.
Expand Down
5 changes: 4 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"common": {
"name": "swiss-weather-api",
"version": "0.3.0",
"version": "0.3.1",
"news": {
"0.3.1": {
"en": "Adapter-Config attributes longitude & latitude is optional now. If no longitude/latitude is set, the adpater is getting the longitude/latitude from ioBroker System-Attributes."
},
"0.3.0": {
"en": "Change from Scheduled Adapter to Deamon Adapter (https://github.com/baerengraben/iobroker.swiss-weather-api/issues/11). The query interval can now be configured. The adapter no longer terminates and the first query is made 10s after the adapter is started. Attention: For installing this version, please delete the adapter completely and install it again (no update)"
},
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.3.0",
"version": "0.3.1",
"description": "Connects to Free SRG-SSR Weather API (https://developer.srgssr.ch/apis/srgssr-weather)",
"author": {
"name": "baerengraben",
Expand Down

0 comments on commit 008915a

Please sign in to comment.