Skip to content

Commit

Permalink
chore: release v4.4.0
Browse files Browse the repository at this point in the history
NodeJS 16.x is required

* (klein0r) Added icons to admin tabs
  • Loading branch information
klein0r committed Oct 25, 2023
1 parent 037f8e2 commit d98ea10
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Older changes
## 4.0.0 (2022-05-29)

NodeJS 14.x is required (NodeJS 12.x is EOL)

* (klein0r) Fixed last update time

## 3.0.1 (2022-03-17)

* (klein0r) Just perform video info request if previous request was successful
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ iobroker add youtube
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 4.4.0 (2023-10-25)

NodeJS 16.x is required

Expand Down Expand Up @@ -74,12 +74,6 @@ NodeJS >= 14.5 is required
* (klein0r) Dropped Admin 5 support
* (klein0r) Added Ukrainian language

### 4.0.0 (2022-05-29)

NodeJS 14.x is required (NodeJS 12.x is EOL)

* (klein0r) Fixed last update time

## License

The MIT License (MIT)
Expand Down
30 changes: 15 additions & 15 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "youtube",
"version": "4.3.0",
"version": "4.4.0",
"news": {
"4.4.0": {
"en": "NodeJS 16.x is required\n\n* Added icons to admin tabs",
"de": "NodeJS 16.x ist erforderlich\n\n* Hinzufügen von Icons zu Admin-Tabs",
"ru": "NodeJS 16.x требуется\n\n* Добавлены иконки для админ вкладки",
"pt": "NodeJS 16.x é necessário\n\n* Ícones adicionados para guias de administrador",
"nl": "NodeJS 16.x is vereist\n\n♪ Added icons to admin tabs ♪",
"fr": "NodeJS 16.x est nécessaire\n\n* Ajout d'icônes aux onglets d'administration",
"it": "NodeJS 16.x è richiesto\n\n* Aggiunte icone a schede di amministrazione",
"es": "NodeJS 16.x es necesario\n\n* iconos añadidos a pestañas de administración",
"pl": "NodeJS 16 (ang.)\n\n* Added icons to admin tabs (ang.)",
"uk": "NodeJS 16.x обов'язковий\n\n* Додано іконки до вкладок адміністратора",
"zh-cn": "不需要16.JS16x。\n\n* 增列图表"
},
"4.3.0": {
"en": "Added customUrl to JSON summary",
"de": "Hinzugefügt benutzerdefinierte Url to JSON Zusammenfassung",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Po prostu wyślij żądanie informacji o filmie, jeśli poprzednie żądanie zakończyło się powodzeniem\nPoprawiona obsługa błędów w przypadku braku klucza API\nZaktualizowane logowanie",
"uk": "Просто виконайте запит інформації про відео, якщо попередній запит був успішним\nПокращена обробка помилок, коли ключ API відсутній\nОновлено журналювання",
"zh-cn": "如果之前的请求成功,只需执行视频信息请求\n改进了 API 密钥丢失时的错误处理\n更新的日志记录"
},
"3.0.0": {
"en": "Updated state roles\nAdded hint for Admin 4 configuration",
"de": "Statusrollen aktualisiert\nHinweis für die Konfiguration von Admin 4 hinzugefügt",
"ru": "Обновлены роли состояния\nДобавлена подсказка для конфигурации Admin 4",
"pt": "Funções de estado atualizadas\nAdicionada dica para configuração do Admin 4",
"nl": "Bijgewerkte statusrollen\nHint toegevoegd voor configuratie van Admin 4",
"fr": "Rôles d'état mis à jour\nAjout d'un indice pour la configuration d'Admin 4",
"it": "Ruoli statali aggiornati\nAggiunto suggerimento per la configurazione dell'amministratore 4",
"es": "Roles de estado actualizados\nSugerencia agregada para la configuración de Admin 4",
"pl": "Zaktualizowane role stanowe\nDodano wskazówkę dotyczącą konfiguracji Admin 4",
"uk": "Оновлені ролі стану\nДодано підказку для конфігурації Admin 4",
"zh-cn": "更新了状态角色\n添加了 Admin 4 配置的提示"
}
},
"titleLang": {
Expand Down Expand Up @@ -271,4 +271,4 @@
"native": {}
}
]
}
}
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.youtube",
"version": "4.3.0",
"version": "4.4.0",
"description": "ioBroker YouTube Adapter",
"author": {
"name": "Matthias Kleine",
Expand Down
2 changes: 1 addition & 1 deletion widgets/youtube.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
ioBroker.vis YouTube Widget-Set
Version: '4.3.0'
Version: '4.4.0'
Copyright 2022 Matthias Kleine [email protected]
-->
Expand Down
2 changes: 1 addition & 1 deletion widgets/youtube/js/youtube.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $.extend(

// this code can be placed directly in youtube.html
vis.binds['youtube'] = {
version: '4.3.0',
version: '4.4.0',
showVersion: function () {
if (vis.binds['youtube'].version) {
console.log('Version youtube: ' + vis.binds['youtube'].version);
Expand Down

0 comments on commit d98ea10

Please sign in to comment.