Skip to content

Commit

Permalink
chore: release v4.2.0
Browse files Browse the repository at this point in the history
* (klein0r) Allow alias or custom url in configuration
* (klein0r) Added request success indicators
* (klein0r) Added Ukrainian language
  • Loading branch information
klein0r committed Feb 3, 2023
1 parent 420a6db commit 73cfb8e
Show file tree
Hide file tree
Showing 7 changed files with 270 additions and 270 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Older changes
## 2.0.4 (2021-12-23)

* (klein0r) Translated all objects
* (klein0r) Updated dependencies

## 2.0.3 (2021-11-07)

* (klein0r) Fixed missing VIS widget
Expand Down
7 changes: 1 addition & 6 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.2.0 (2023-02-03)

* (klein0r) Allow alias or custom url in configuration
* (klein0r) Added request success indicators
Expand Down Expand Up @@ -83,11 +83,6 @@ NodeJS 14.x is required (NodeJS 12.x is EOL)
* (klein0r) Updated state roles
* (klein0r) Added hint for Admin 4 configuration

### 2.0.4 (2021-12-23)

* (klein0r) Translated all objects
* (klein0r) Updated dependencies

## License

The MIT License (MIT)
Expand Down
516 changes: 258 additions & 258 deletions io-package.json

Large diffs are not rendered by default.

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.

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.1.0",
"version": "4.2.0",
"description": "ioBroker YouTube Adapter",
"author": {
"name": "Matthias Kleine",
Expand Down Expand Up @@ -80,4 +80,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.1.0'
Version: '4.2.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.1.0',
version: '4.2.0',
showVersion: function () {
if (vis.binds['youtube'].version) {
console.log('Version youtube: ' + vis.binds['youtube'].version);
Expand Down

0 comments on commit 73cfb8e

Please sign in to comment.