Skip to content

Commit

Permalink
Merge pull request #103 from jack-blackson/v2.1.0
Browse files Browse the repository at this point in the history
V2.1.0
  • Loading branch information
jack-blackson authored Feb 4, 2022
2 parents ea808b5 + 3fc8996 commit 2614fcb
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 7 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,27 @@ Show in the header of the widget instead of the weekday "today", "tomorrow" or "
* Slovenia
* Spain
* Sweden
* Switzerland
* UK

If you don't find your country, please create an issue on github, and I will be happy to add it

## Not possible countries
* Switzerland (geocode file from meteoalarm.org is probably incorrect)
* Portugal (geocode file from meteoalarm.org is probably incorrect)
* Bulgaria (geocode file from meteoalarm.org is probably incorrect)



## Changelog
## 2.1.0 (2022-02-03)
* (jack-blackson) Added Switzerland

## 2.0.10 (2021-12-10)
* (jack-blackson) Bugfix Sentry IOBROKER-METEOALARM-2K
* (jack-blackson) Bugfix for Ireland

## 2.0.9 (2021-11-27)
* (jack-blackson) Calculate date in words correctly - this time for real :)

## 2.0.10 (2021-12-10)
* (jack-blackson) Bugfix Sentry IOBROKER-METEOALARM-2K
Expand Down
2 changes: 1 addition & 1 deletion admin/geocodes.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/index_m.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ <h6 class="title translate" data-lang="regionsetup">regionsetup</h6>
<select class="value select-country" id="country">
<option value="" class="translate">ChooseCountry</option>
<option value="AT" class="translate">Austria</option>
<!--<option value="CH" class="translate">Switzerland</option> Auskommentiert da falsch in geocodes.json-->
<option value="CH" class="translate">Switzerland</option>
<option value="DE" class="translate">Germany</option>
<option value="BE" class="translate">Belgium</option>
<option value="BA" class="translate">BosniaHerzegovina</option>
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "meteoalarm",
"version": "2.0.10",
"version": "2.1.0",
"news": {
"2.1.0": {
"en": "Added Switzerland",
"de": "Schweiz hinzugefügt",
"ru": "Добавлена Швейцария",
"pt": "Adicionado Suíça",
"nl": "Zwitserland toegevoegd",
"fr": "Ajout de la Suisse",
"it": "Aggiunta la Svizzera",
"es": "Suiza añadida",
"pl": "Dodano Szwajcarię",
"zh-cn": "添加了瑞士"
},
"2.0.10": {
"en": "Bugfixes",
"de": "Fehlerbehebung",
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.meteoalarm",
"version": "2.0.10",
"version": "2.1.0",
"description": "Meteolaram",
"main": "main.js",
"repository": {
Expand Down

0 comments on commit 2614fcb

Please sign in to comment.