Skip to content

Commit

Permalink
chore: release v1.4.0
Browse files Browse the repository at this point in the history
* (klein0r) Allow to hide "not found" warnings for single trash types (like christmas tree pickup)
* (klein0r) Added limit option for VIS widget
* (klein0r) Added option for VIS widget to hide the name
  • Loading branch information
klein0r committed Dec 10, 2021
1 parent 54a5c94 commit e05d947
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 19 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,7 @@ iobroker add trashschedule
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 1.4.0 (2021-12-10)

* (klein0r) Allow to hide "not found" warnings for single trash types (like christmas tree pickup)
* (klein0r) Added limit option for VIS widget
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "trashschedule",
"version": "1.3.6",
"version": "1.4.0",
"news": {
"1.4.0": {
"en": "Allow to hide \"not found\" warnings for single trash types (like christmas tree pickup)\nAdded limit option for VIS widget\nAdded option for VIS widget to hide the name",
"de": "Erlauben Sie, \"nicht gefunden\"-Warnungen für einzelne Müllarten auszublenden (wie die Abholung von Weihnachtsbaum)\nLimit-Option für VIS-Widget hinzugefügt\nOption für VIS-Widget hinzugefügt, um den Namen zu verbergen",
"ru": "Разрешить скрывать предупреждения \"не найдено\" для отдельных типов мусора (например, при вывозе елки)\nДобавлена опция ограничения для виджета VIS\nДобавлена возможность для виджета VIS скрыть имя",
"pt": "Permitir ocultar avisos de \"não encontrado\" para tipos de lixo único (como coleta de árvore de natal)\nAdicionada opção de limite para widget VIS\nAdicionada opção para o widget VIS para ocultar o nome",
"nl": "Sta toe om \"niet gevonden\"-waarschuwingen te verbergen voor afzonderlijke soorten afval (zoals het ophalen van de kerstboom)\nLimietoptie toegevoegd voor VIS-widget\nOptie toegevoegd voor VIS-widget om de naam te verbergen",
"fr": "Permet de masquer les avertissements « introuvable » pour les types de déchets uniques (comme le ramassage du sapin de Noël)\nAjout d'une option de limite pour le widget VIS\nAjout d'une option pour le widget VIS pour masquer le nom",
"it": "Consenti di nascondere gli avvisi \"non trovato\" per i singoli tipi di rifiuti (come il ritiro dell'albero di Natale)\nAggiunta opzione limite per widget VIS\nAggiunta l'opzione per il widget VIS per nascondere il nome",
"es": "Permitir ocultar las advertencias de \"no encontrado\" para tipos de basura individuales (como la recolección del árbol de Navidad)\nOpción de límite agregada para el widget VIS\nOpción agregada para el widget VIS para ocultar el nombre",
"pl": "Zezwalaj na ukrywanie ostrzeżeń „nie znaleziono” dla pojedynczych typów śmieci (takich jak zbieranie choinek)\nDodano opcję limitu dla widżetu VIS\nDodano opcję dla widżetu VIS, aby ukryć nazwę",
"zh-cn": "允许隐藏单个垃圾类型的“未找到”警告(如圣诞树捡拾)\n为 VIS 小部件添加了限制选项\n为 VIS 小部件添加了隐藏名称的选项"
},
"1.3.6": {
"en": "Require new version for translated instance objects\nFixed timeout issues",
"de": "Neue Version für übersetzte Instanzobjekte erforderlich\nTimeout-Probleme behoben",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Se corrigieron las traducciones faltantes",
"pl": "Naprawiono brakujące tłumaczenia",
"zh-cn": "修复了丢失的翻译"
},
"1.3.0": {
"en": "Admin 5 Support",
"de": "Admin 5 Support",
"ru": "Admin 5 Поддержка",
"pt": "Suporte Admin 5",
"nl": "Beheerder 5 Ondersteuning",
"fr": "Assistance administrateur 5",
"it": "Supporto amministratore 5",
"es": "Soporte Admin 5",
"pl": "Wsparcie administratora 5",
"zh-cn": "管理员 5 支持"
}
},
"title": "Trash Schedule",
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.3.6",
"version": "1.4.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: '1.3.6'
Version: '1.4.0'
Copyright 2021 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 @@ -146,7 +146,7 @@ $.extend(
);

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

0 comments on commit e05d947

Please sign in to comment.