Skip to content

Commit

Permalink
chore: release v3.3.0
Browse files Browse the repository at this point in the history
NodeJS >= 18.x and js-controller >= 5 is required

* (klein0r) Improved error reporting / log messages
* (klein0r) Fixed translations
* (klein0r) Added Abfall+ as Webservice
  • Loading branch information
klein0r committed Apr 28, 2024
1 parent 83e8668 commit 75a5829
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 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
## 3.1.0 (2023-12-22)

* (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
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.3.0 (2024-04-28)

NodeJS >= 18.x and js-controller >= 5 is required

Expand All @@ -80,11 +80,6 @@ NodeJS >= 18.x and js-controller >= 5 is required

* (klein0r) Fixed config validation / integration test

### 3.1.0 (2023-12-22)

* (klein0r) Use meta storage for cache files
* (klein0r) Added configured source type as state

## 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.2.0",
"version": "3.3.0",
"blockedVersions": [
"3.0.0",
"3.1.0",
"3.1.1"
],
"news": {
"3.3.0": {
"en": "NodeJS >= 18.x and js-controller >= 5 is required\n\n* Improved error reporting / log messages\n* Fixed translations\n* Added Abfall+ as Webservice",
"de": "NodeJS >= 18.x und js-Controller >= 5 ist erforderlich\n\n* Verbesserte Fehlermeldung / Log-Nachrichten\n* Feste Übersetzungen\n* Hinzugefügt Abfall+ als Webservice",
"ru": "NodeJS >= 18.x и js-контроллер >= 5 требуется\n\n* Улучшенная информация об ошибках/сообщения журнала\n* Исправленные переводы\n* Добавлено Abfall+ как Webservice",
"pt": "NodeJS >= 18.x e js-controller >= 5 é necessário\n\n* Notificação melhorada de erros / mensagens de log\n* Traduções fixas\n* Adicionado Abfall+ como Webservice",
"nl": "Voor de toepassing van de onderverdelingen 870190 tot en met 870290 wordt onder post 8702 verstaan: 5 is vereist\n\n* Verbeterde foutmelding / logberichten\n* Vaste vertalingen\n* Toegevoegd Abfall+ als Webservice",
"fr": "NodeJS >= 18.x et js-controller >= 5 est nécessaire\n\n* Rapports d'erreurs améliorés / messages de journal\n* Traductions fixes\n* Ajout d'Abfall+ comme service Web",
"it": "NodeJS >= 18.x e js-controller 5 è richiesto\n\n* Rapporto di errore migliorato / messaggi di registro\n* Traduzioni fisse\n* Aggiunto Abfall+ come Webservice",
"es": "NodeJS >= 18.x y js-controller Se requiere 5\n\n* Mejorar el reporte de errores / mensajes de registro\n* Traducciones fijas\n* Añadido Abfall+ como servicio web",
"pl": "NodeJS > = 18.x i kontroler js- > = 5 jest wymagane\n\n* Ulepszone raportowanie błędów / logowanie wiadomości\n* Tłumaczenia stałe\n* Dodano upadek + jako serwis internetowy",
"uk": "NodeJS >= 18.x та js-controller >= 5 обов'язково\n\n* Поліпшення звіту про помилку / повідомлення журналу\n* Фіксовані переклади\n* Додано Abfall + як Webservice",
"zh-cn": "节点JS18x和js控制器QQ 需要5个\n\n* 改进错误报告/日志信息\n* 固定翻译\n* 添加Abfall+作为网络服务"
},
"3.2.0": {
"en": "Added more providers",
"de": "Weitere Anbieter",
Expand Down Expand Up @@ -85,19 +98,6 @@
"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)",
"ru": "Добавлена расширенная обработка для мусора пикап\nДобавлен список отсутствующих / не найденных видов мусора как JSON (type.jsonNotFound)",
"pt": "Adicionado manuseio avançado para captador de lixo\nLista adicionada de tipos de lixo perdidos / não encontrados como JSON (type.jsonNotFound)",
"nl": "Gevorderd voor het afval\nVermeldde lijst van vermiste / niet gevonden afvaltypes als JSON (type)",
"fr": "Ajout de la manipulation avancée pour le ramassage des ordures\nAjout de la liste des types de déchets manquants / non trouvés comme JSON (type.jsonNotFound)",
"it": "Aggiunta gestione avanzata per il pickup spazzatura\nElenco Aggiunto dei tipi di rifiuti mancanti / non trovati come JSON (type.jsonNotFound)",
"es": "Manejo avanzado adicional para la recolección de basura\nLista agregada de tipos de basura desaparecidos / no encontrados como JSON (tipo.jsonNotFound)",
"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)"
}
},
"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.2.0",
"version": "3.3.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.2.0'
Version: '3.3.0'
Copyright 2024 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.2.0',
version: '3.3.0',
showVersion: function () {
if (vis.binds['trashschedule'].version) {
console.log('Version trashschedule: ' + vis.binds['trashschedule'].version);
Expand Down

0 comments on commit 75a5829

Please sign in to comment.