Skip to content

Commit

Permalink
chore: release v3.0.0
Browse files Browse the repository at this point in the history
* (klein0r) Added API source myMuell
  • Loading branch information
klein0r committed Dec 21, 2023
1 parent e04de4a commit e410ec2
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Older changes
## 2.1.0 (2022-12-12)

* (klein0r) Dropped Admin 5 support
* (klein0r) Added Ukrainian language

## 2.0.3 (2022-06-02)

* (klein0r) Allow whitespaces in the match pattern
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ iobroker add trashschedule
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 3.0.0 (2023-12-21)

* (klein0r) Added API source myMuell

Expand All @@ -78,11 +78,6 @@ NodeJS 16.x is required

* (klein0r) Added Ukrainian language

### 2.1.0 (2022-12-12)

* (klein0r) Dropped Admin 5 support
* (klein0r) Added Ukrainian language

## 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.4.0",
"version": "3.0.0",
"news": {
"3.0.0": {
"en": "Added API source myMuell",
"de": "Hinzugefügt API-Quelle myMuell",
"ru": "Добавлен источник API myMuell",
"pt": "Adicionado API source myMuell",
"nl": "_",
"fr": "Ajout d'une source API myMuell",
"it": "Sorgente API aggiunto myMuell",
"es": "Añadido fuente de API miMuell",
"pl": "Źródło danych API MyMuell",
"uk": "Додано джерело API myMuell",
"zh-cn": "增加我Muell的API来源"
},
"2.4.0": {
"en": "Added advanced handling for trash pickup\nAdded list of missing / not found trash types as JSON (type.jsonNotFound)",
"de": "Erweiterte Handhabung für Müllabholung hinzugefügt\nHinzugefügt Liste der fehlenden / nicht gefunden Mülltypen wie JSON (Typ.jsonNotFound)",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Zezwalaj na białe znaki we wzorcu dopasowania",
"uk": "Дозволити пробіли в шаблоні відповідності",
"zh-cn": "在匹配模式中允许空格"
},
"2.0.2": {
"en": "Fixed error handling for trash types with empty name",
"de": "Fehlerbehandlung für Papierkorbtypen mit leerem Namen behoben",
"ru": "Исправлена обработка ошибок для типов корзины с пустым именем.",
"pt": "Corrigido o tratamento de erros para tipos de lixo com nome vazio",
"nl": "Vaste foutafhandeling voor prullenbaktypen met lege naam",
"fr": "Correction de la gestion des erreurs pour les types de corbeille avec un nom vide",
"it": "Risolto il problema con la gestione degli errori per i tipi di cestino con nome vuoto",
"es": "Se corrigió el manejo de errores para tipos de basura con nombre vacío.",
"pl": "Naprawiono obsługę błędów dla typów śmieci z pustą nazwą",
"uk": "Виправлено обробку помилок для типів сміття з порожньою назвою",
"zh-cn": "修复了对具有空名称的垃圾类型的错误处理"
}
},
"titleLang": {
Expand Down Expand Up @@ -837,4 +837,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.4.0",
"version": "3.0.0",
"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.4.0'
Version: '3.0.0'
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 @@ -170,7 +170,7 @@ $.extend(
);

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

0 comments on commit e410ec2

Please sign in to comment.