Skip to content

Commit

Permalink
chore: release v4.3.0
Browse files Browse the repository at this point in the history
* (klein0r) Added customUrl to JSON summary
  • Loading branch information
klein0r committed Aug 28, 2023
1 parent 91a41c5 commit b9b6c0c
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 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
## 3.0.1 (2022-03-17)

* (klein0r) Just perform video info request if previous request was successful
* (klein0r) Improved error handling when API key is missing
* (klein0r) Updated logging

## 3.0.0 (2022-02-12)

* (klein0r) Updated state roles
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To get an API-Key you have to go to [console.developers.google.com](https://cons
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 4.3.0 (2023-08-28)

* (klein0r) Added customUrl to JSON summary

Expand Down Expand Up @@ -80,12 +80,6 @@ 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
* (klein0r) Improved error handling when API key is missing
* (klein0r) Updated logging

## 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": "4.2.1",
"version": "4.3.0",
"news": {
"4.3.0": {
"en": "Added customUrl to JSON summary",
"de": "Hinzugefügt benutzerdefinierte Url to JSON Zusammenfassung",
"ru": "Добавленный пользовательский Url к JSON резюме",
"pt": "Adicionado personalizado Resumo de Url para JSON",
"nl": "Toegevoegd. Url tot JSON Sumary",
"fr": "Ajout personnalisé Résumé de Url à JSON",
"it": "Aggiunto personalizzato Riepilogo da Url a JSON",
"es": "Añadido personalizado Resumen Url a JSON",
"pl": "Dodać zwyczaj Tekst JSON",
"uk": "Додати замовлення Урл до JSON резюме",
"zh-cn": "增加习俗 F. 敦促联合执行会摘要"
},
"4.2.1": {
"en": "Video data as JSON",
"de": "Videodaten als JSON",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Zaktualizowane role stanowe\nDodano wskazówkę dotyczącą konfiguracji Admin 4",
"uk": "Оновлені ролі стану\nДодано підказку для конфігурації Admin 4",
"zh-cn": "更新了状态角色\n添加了 Admin 4 配置的提示"
},
"2.0.4": {
"en": "Translated all objects\nUpdated dependencies",
"de": "Alle Objekte übersetzt\nAktualisierte Abhängigkeiten",
"ru": "Переведены все объекты\nОбновленные зависимости",
"pt": "Todos os objetos traduzidos\nDependências atualizadas",
"nl": "Alle objecten vertaald\nBijgewerkte afhankelijkheden",
"fr": "Traduit tous les objets\nDépendances mises à jour",
"it": "Tradotto tutti gli oggetti\nDipendenze aggiornate",
"es": "Traducido todos los objetos\nDependencias actualizadas",
"pl": "Przetłumaczono wszystkie obiekty\nZaktualizowane zależności",
"uk": "Перекладено всі об'єкти\nОновлені залежності",
"zh-cn": "翻译所有对象\n更新的依赖项"
}
},
"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": "4.2.1",
"version": "4.3.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.2.1'
Version: '4.3.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.2.1',
version: '4.3.0',
showVersion: function () {
if (vis.binds['youtube'].version) {
console.log('Version youtube: ' + vis.binds['youtube'].version);
Expand Down

0 comments on commit b9b6c0c

Please sign in to comment.