Skip to content

Commit

Permalink
chore: release v2.1.1
Browse files Browse the repository at this point in the history
* (klein0r) Added Ukrainian language
  • Loading branch information
klein0r committed Jan 11, 2023
1 parent eeda788 commit a43e4b1
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 31 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Older changes
## 2.0.0 (2022-05-04)

NodeJS 14.x is required (NodeJS 12.x is EOL)

* (klein0r) Added timestamp of last and next refresh
* (klein0r) Added icon to channels and fixed color
* (klein0r) Added default trash types for new installations
* (klein0r) Updated dependency for ical to 1.12.1
* (klein0r) Updated depedency for js-controller to 4.0.15

## 1.4.5 (2022-03-21)

* (klein0r) Allow spaces in next text seperator
Expand Down
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ iobroker add trashschedule
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.1.1 (2023-01-11)

* (klein0r) Added Ukrainian language

Expand All @@ -78,16 +78,6 @@ iobroker add trashschedule
* (klein0r) Added ical instance as comment for states
* (klein0r) Just update states if value changed

### 2.0.0 (2022-05-04)

NodeJS 14.x is required (NodeJS 12.x is EOL)

* (klein0r) Added timestamp of last and next refresh
* (klein0r) Added icon to channels and fixed color
* (klein0r) Added default trash types for new installations
* (klein0r) Updated dependency for ical to 1.12.1
* (klein0r) Updated depedency for js-controller to 4.0.15

## License

MIT License
Expand Down
30 changes: 15 additions & 15 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "trashschedule",
"version": "2.1.0",
"version": "2.1.1",
"news": {
"2.1.1": {
"en": "Added Ukrainian language",
"de": "Ukrainische Sprache",
"ru": "Добавлен украинский язык",
"pt": "Adicionado idioma ucraniano",
"nl": "Voeg Oekraïense taal toe",
"fr": "Ajout de la langue ukrainienne",
"it": "Aggiunto lingua ucraina",
"es": "Idioma ucraniano añadido",
"pl": "Język ukraiński",
"uk": "Українська мова",
"zh-cn": "增加乌克兰语"
},
"2.1.0": {
"en": "Dropped Admin 5 support\nAdded Ukrainian language",
"de": "Droped Admin 5 Unterstützung\nUkrainische Sprache",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Zezwalaj na spacje w następnym separatorze tekstu",
"uk": "Дозволити пробіли в наступному текстовому розділювачі",
"zh-cn": "在下一个文本分隔符中允许空格"
},
"1.4.4": {
"en": "Updated dependencies",
"de": "Aktualisierte Abhängigkeiten",
"ru": "Обновленные зависимости",
"pt": "Dependências atualizadas",
"nl": "Bijgewerkte afhankelijkheden",
"fr": "Dépendances mises à jour",
"it": "Dipendenze aggiornate",
"es": "Dependencias actualizadas",
"pl": "Zaktualizowane zależności",
"uk": "Оновлені залежності",
"zh-cn": "更新的依赖项"
}
},
"titleLang": {
Expand Down Expand Up @@ -738,4 +738,4 @@
"native": {}
}
]
}
}
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.trashschedule",
"version": "2.1.0",
"version": "2.1.1",
"description": "Calculates the days until next trash pickup",
"author": {
"name": "Matthias Kleine",
Expand Down
2 changes: 1 addition & 1 deletion widgets/trashschedule.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
ioBroker.vis TrashSchedule Widget-Set
Version: '2.1.0'
Version: '2.1.1'
Copyright 2022 Matthias Kleine info@haus-automatisierung.com
-->
Expand Down
2 changes: 1 addition & 1 deletion widgets/trashschedule/js/trashschedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ $.extend(
);

vis.binds['trashschedule'] = {
version: '2.1.0',
version: '2.1.1',
showVersion: function () {
if (vis.binds['trashschedule'].version) {
console.log('Version trashschedule: ' + vis.binds['trashschedule'].version);
Expand Down

0 comments on commit a43e4b1

Please sign in to comment.