diff --git a/README.md b/README.md index aae577d..8a6952d 100644 --- a/README.md +++ b/README.md @@ -144,8 +144,7 @@ This adapter would not have been possible without the great work of @Zefau (http - Add: admin configuration for refresh of metadata and clientdata -### **WORK IN PROGRESS** -- (ticaki) Fixed: #184 +### 1.0.4 (2023-08-27) - (ticaki) Fixed: [#184](https://github.com/iobroker-community-adapters/ioBroker.plex/issues/184) ### 1.0.3 (2023-08-25) diff --git a/io-package.json b/io-package.json index 6452123..0965baa 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "plex", - "version": "1.0.3", + "version": "1.0.4", "titleLang": { "en": "Plex Media Server", "de": "Plex Media Server", @@ -29,6 +29,19 @@ "uk": "Інтеграція медіасервера Plex і Tautulli" }, "news": { + "1.0.4": { + "en": "Fixed: [#184](https://github.com/iobroker-community-adapters/ioBroker.plex/issues/184)", + "de": "Behoben: #[184](https://github.com/iobroker-community-adapters/ioBroker.plex/issues/184)", + "ru": "Исправлено: #[184](https://github.com/iobroker-community-adapters/ioBroker.plex/issues/184)", + "pt": "Corrigido: #[184](https://github.com/iobroker-community-adapters/ioBroker.plex/issues/184)", + "nl": "Quality over Quantity (QoQ) Releases Vertaling:", + "fr": "Correction : #[184](https://github.com/iobroker-community-adapters/ioBroker.plex/issues/184)", + "it": "Fisso: #[184](https://github.com/iobroker-community-adapters/ioBroker.plex/issues/184)", + "es": "Corregido: #[184](https://github.com/iobroker-community-adapters/ioBroker.plex/issues/184)", + "pl": "Fixed: #184 (https:/github.com/iobroker-community-adapters/ioBrokerplex/issues/184) (ang.)", + "uk": "Виправлено: #[184](https://github.com/iobroker-community-adapters/ioBroker.plex/products/184)", + "zh-cn": "固定:第[184]号(http://github.com/iobroker-community-adapters/ioBroker.plex/issues/184)" + }, "1.0.3": { "en": "Fixed: Don't add empty notifications to history [#183](https://github.com/iobroker-community-adapters/ioBroker.plex/issues/183)\nFixed: prevent the creation of duplicate history entries in most cases", "de": "Behoben: Fügen keine leeren Benachrichtigungen zur History hinzu #[183](https://github.com/iobroker-community-adapter/ioBroker.plex/issues/183) \nBehoben: Verhindere die Erstellung doppelter Histroyeinträge in den meisten Fällen", @@ -106,19 +119,6 @@ "pl": "Zależności zostały zaktualizowane", "uk": "Оновлено залежність", "zh-cn": "已更新了属地" - }, - "1.0.0-alpha.1": { - "en": "Dependencies have been updated", - "de": "Abhängigkeiten wurden aktualisiert", - "ru": "В зависимости были обновлены", - "pt": "As dependências foram atualizadas", - "nl": "Afhankelijkheid", - "fr": "Les dépendances ont été mises à jour", - "it": "Le dipendenze sono state aggiornate", - "es": "Se han actualizado las dependencias", - "pl": "Zależności zostały zaktualizowane", - "uk": "Оновлено залежність", - "zh-cn": "已更新了属地" } }, "license": "MIT", diff --git a/package-lock.json b/package-lock.json index 026ea69..0d7260d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.plex", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.plex", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.3", diff --git a/package.json b/package.json index 2e249f5..b215847 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.plex", - "version": "1.0.3", + "version": "1.0.4", "description": "Integration of your Plex Media Server and / or your Tautulli", "author": { "name": "zefau",