iobroker.tint 0.3.3 → 0.3.4

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
@@ -184,6 +184,9 @@ iobroker add tint
184
184
  ### **WORK IN PROGRESS**
185
185
  -->
186
186
 
187
+ ### 0.3.4 (2026-06-23)
188
+ * (ssbingo) Fix: logo (admin/tint.png) was 300×358 (not square), which the repository checker flags; padded to 358×358 with a transparent border, no content cropped or distorted
189
+
187
190
  ### 0.3.3 (2026-06-23)
188
191
  * (ssbingo) Repository hygiene: bump minimum admin version to 7.6.20, drop common.news entries for versions never published to npm, use this.setTimeout() in the pairing poll loop, add ioBroker keyword, migrate tsconfig to @tsconfig/node22, remove obsolete .prettierignore, add dependabot config
189
192
 
@@ -197,9 +200,6 @@ iobroker add tint
197
200
  * (ssbingo) Fix: device tabs in admin no longer trigger a false "switch host" warning — React 18 and @mui/material v6 are now shared with admin's host instead of being bundled separately (panel bundle size drops from ~411 KB to ~66 KB)
198
201
  * (ssbingo) Fix: remove leftover legacy "tint" sidebar tab (admin/tab_m.html) — superseded by the jsonConfig device tabs
199
202
 
200
- ### 0.2.6 (2026-06-17)
201
- * (ssbingo) Fix: pairing button replaced with a custom PairButton component — no longer relies on admin's result-mapping for encrypted fields; shows inline status ("Key received — please Save!" / error text)
202
-
203
203
  ## Documentation
204
204
 
205
205
  - 🇩🇪 [Deutsche Dokumentation](doc/de/README.md)
package/admin/tint.png CHANGED
Binary file
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "tint",
4
- "version": "0.3.3",
4
+ "version": "0.3.4",
5
5
  "news": {
6
+ "0.3.4": {
7
+ "en": "Fix: logo (admin/tint.png) was 300×358 (not square), which the repository checker flags; padded to 358×358 with a transparent border, no content cropped or distorted",
8
+ "de": "Bugfix: Logo (admin/tint.png) war 300×358 (nicht quadratisch), was der Repository-Checker bemängelt; auf 358×358 mit transparentem Rand aufgefüllt, kein Bildinhalt beschnitten oder verzerrt",
9
+ "ru": "Исправление: логотип (admin/tint.png) был 300×358 (не квадратный), на что указывал репозиторный чекер; дополнен до 358×358 прозрачной рамкой, без обрезки или искажения содержимого",
10
+ "pt": "Correção: o logótipo (admin/tint.png) tinha 300×358 (não era quadrado), o que o verificador do repositório assinalava; preenchido para 358×358 com borda transparente, sem cortar ou distorcer o conteúdo",
11
+ "nl": "Bugfix: logo (admin/tint.png) was 300×358 (niet vierkant), wat de repository-checker meldde; opgevuld tot 358×358 met transparante rand, geen inhoud bijgesneden of vervormd",
12
+ "fr": "Correctif : le logo (admin/tint.png) était en 300×358 (non carré), ce que signalait le vérificateur du dépôt ; complété à 358×358 avec une bordure transparente, sans rogner ni déformer le contenu",
13
+ "it": "Correzione: il logo (admin/tint.png) era 300×358 (non quadrato), segnalato dal checker del repository; riempito a 358×358 con bordo trasparente, senza ritagliare o distorcere il contenuto",
14
+ "es": "Corrección: el logo (admin/tint.png) era de 300×358 (no cuadrado), lo que señalaba el verificador del repositorio; rellenado a 358×358 con borde transparente, sin recortar ni distorsionar el contenido",
15
+ "pl": "Poprawka: logo (admin/tint.png) miało wymiary 300×358 (nie kwadrat), na co wskazywał checker repozytorium; uzupełnione do 358×358 przezroczystą ramką, bez przycinania czy zniekształcania treści",
16
+ "uk": "Виправлення: логотип (admin/tint.png) мав розмір 300×358 (не квадратний), на що вказував чекер репозиторію; доповнено до 358×358 прозорою рамкою, без обрізання чи спотворення вмісту",
17
+ "zh-cn": "修复:徽标(admin/tint.png)尺寸为300×358(非正方形),仓库检查器对此提出警告;已用透明边框填充至358×358,内容未被裁剪或拉伸变形"
18
+ },
6
19
  "0.3.3": {
7
20
  "en": "Repository hygiene: bump minimum admin version to 7.6.20, drop common.news entries for versions never published to npm, use this.setTimeout() in the pairing poll loop, add ioBroker keyword, migrate tsconfig to @tsconfig/node22, remove obsolete .prettierignore, add dependabot config",
8
21
  "de": "Repository-Hygiene: Mindest-Admin-Version auf 7.6.20 angehoben, common.news-Einträge für nie auf npm veröffentlichte Versionen entfernt, this.setTimeout() in der Pairing-Polling-Schleife verwendet, ioBroker-Keyword ergänzt, tsconfig auf @tsconfig/node22 migriert, veraltete .prettierignore entfernt, Dependabot-Konfiguration ergänzt",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.tint",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Müller Licht Tint Steuerung via deCONZ/ConBee",
5
5
  "author": {
6
6
  "name": "ssbingo",