Skip to content

Commit

Permalink
chore: release v2.2.0
Browse files Browse the repository at this point in the history
- remove jquery-ui dependency
- fix dialog is visible on view switch, now it's modal
- fix adapter icon
- fix eslint errors
- switch some callbacks to promises
- remove unused code
  • Loading branch information
oweitman committed Dec 16, 2024
1 parent 25a0881 commit 3ba68a7
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 35 deletions.
39 changes: 21 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -718,50 +718,53 @@ widget tvprogram:
<!--
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS*
-->
### 2.2.0 (2024-12-16)

- remove jquery-ui dependency
- fix dialog is visible on view switch, now it's modal
- fix adapter icon

- fix eslint errors
- switch some callbacks to promises
- remove unused code

### 2.1.0 (2024-11-24)

- Change sento command from getFavoritesDatax to getFavoritesData
- switch to eslint
- complete rework of tvprogram to switch from callback to await
- the widgets are now compatible with vis-2 (minimum vis-2 version ist 2.10)
- due to datapoint management, all datapoints should be deleted.

- due to datapoint management, all datapoints should be deleted.

### 2.0.2 (2024-11-17)

- fix jsonconfig
- add node 22 to testing

- add node 22 to testing

### 2.0.1 (2024-11-16)

- fix lint errors

- fix lint errors

### 2.0.0 (2024-11-16)

- fix lint errors
- align structures and files
- switch to jsonconfig
- config translations
- make vis2 compatible (maybe some glitches included, please report)

- make vis2 compatible (maybe some glitches included, please report)

### 1.1.1 (2021-08-10)

- remove dead code / extend doku about the warnings in the iobroker log \* change the method of setting for configuration data from widget to datapoint

- remove dead code / extend doku about the warnings in the iobroker log \* change the method of setting for configuration data from widget to datapoint

### 1.1.0 (2021-05-06)

- tooltips for the buttons in the time widget / search through the whole text to also find directors and actors / add showpictures option in time,control and search widget / improve documentation

- tooltips for the buttons in the time widget / search through the whole text to also find directors and actors / add showpictures option in time,control and search widget / improve documentation

### 1.0.0

- (oweitman) stable version

- (oweitman) stable version

## License

