Skip to content

Commit

Permalink
chore: release v4.1.0
Browse files Browse the repository at this point in the history
NodeJS >= 14.5 is required

* (klein0r) Fixed issue with unescaped characters in URL (e.g. API key)
* (klein0r) Dropped Admin 5 support
  • Loading branch information
klein0r committed Nov 10, 2022
1 parent 79f9fb9 commit 24eacaa
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 18 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
## 2.0.3 (2021-11-07)

* (klein0r) Fixed missing VIS widget

## 2.0.1 (2021-11-06)

* (klein0r) Fixed missing translations
Expand Down
6 changes: 1 addition & 5 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.1.0 (2022-11-10)

NodeJS >= 14.5 is required

Expand Down Expand Up @@ -81,10 +81,6 @@ NodeJS 14.x is required (NodeJS 12.x is EOL)
* (klein0r) Translated all objects
* (klein0r) Updated dependencies

### 2.0.3 (2021-11-07)

* (klein0r) Fixed missing VIS widget

## License

The MIT License (MIT)
Expand Down
21 changes: 15 additions & 6 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "youtube",
"version": "4.0.0",
"version": "4.1.0",
"news": {
"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支助"
},
"4.0.0": {
"en": "NodeJS 14.x is required (NodeJS 12.x is EOL)\n\n* Fixed last update time",
"de": "NodeJS 14.x ist erforderlich (NodeJS 12.x ist EOL)\n\n* Letzte Aktualisierungszeit behoben",
Expand Down Expand Up @@ -58,10 +71,6 @@
"2.0.1": {
"en": "Fixed missing translations",
"de": "Fehlende Übersetzungen hinzugefügt"
},
"2.0.0": {
"en": "Admin 5 Support",
"de": "Admin 5 Support"
}
},
"titleLang": {
Expand Down Expand Up @@ -203,4 +212,4 @@
"native": {}
}
]
}
}
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.youtube",
"version": "4.0.0",
"version": "4.1.0",
"description": "ioBroker YouTube Adapter",
"author": {
"name": "Matthias Kleine",
Expand Down Expand Up @@ -79,4 +79,4 @@
"url": "https://github.com/klein0r/ioBroker.youtube/issues"
},
"readmeFilename": "README.md"
}
}
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.0.0'
Version: '4.1.0'
Copyright 2022 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: '4.0.0',
version: '4.1.0',
showVersion: function () {
if (vis.binds['youtube'].version) {
console.log('Version youtube: ' + vis.binds['youtube'].version);
Expand Down

0 comments on commit 24eacaa

Please sign in to comment.