diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 3703c17b..c953c94a 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,15 +1,4 @@ # Older changes -## 1.0.7 (2022-11-19) -* Fixed deprecated messages from Sentry with api-validations -* Automatic switch mode had an error with playlists. Playlist item could never be selected. - -## 1.0.6 (2022-11-19) -* Fixed polling (ledBri, ledSat) -* Added Connection-Info - -## 1.0.5 (2022-10-16) -* Fixed error when changing active movie (#173) - ## 1.0.4 (2022-10-15) * Upload Movies * Upload Generated Movies diff --git a/README.md b/README.md index 4ce45357..d4b99386 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ response => { Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 1.0.11 (2022-12-13) * Extend Sentry logging for details.groups when "deprecated" * Cancel active pause not working after startup if active beforehand * Merge libraries request and twinkly @@ -159,6 +159,17 @@ response => { * Add Ukrainian translation * Rework how objects are created, objects are now created after first connect after startup and updated after a firmware update +### 1.0.7 (2022-11-19) +* Fixed deprecated messages from Sentry with api-validations +* Automatic switch mode had an error with playlists. Playlist item could never be selected. + +### 1.0.6 (2022-11-19) +* Fixed polling (ledBri, ledSat) +* Added Connection-Info + +### 1.0.5 (2022-10-16) +* Fixed error when changing active movie (#173) + ## License MIT License diff --git a/io-package.json b/io-package.json index 2d4d6a98..8c7d3668 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "twinkly", - "version": "1.0.11-beta.4", + "version": "1.0.11", "news": { + "1.0.11": { + "en": "Extend Sentry logging for details.groups when \"deprecated\"\nCancel active pause not working after startup if active beforehand\nMerge libraries request and twinkly\nOptimized Code in requests\nUpdated Sentry logging for better viewability", + "de": "Erweitern Sie Sentry Protokoll für Details. Gruppen bei Abschreibungen\nStoppen Sie die aktive Pause nicht nach dem Start arbeiten, wenn aktiv vorhand\nMerge Bibliotheken Anfrage und twinkly\nOptimierter Code in Anfragen\nAktualisiertes Sentry Protokoll für bessere Sichtbarkeit", + "ru": "Расширяйте заготовку Sentry для деталей. группы при определённом\nОтменить активную паузу не работая после запуска если активный заранее\nЗапрос на библиотеки Merge и twinkly\nОптимизированный код в запросах\nОбновленная стружка Sentry для лучшего просмотра", + "pt": "Estenda o registro da Sentry para obter detalhes. grupos quando desprezados\nCancelar pausa ativa não funciona após a inicialização se ativa de antemão\nRequisito de bibliotecas de mescla e twinkly\nCódigo otimizado em pedidos\nRegistro de Sentry atualizado para melhor visibilidade", + "nl": "Extend Sentry op zoek naar details. Groep wanneer gedepreceerd\nAnnuleer actieve pauze niet na de start\nMeerdere bibliotheken verzoeken en tweeling\nOptimated Code in verzoek\nUpdate Sentry op zoek naar beter zicht", + "fr": "Étendez Sentry logging pour plus de détails. les groupes dépréciés\nAnnuler pause active ne fonctionnant pas après le démarrage si active avant-main\nDemande de bibliothèques de fusion et bikly\nCode optimisé dans les demandes\nMise à jour du logging Sentry pour une meilleure visibilité", + "it": "Estendere la registrazione Sentry per i dettagli. gruppi quando deprecato\nAnnulla pausa attiva non funzionante dopo l'avvio se attiva in anticipo\nUnire la richiesta di librerie e twinkly\nCodice ottimizzato nelle richieste\nRegistrazione Sentry aggiornata per una migliore visibilità", + "es": "Extender registro de centinelas para detalles. grupos cuando deprecated\nCancelar pausa activa no trabajar después de la puesta en marcha si activa antes\nMerge bibliotecas petición y gemelo\nCódigo optimizado en solicitudes\nRegistro de centry actualizado para una mejor visualización", + "pl": "Długa lista do szczegółów. Grupy, w których wspominają o uprzednim zaniedbowaniu\nAktywność Cancela nie działa po rozpoczęciu startu, jeśli aktywnie działała\nBiblioteka Merge (ang. Merge library)\nOświadczony kod na żądanie\nUlepszona praca Sentrylog for better viewability", + "uk": "Продовжити журналювання Sentry для деталей. групи при депресованих\nСкасувати активний пауза не працює після запуску, якщо активна передньою рукою\nЗапитайте та проконсультуйтеся з бібліотеками\nОптимальний код в запитах\nОновлений журнал Sentry для кращої видимості", + "zh-cn": "详见Sentry伐木。 被提名的群体\n如果在先知之前积极开展工作,那么在开始后没有工作。\n混合图书馆要求和双重频率\n请求中的《受害者法》\nA. 更新的采样,以便更好地了解" + }, "1.0.10": { "en": "Add sendTo message `uploadTwinkleMovie` to upload a twinkle movie with own colors\nUpdate Release Integration in Github Actions and Sentry", "de": "In den Warenkorb Zur Nachricht hochladenTwinkle Film zum Hochladen eines twinkle Films mit eigenen Farben\nVeröffentlichung Integration in Github Actions und Sentry", diff --git a/package-lock.json b/package-lock.json index d0366699..964c9510 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.twinkly", - "version": "1.0.11-beta.3", + "version": "1.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.twinkly", - "version": "1.0.11-beta.3", + "version": "1.0.11", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.7", diff --git a/package.json b/package.json index 9446e9b5..d470037c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.twinkly", - "version": "1.0.11-beta.4", + "version": "1.0.11", "description": "Adapter to communicate with the Twinkly lights.", "author": { "name": "patrickbs96",