Skip to content

Commit

Permalink
chore: release v3.1.0
Browse files Browse the repository at this point in the history
NodeJS 16.x is required

* (klein0r) Added link to sensor map to intro tab
* (klein0r) Create timestamps if location is not available
* (klein0r) Added admin icons
  • Loading branch information
klein0r committed Oct 25, 2023
1 parent 5e3a18d commit a5442c4
Show file tree
Hide file tree
Showing 5 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
## 2.2.1 (2022-03-14)

* (klein0r) Do not delete sensors on http problems

## 2.2.0 (2022-03-14)

* (klein0r) Added documentation
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ iobroker add luftdaten
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 3.1.0 (2023-10-25)

NodeJS 16.x is required

Expand Down Expand Up @@ -82,10 +82,6 @@ NodeJS 14.x is required (NodeJS 12.x is EOL)

* (klein0r) Bugfix: Requested local sensors with https instead of http

### 2.2.1 (2022-03-14)

* (klein0r) Do not delete sensors on http problems

## License

The MIT License (MIT)
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": "luftdaten",
"version": "3.0.0",
"version": "3.1.0",
"news": {
"3.1.0": {
"en": "NodeJS 16.x is required\n\n* Added link to sensor map to intro tab\n* Create timestamps if location is not available\n* Added admin icons",
"de": "NodeJS 16.x ist erforderlich\n\n* Link zur Sensorkarte hinzugefügt\n* Zeitstempel erstellen, wenn der Standort nicht verfügbar ist\n* Admin-Symbole hinzugefügt",
"ru": "NodeJS 16.x требуется\n\n* Добавлена ссылка на карту датчика на вкладку intro\n* Создавайте метки, если место не доступно\n* Добавлены иконки админ",
"pt": "NodeJS 16.x é necessário\n\n* Adicionado link para o mapa do sensor para a guia intro\n* Criar timestamps se a localização não estiver disponível\n* Adicionado ícones de administrador",
"nl": "NodeJS 16.x is vereist\n\nQuality over Quantity (QoQ) Releases Vertaling:\n♪ Create timestamps if locatie is not beschikbaar ♪\n♪ Added admin icons ♪",
"fr": "NodeJS 16.x est nécessaire\n\n* Ajout du lien vers la carte de capteur à l'onglet intro\n* Créer des timetamps si l'emplacement n'est pas disponible\n* Ajout des icônes d'administration",
"it": "NodeJS 16.x è richiesto\n\n* Aggiunto link alla mappa del sensore alla scheda intro\n* Creare timestamp se la posizione non è disponibile\n* Aggiunte icone di amministratore",
"es": "NodeJS 16.x es necesario\n\n* Añadido enlace al mapa de sensores a la pestaña de introducción\n* Crear timetamps si la ubicación no está disponible\n* iconos de administración añadidos",
"pl": "NodeJS 16 (ang.)\n\n* Włącz do mapy czujników do wstawiania tabeli\n* Wspomnienia czasowe nie są dostępne\n* Added admin icon",
"uk": "NodeJS 16.x обов'язковий\n\n* Додано посилання на сенсорну карту в вкладці intro\n* Створіть часові запаси, якщо розташування не доступна\n* Додано іконки адміністратора",
"zh-cn": "不需要16.JS16x。\n\n* 在表格中增添传感器图链接。\n* 如果不能提供地点,则设立时间。\n* 增加说明"
},
"3.0.0": {
"en": "NodeJS 14.x is required (NodeJS 12.x is EOL)\n\n* Added link to sensor map to instance configuration\n* Updated dependencies\n* Updated depedency for js-controller to 4.0.15\n* Dropped Admin 5 support\n* Added Ukrainian language",
"de": "NodeJS 14.x ist erforderlich (NodeJS 12.x ist EOL)\n\n* Link zur Sensorkarte zur Instanz-Konfiguration hinzugefügt\n* Aktualisierte Abhängigkeiten\n* Aktualisierte Depedanz für js-Controller auf 4.0.15\n* Dropped Admin 5 Unterstützung\n* Hinzugefügt Ukrainische Sprache",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Dodana dokumentacja\nDodano wskazówkę dotyczącą konfiguracji Admin 4\nZaktualizowane role stanowe\nZaktualizowano komunikaty debugowania, aby dostarczyć więcej informacji\nZaktualizowane zależności",
"zh-cn": "添加的文档\n添加了 Admin 4 配置的提示\n更新了状态角色\n更新了调试消息以提供更多信息\n更新的依赖项",
"uk": "Додана документація\nДодано підказку для конфігурації Admin 4\nОновлені ролі стану\nОновлено повідомлення про налагодження, щоб надати більше інформації\nОновлені залежності"
},
"2.1.3": {
"en": "Updated dependencies",
"de": "Aktualisierte Abhängigkeiten",
"ru": "Обновленные зависимости",
"pt": "Dependências atualizadas",
"nl": "Bijgewerkte afhankelijkheden",
"fr": "Dépendances mises à jour",
"it": "Dipendenze aggiornate",
"es": "Dependencias actualizadas",
"pl": "Zaktualizowane zależności",
"zh-cn": "更新的依赖项",
"uk": "Оновлені залежності"
}
},
"titleLang": {
Expand Down Expand Up @@ -182,4 +182,4 @@
"sensors": []
},
"objects": []
}
}
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.luftdaten",
"version": "3.0.0",
"version": "3.1.0",
"description": "ioBroker Luftdaten Adapter",
"author": {
"name": "Matthias Kleine",
Expand Down Expand Up @@ -84,4 +84,4 @@
"url": "https://github.com/klein0r/ioBroker.luftdaten/issues"
},
"readmeFilename": "README.md"
}
}

0 comments on commit a5442c4

Please sign in to comment.