Skip to content

Commit

Permalink
chore: release v3.4.1
Browse files Browse the repository at this point in the history
* (@Sickboy78) Awido: Increased number of fetched pickups per type (1 month)
  • Loading branch information
klein0r committed Nov 24, 2024
1 parent ba3d06c commit 0b5c773
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.1.2 (2023-12-22)

* (klein0r) Fixed exception when cache dir doesn't exist

## 3.1.1 (2023-12-22)

* (klein0r) Fixed config validation / integration test
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.4.1 (2024-11-24)

* (@Sickboy78) Awido: Increased number of fetched pickups per type (1 month)

Expand All @@ -81,10 +81,6 @@ NodeJS >= 18.x and js-controller >= 5 is required
* (klein0r) enhanced error logging
* (klein0r) some cities have no streets (API)

### 3.1.2 (2023-12-22)

* (klein0r) Fixed exception when cache dir doesn't exist

## 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.4.0",
"version": "3.4.1",
"blockedVersions": [
"3.0.0",
"3.1.0",
"3.1.1"
],
"news": {
"3.4.1": {
"en": "Awido: Increased number of fetched pickups per type (1 month)",
"de": "Awido: Erhöhte Anzahl von Abholungen pro Typ (1 Monat)",
"ru": "Awido: Увеличение количества выловленных пикапов на один тип (1 месяц)",
"pt": "Awido: Aumento do número de captadores fetched por tipo (1 mês)",
"nl": "Awido: Toegenomen aantal opgehaalde pickups per type (1 maand)",
"fr": "Awido: Augmentation du nombre de ramassage par type (1 mois)",
"it": "Awido: aumento del numero di pickup fetched per tipo (1 mese)",
"es": "Awido: Mayor número de camionetas por tipo (1 mes)",
"pl": "Awido: Zwiększona liczba pobranych odbiorników na typ (1 miesiąc)",
"uk": "Awido: Підвищена кількість занурених пікап на тип (1 місяць)",
"zh-cn": "Awido:每类小卡车增加(1个月)"
},
"3.4.0": {
"en": "Validate user inputs in instance configuration\nAdded Awido as Webservice",
"de": "Validieren Sie Benutzereingänge in Beispielkonfiguration\nAwido als Webservice hinzugefügt",
Expand Down Expand Up @@ -85,19 +98,6 @@
"pl": "Walidowanie i test integracji",
"uk": "Виправлено перевірку конфігурації / тестування інтеграції",
"zh-cn": "固定验证/一体化试验"
},
"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来源"
}
},
"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.4.0",
"version": "3.4.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: '3.4.0'
Version: '3.4.1'
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.4.0',
version: '3.4.1',
showVersion: function () {
if (vis.binds['trashschedule'].version) {
console.log('Version trashschedule: ' + vis.binds['trashschedule'].version);
Expand Down

0 comments on commit 0b5c773

Please sign in to comment.