iobroker.tint 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -16,8 +16,6 @@ Control **Müller Licht tint** Zigbee smart lights via a **deCONZ / ConBee** gat
16
16
  This adapter provides full control over individual lights, light groups, and scenes, and
17
17
  decodes every button and color-wheel event from the Tint remote control.
18
18
 
19
- Other languages: [Deutsch](doc/de/README.md) · [Русский](doc/ru/README.md) · [Português](doc/pt/README.md) · [Nederlands](doc/nl/README.md) · [Français](doc/fr/README.md) · [Italiano](doc/it/README.md) · [Español](doc/es/README.md) · [Polski](doc/pl/README.md) · [Українська](doc/uk/README.md) · [中文](doc/zh-cn/README.md)
20
-
21
19
  ## DISCLAIMER
22
20
 
23
21
  The name **Müller Licht** and the product name **tint** are trademarks of Müller-Licht International GmbH.
@@ -186,6 +184,9 @@ iobroker add tint
186
184
  ### **WORK IN PROGRESS**
187
185
  -->
188
186
 
187
+ ### 0.3.2 (2026-06-23)
188
+ * (ssbingo) Remove redundant "Other languages" line from README.md (already covered by the Documentation section); disable the Sentry release-notification step in CI (was failing with no token configured)
189
+
189
190
  ### 0.3.1 (2026-06-23)
190
191
  * (ssbingo) Complete the Object structure documentation (Plugs, Covers, Switches, Sensors, Thermostats) in all 11 README files; cap the changelog at 5 entries with older history moved to CHANGELOG_OLD.md
191
192
 
@@ -200,9 +201,6 @@ iobroker add tint
200
201
  * (ssbingo) Fix: pairing button now implemented as a custom panel component — always visible regardless of adapter alive state
201
202
  * (ssbingo) Fix: commit panel build bundles to git so GitHub installs work without a manual build step (empty Leuchten/Gruppen tabs resolved)
202
203
 
203
- ### 0.2.4 (2026-06-15)
204
- * (ssbingo) Improve pairing UX: click button first, adapter polls deCONZ every 3 s until pairing window opens (up to 60 s) — no more time pressure
205
-
206
204
  ## Documentation
207
205
 
208
206
  - 🇩🇪 [Deutsche Dokumentation](doc/de/README.md)
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "tint",
4
- "version": "0.3.1",
4
+ "version": "0.3.2",
5
5
  "news": {
6
+ "0.3.2": {
7
+ "en": "Remove redundant \"Other languages\" line from README.md (already covered by the Documentation section); disable the Sentry release-notification step in CI (was failing with no token configured)",
8
+ "de": "Redundante \"Other languages\"-Zeile aus der README.md entfernt (steht bereits im Documentation-Abschnitt); Sentry-Release-Benachrichtigung in der CI deaktiviert (schlug ohne konfigurierten Token fehl)",
9
+ "ru": "Удалена избыточная строка \"Other languages\" из README.md (уже есть в разделе Documentation); отключено уведомление о релизе Sentry в CI (завершалось ошибкой без настроенного токена)",
10
+ "pt": "Removida a linha redundante \"Other languages\" do README.md (já presente na secção Documentation); desativada a notificação de lançamento do Sentry no CI (falhava sem token configurado)",
11
+ "nl": "Overbodige \"Other languages\"-regel uit README.md verwijderd (staat al in de Documentation-sectie); Sentry-release-melding in CI uitgeschakeld (mislukte zonder geconfigureerde token)",
12
+ "fr": "Suppression de la ligne redondante \"Other languages\" du README.md (déjà présente dans la section Documentation) ; désactivation de la notification de release Sentry dans la CI (échouait sans jeton configuré)",
13
+ "it": "Rimossa la riga ridondante \"Other languages\" dal README.md (già presente nella sezione Documentation); disabilitata la notifica di rilascio Sentry nella CI (falliva senza token configurato)",
14
+ "es": "Eliminada la línea redundante \"Other languages\" del README.md (ya presente en la sección Documentation); deshabilitada la notificación de versión de Sentry en CI (fallaba sin token configurado)",
15
+ "pl": "Usunięto zbędną linię \"Other languages\" z README.md (jest już w sekcji Documentation); wyłączono powiadomienie o wydaniu Sentry w CI (kończyło się błędem bez skonfigurowanego tokenu)",
16
+ "uk": "Видалено зайвий рядок \"Other languages\" з README.md (уже є в розділі Documentation); вимкнено сповіщення про реліз Sentry в CI (завершувалося помилкою без налаштованого токена)",
17
+ "zh-cn": "移除README.md中多余的\"Other languages\"行(文档部分已包含此信息);禁用CI中的Sentry发布通知步骤(因未配置令牌而失败)"
18
+ },
6
19
  "0.3.1": {
7
20
  "en": "Complete the Object structure documentation (Plugs, Covers, Switches, Sensors, Thermostats) in all 11 README files; cap the changelog at 5 entries with older history moved to CHANGELOG_OLD.md",
8
21
  "de": "Objektstruktur-Dokumentation (Steckdosen, Rollos, Schalter, Sensoren, Thermostate) in allen 11 README-Dateien vervollständigt; Changelog auf 5 Einträge begrenzt, ältere Historie nach CHANGELOG_OLD.md verschoben",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.tint",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Müller Licht Tint Steuerung via deCONZ/ConBee",
5
5
  "author": {
6
6
  "name": "ssbingo",