From a5442c4b51156c8110a9112b3f0b4bca3cf27b28 Mon Sep 17 00:00:00 2001 From: Matthias Kleine Date: Wed, 25 Oct 2023 21:13:14 +0200 Subject: [PATCH] chore: release v3.1.0 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 --- CHANGELOG_OLD.md | 4 ++++ README.md | 6 +----- io-package.json | 30 +++++++++++++++--------------- package-lock.json | 4 ++-- package.json | 4 ++-- 5 files changed, 24 insertions(+), 24 deletions(-) diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index f5bc749..81c5da2 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -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 diff --git a/README.md b/README.md index 0daaea1..d240196 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) diff --git a/io-package.json b/io-package.json index 419e778..3514287 100644 --- a/io-package.json +++ b/io-package.json @@ -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", @@ -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": { @@ -182,4 +182,4 @@ "sensors": [] }, "objects": [] -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index ea87d85..85c2de6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.luftdaten", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.luftdaten", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4", diff --git a/package.json b/package.json index a328b14..2e26367 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.luftdaten", - "version": "3.0.0", + "version": "3.1.0", "description": "ioBroker Luftdaten Adapter", "author": { "name": "Matthias Kleine", @@ -84,4 +84,4 @@ "url": "https://github.com/klein0r/ioBroker.luftdaten/issues" }, "readmeFilename": "README.md" -} \ No newline at end of file +}