MIT License
Expand All @@ -784,4 +787,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Copyright (c) 2024 oweitman <[email protected]>
Copyright (c) 2024 oweitman <[email protected]>
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "tvprogram",
"version": "2.1.0",
"version": "2.2.0",
"news": {
"2.2.0": {
"en": "remove jquery-ui dependency\nfix dialog is visible on view switch, now it's modal\nfix adapter icon\nfix eslint errors\nswitch some callbacks to promises\nremove unused code",
"de": "jquery-ui abhängigkeit\nfix dialog ist sichtbar auf ansicht schalter, jetzt ist es modal\nadapter-symbol\neslint fehler beheben\neinige rückrufe zu versprechen wechseln\nungenutzten code entfernen",
"ru": "удалить жкжи-уи-иждивенца\nдиалог фиксации виден на переключателе просмотра, теперь это модаль\nзначок адаптера\nисправить ошибки eslint\nпереключить некоторые отзывы к обещаниям\nудалить неиспользуемый код",
"pt": "remover a dependência jquery-ui\na caixa de diálogo de correção é visível no interruptor de visualização, agora é modal\nícone do adaptador de correção\ncorrigir erros eslint\nmudar alguns callbacks para promessas\nremover código não utilizado",
"nl": "jquery-ui-afhankelijkheid verwijderen\nfix dialoogvenster is zichtbaar op weergave schakelaar, nu is het modal\nadapterpictogram herstellen\neslint-fouten herstellen\nsommige callbacks overzetten naar beloftes\nongebruikte code verwijderen",
"fr": "supprimer la dépendance jquery-ui\nla boîte de dialogue de correction est visible sur le commutateur de vue, maintenant c'est modal\ncorrection de l'icône de l'adaptateur\ncorrection d'erreurs d'essence\npasser quelques rappels aux promesses\nsupprimer le code inutilisé",
"it": "rimuovere la dipendenza jquery-ui\nfix finestra di dialogo è visibile sull'interruttore di visualizzazione, ora è modale\nfissa icona dell'adattatore\ncorreggere gli errori eslint\ncambiare alcuni callback per promesse\nrimuovere il codice non utilizzato",
"es": "eliminar jquery-ui dependencia\nfijar diálogo es visible en el interruptor de vista, ahora es modal\nicono de adaptador de fijación\ncorrige errores de eslint\ncambiar algunos callbacks a promesas\neliminar código no utilizado",
"pl": "usunąć zależność jquery- ui\nfix okno jest widoczne na przełączniku widoku, teraz jest modalne\nikona adaptera\nnaprawić błędy eslintu\nprzełączanie niektórych zwrotów na obietnice\nusunąć niewykorzystany kod",
"uk": "видалити jquery-ui залежностей\nвиправити діалог видимий на перемикачі перегляду, тепер він модальний\nіконка адаптера\nвиправити помилки eslint\nпереключити деякі виклики для обіцянок\nвидалити невикористаний код",
"zh-cn": "删除对jquery-ui的依赖\n在视图开关上可见固定对话框, 现在它是模式\n修正适配器图标\n修正 eslint 错误\n将一些回调改为承诺\n删除未使用的代码"
},
"2.1.0": {
"en": "Change sento command from getFavoritesDatax to getFavoritesData\nswitch to eslint\ncomplete rework of tvprogram to switch from callback to await",
"de": "Change sento Befehl von getFavorites Datax to getFavorites Daten\nschalten auf eslint\nkomplettes nacharbeiten von tvprogram, um vom rückruf zu warten",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "napraw błąd z niekończącym się przewijaniem w firefox / set numer wersji 1.0 z powodu adaptera teraz w stabilnym repozytorium",
"zh-cn": "修复了在firefox中无休止滚动的错误/现在将版本号设置为1.0到期的适配器已在稳定的存储库中",
"uk": "виправлено помилку з нескінченним прокручуванням у firefox / встановлено номер версії 1.0 через те, що адаптер тепер у стабільному репозиторії"
},
"0.0.32": {
"en": "fix bug with 2 control widgets / add duration to the time attribute at the control widget / small changes in the documentation",
"de": "Behebung eines Fehlers mit 2 Steuerelement-Widgets / Hinzufügen von Dauer zum Zeitattribut im Steuerelement-Widget / kleine Änderungen in der Dokumentation",
"ru": "исправить ошибку с 2 виджетами управления / добавить продолжительность к атрибуту времени в виджете управления / небольшие изменения в документации",
"pt": "corrigir bug com 2 widgets de controle / adicionar duração ao atributo de tempo no widget de controle / pequenas mudanças na documentação",
"nl": "repareer bug met 2 controlewidgets / voeg duur toe aan het tijdattribuut bij de controlewidget / kleine wijzigingen in de documentatie",
"fr": "correction d'un bug avec 2 widgets de contrôle / ajout de la durée à l'attribut time au niveau du widget de contrôle / petits changements dans la documentation",
"it": "risolto bug con 2 widget di controllo / aggiungi durata all'attributo time nel widget di controllo / piccole modifiche nella documentazione",
"es": "corregir el error con 2 widgets de control / agregar duración al atributo de tiempo en el widget de control / pequeños cambios en la documentación",
"pl": "napraw błąd za pomocą 2 widżetów sterujących / dodaj czas trwania do atrybutu czasu w widgecie kontrolnym / małe zmiany w dokumentacji",
"zh-cn": "修复2个控件窗口小部件的错误/在控件窗口小部件的时间属性中添加持续时间/文档中的小改动",
"uk": "виправити помилку з 2 віджетами керування / додати тривалість до атрибута часу у віджеті керування / невеликі зміни в документації"
}
},
"titleLang": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.tvprogram",
"version": "2.1.0",
"version": "2.2.0",
"description": "This adapter polls information about the television program at regular intervals. The data can be displayed in various widgets",
"author": {
"name": "oweitman",
Expand Down

0 comments on commit 3ba68a7

Please sign in to comment.