Skip to content

Commit

Permalink
chore: release v3.2.0
Browse files Browse the repository at this point in the history
* (klein0r) Added more providers
  • Loading branch information
klein0r committed Jan 22, 2024
1 parent 3f8f676 commit 724fc2a
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 3.0.0 (2023-12-21)

* (klein0r) Added API source myMuell

## 2.4.0 (2023-12-21)

* (Standarduser) Added advanced handling for trash pickup
Expand Down
6 changes: 1 addition & 5 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.2.0 (2024-01-22)

* (klein0r) Added more providers

Expand All @@ -77,10 +77,6 @@ iobroker add trashschedule
* (klein0r) Use meta storage for cache files
* (klein0r) Added configured source type as state

### 3.0.0 (2023-12-21)

* (klein0r) Added API source myMuell

## License

MIT License
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
{
"common": {
"name": "trashschedule",
"version": "3.1.3",
"version": "3.2.0",
"blockedVersions": [
"3.0.0",
"3.1.0",
"3.1.1"
],
"news": {
"3.2.0": {
"en": "Added more providers",
"de": "Weitere Anbieter",
"ru": "Добавлено больше провайдеров",
"pt": "Adicionado mais provedores",
"nl": "Meer aanbieders toegevoegd",
"fr": "Plus de fournisseurs",
"it": "Aggiunto più fornitori",
"es": "Añadido más proveedores",
"pl": "Dodano więcej dostawców",
"uk": "Додано більше провайдерів",
"zh-cn": "添加更多提供者"
},
"3.1.3": {
"en": "fixed configuration validation\nenhanced error logging\nsome cities have no streets (API)",
"de": "feste konfigurationsvalidierung\nverbesserte fehlersuche\neinige Städte haben keine Straßen (API)",
Expand Down Expand Up @@ -85,19 +98,6 @@
"pl": "Dodać zaawansowaną obsługę śmieci\nLista zaginionych i nieznana jako JSON (typ.json NotFound)",
"uk": "Додана розширена обробка для сміття\nДодано список відсутніх / не знайдено типів сміття як JSON (type.jsonNotFound)",
"zh-cn": "增加突发事件的先进处理\n增列失踪/未发现过事故的清单(原为Json NotFound)"
},
"2.3.0": {
"en": "NodeJS 16.x is required\n\n* Improved log messages\n* Added icons in admin tabs",
"de": "NodeJS 16.x ist erforderlich\n\n* Verbesserte Log-Nachrichten\n* Icons in Admin-Tabs hinzugefügt",
"ru": "NodeJS 16.x требуется\n\n* Улучшенные лог-сообщения\n* Добавлены иконки в админ табы",
"pt": "NodeJS 16.x é necessário\n\n* Mensagens de log melhoradas\n* Ícones adicionados em guias admin",
"nl": "NodeJS 16.x is vereist\n\n♪ Improved log berichten\n♪ Added icons in admin tabs ♪",
"fr": "NodeJS 16.x est nécessaire\n\n* Amélioration des messages journaux\n* Ajout d'icônes dans les onglets d'administration",
"it": "NodeJS 16.x è richiesto\n\n* Messaggi di registro migliorati\n* Aggiunte le icone nelle schede di amministrazione",
"es": "NodeJS 16.x es necesario\n\n* Mensajes de registro mejorados\n* iconos añadidos en pestañas de administración",
"pl": "NodeJS 16 (ang.)\n\n- Improved log messages\n* Added icons in admin tabs",
"uk": "NodeJS 16.x обов'язковий\n\n* Покращені повідомлення журналу\n* Додано іконки в вкладках адміністратора",
"zh-cn": "不需要16.JS16x。\n\n* 改进文 件\n* 括号内增列图"
}
},
"titleLang": {
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.trashschedule",
"version": "3.1.3",
"version": "3.2.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: '3.1.3'
Version: '3.2.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: '3.1.3',
version: '3.2.0',
showVersion: function () {
if (vis.binds['trashschedule'].version) {
console.log('Version trashschedule: ' + vis.binds['trashschedule'].version);
Expand Down

0 comments on commit 724fc2a

Please sign in to comment.