iobroker.squeezeboxrpc 1.3.16 → 1.3.17

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
@@ -201,6 +201,10 @@ For more information visit the CLI-documentation:
201
201
  Placeholder for the next version (at the beginning of the line):
202
202
  ### **WORK IN PROGRESS**
203
203
  -->
204
+ ### 1.3.17 (2024-10-23)
205
+
206
+ - add edit button to the vie index field of favorites widget
207
+
204
208
  ### 1.3.16 (2024-10-23)
205
209
 
206
210
  - fixed icons of the favorites widget
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "squeezeboxrpc",
4
- "version": "1.3.16",
4
+ "version": "1.3.17",
5
5
  "news": {
6
+ "1.3.17": {
7
+ "en": "add edit button to the vie index field of favorites widget",
8
+ "de": "fügen sie edit-taste in das vie-index-feld der favoriten widget",
9
+ "ru": "добавить редактирующую кнопку в поле индекса vie",
10
+ "pt": "adicionar botão de edição para o campo de índice vie de widget favorito",
11
+ "nl": "bewerken knop toevoegen aan het vie index veld van favorieten widget",
12
+ "fr": "ajouter le bouton d'édition au champ d'index de vie des favoris widget",
13
+ "it": "aggiungere il pulsante di modifica al campo indice vie di widget preferiti",
14
+ "es": "añadir botón de edición al campo índice vie de favoritos widget",
15
+ "pl": "dodaj przycisk edycji do pola indeksu vie ulubionych widget",
16
+ "uk": "додати кнопку редагування в vie index поле улюблених віджетів",
17
+ "zh-cn": "在最爱部件的vie索引字段中添加编辑按钮"
18
+ },
6
19
  "1.3.16": {
7
20
  "en": "fixed icons of the favorites widget",
8
21
  "de": "feste symbole der favoriten widget",
@@ -80,19 +93,6 @@
80
93
  "pl": "* getalbumartist jako artysta, jeśli ustawienia TPE2/TPE3 w LMS zostaną zmienione",
81
94
  "uk": "* getalbumartist як виконавець, якщо налаштування TPE2/TPE3 у LMS змінено",
82
95
  "zh-cn": "* 如果 LMS 中的 TPE2/TPE3 设置发生更改,则将 albumartist 作为艺术家"
83
- },
84
- "1.3.9": {
85
- "en": "* fix error with deleting favorites * fix wrong type for datapoint",
86
- "de": "* Fehler beim Löschen von Favoriten behoben * Falscher Typ für Datenpunkt behoben",
87
- "ru": "* исправить ошибку при удалении избранного * исправить неправильный тип точки данных",
88
- "pt": "* corrigir erro ao excluir favoritos * corrigir tipo errado de ponto de dados",
89
- "nl": "* fout repareren bij het verwijderen van favorieten * foutief type voor datapunt repareren",
90
- "fr": "* Correction d'une erreur lors de la suppression des favoris * Correction du mauvais type de point de données",
91
- "it": "* corretto l'errore con l'eliminazione dei preferiti * corretto il tipo errato di datapoint",
92
- "es": "* corregir error al eliminar favoritos * corregir tipo incorrecto para punto de datos",
93
- "pl": "* napraw błąd przy usuwaniu ulubionych * napraw błędny typ punktu danych",
94
- "uk": "* виправити помилку з видаленням вибраного * виправити неправильний тип точки даних",
95
- "zh-cn": "* 修复删除收藏夹时的错误 * 修复数据点的错误类型"
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.squeezeboxrpc",
3
- "version": "1.3.16",
3
+ "version": "1.3.17",
4
4
  "description": "ioBroker Logitech Squeezebox Adapter over JSON/RPC-Protocol",
5
5
  "author": {
6
6
  "name": "oweitman",
@@ -32,7 +32,7 @@
32
32
  type="text/ejs"
33
33
  class="vis-tpl"
34
34
  data-vis-prev='<img style="display: block;margin-left: auto;margin-right: auto;width: 50%;" src="widgets/squeezeboxrpc/img/favorites.png"></img>'
35
- data-vis-attrs="widgetPlayer/custom,squeezeboxrpc.attrSelect;viewindex//checkViewIndex;bCount/hidden;editmodehelper[true]/checkbox;"
35
+ data-vis-attrs="widgetPlayer/custom,squeezeboxrpc.attrSelect;viewindex/text/checkViewIndex;bCount/hidden;editmodehelper[true]/checkbox;"
36
36
  data-vis-attrs0="group.buttonsettings;picWidth[50]/number;picHeight[50]/number;opacity[0.5]/slider,0,1,0.05;borderwidth[2px]/number/editDimension;borderstyle[solid]/nselect,,none,hidden,dotted,dashed,solid,double,groove,ridge,inset,outset,initial,inherit;bordercolornormal[#2e2e2e]/color;bordercoloractive[#87ceeb]/color;borderradius[5px]/number/editDimension;buttonbkcolor[#000000]/color;buttonmargin[0px]/number/editDimension;"
37
37
  data-vis-attrs1="group.buttons/byindex;buttonsImage(1-bCount)/image;buttonsText(1-bCount);"
38
38
  data-vis-set="squeezeboxrpc"