Skip to content

Commit

Permalink
chore: release v5.1.1
Browse files Browse the repository at this point in the history
* (@klein0r) Added video list (yesterday)
  • Loading branch information
klein0r committed Nov 12, 2024
1 parent aac7649 commit d5e08a4
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 4.2.1 (2023-03-13)

* (klein0r) Video data as JSON

## 4.2.0 (2023-02-03)

* (klein0r) Allow alias or custom url in configuration
Expand Down
6 changes: 1 addition & 5 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**
### 5.1.1 (2024-11-12)

* (@klein0r) Added video list (yesterday)

Expand All @@ -71,10 +71,6 @@ NodeJS 16.x is required

* (klein0r) Added customUrl to JSON summary

### 4.2.1 (2023-03-13)

* (klein0r) Video data as JSON

## License

The MIT License (MIT)
Expand Down
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": "youtube",
"version": "5.1.0",
"version": "5.1.1",
"news": {
"5.1.1": {
"en": "Added video list (yesterday)",
"de": "Videoliste hinzugefügt (yesterday)",
"ru": "Добавленный список видео (вчера)",
"pt": "Lista de vídeo adicionada (yesterday)",
"nl": "Videolijst toegevoegd (Gisteren)",
"fr": "Ajout de la liste vidéo (hier)",
"it": "Elenco video aggiunto (giovedì)",
"es": "Lista de video adicional (ayer)",
"pl": "Dodano listę wideo (wczoraj)",
"uk": "Додано список відео",
"zh-cn": "添加的视频列表( 七月一日)"
},
"5.1.0": {
"en": "Added groups\nAdded icons of channels to object list",
"de": "Gruppen hinzufügen\nIcons der Kanäle zur Objektliste hinzugefügt",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Allow alias lub zwyczaj url w konfiguracji\nAdddictive revenue indicator\nJęzyk ukraiński",
"uk": "Allow alias або користувацький виворіт в конфігурації\nДодані показники успіху запиту\nУкраїнська мова",
"zh-cn": "备选案文:\n增加请求成功指标\n增加乌克兰语"
},
"4.1.0": {
"en": "NodeJS >= 14.5 is required\n\n* Fixed issue with unescaped characters in URL (e.g. API key)\n* Dropped Admin 5 support",
"de": "NodeJS >= 14.5 ist erforderlich\n\n* Problem behoben mit unescaped Zeichen in URL (z.B. API-Schlüssel)\n* Dropped Admin 5 Unterstützung",
"ru": "NodeJS >= 14.5 требуется\n\n* Исправлена проблема с незабываемыми символами в URL (например API key)\n* Dropped Admin 5 поддержка",
"pt": "NodeJS > 14.5 é necessário\n\n* Corrigido problema com caracteres não-escapados em URL (por exemplo, chave API)\n* Suporte de Admin 5 Dropped",
"nl": "NodeJS 14,5 is vereist\n\nQuality over Quantity (QoQ) Releases Vertaling:\n♪ Dropped Admin 5 support",
"fr": "NodeJS anthropo= 14.5 est nécessaire\n\n* Problème fixe avec des caractères non aérés dans l'URL (par exemple clé API)\n* Soutien Dropped Admin 5",
"it": "NodeJS >= 14.5 è richiesto\n\n* Risolto problema con caratteri non espulsi in URL (ad esempio chiave API)\n* Sostegno di amministrazione goccia 5",
"es": "NodeJS= 14.5 Se requiere\n\n* Edición fija con caracteres no seleccionados en URL (por ejemplo, clave API)\n* Soporte de Admin 5",
"pl": "NodeJS (ang.). wymagany jest 14,5\n\n* Fixed problem z niezachwianymi postaciami w URL (np. klucz API)\n* Dropped Admin 5 support",
"uk": "NodeJS >= 14.5 потрібно\n\n* Виправлено проблему з нерозголошенням символів у URL (наприклад, ключ API)\n* Підтримка Dropped Admin 5",
"zh-cn": "无deJS >= 14.5 需要\n\n* 欧元的固定性问题(如API关键)\n* Dro Admin 5支助"
}
},
"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.youtube",
"version": "5.1.0",
"version": "5.1.1",
"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: '5.1.0'
Version: '5.1.1'
Copyright 2024 Matthias Kleine info@haus-automatisierung.com
-->
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: '5.1.0',
version: '5.1.1',
showVersion: function () {
if (vis.binds['youtube'].version) {
console.log('Version youtube: ' + vis.binds['youtube'].version);
Expand Down

0 comments on commit d5e08a4

Please sign in to comment.