Skip to content

Commit

Permalink
chore: release v6.5.1
Browse files Browse the repository at this point in the history
* (bluefox) Added support for the js-controller update
  • Loading branch information
GermanBluefox committed May 23, 2023
1 parent 6f7b0c3 commit bc6f092
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 6.2.6 (2022-07-28)
* (bluefox) Implemented Oauth2 workflow for adapters
* (bluefox) Corrected encrypt/decrypt functions
## 6.2.6 (2022-07-28)
* (bluefox) Implemented Oauth2 workflow for adapters
* (bluefox) Corrected encrypt/decrypt functions

## 6.4.0 (2023-03-22)
* (bluefox) Breaking change: Configuration of Let's encrypt certificates moved to `iobroker.acme` adapter
* (bluefox) Added port controller to JSON config
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The icons may not be reused in other projects without the proper flaticon licens
-->

## Changelog
### **WORK IN PROGRESS**
### 6.5.1 (2023-05-23)
* (bluefox) Added support for the js-controller update

### 6.4.4 (2023-05-10)
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "admin",
"version": "6.5.0",
"version": "6.5.1",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -18,6 +18,19 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"6.5.1": {
"en": "Added support for the js-controller update",
"de": "Unterstützung für das js-Controller-Update hinzugefügt",
"ru": "Добавлена поддержка обновления js-controller",
"pt": "Adicionado suporte para a atualização js-controller",
"nl": "Aangepast voor de JS-controller update",
"fr": "Ajout du support pour la mise à jour de js-controller",
"it": "Aggiunto supporto per l'aggiornamento js-controller",
"es": "Añadido soporte para la actualización js-controller",
"pl": "Wsparcie dla js-kontrolerowskiej aktualizacji",
"uk": "Додано підтримку оновлення js-controller",
"zh-cn": "增加对控制下的警员更新的支助"
},
"6.4.4": {
"en": "Added `imageSendTo` Control to JSONConfig\nAdded possibility to filter objects in selectID JSON component",
"de": "Bild vergrößern SendeTo Control an JSONConfig\nMöglichkeit zum Filtern von Objekten in selectID JSON-Komponente",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.admin",
"description": "The adapter opens a webserver for the ioBroker admin UI.",
"version": "6.5.0",
"version": "6.5.1",
"contributors": [
"bluefox <dogafox@gmail.com>",
"apollon77",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "src-rx",
"version": "6.5.0",
"version": "6.5.1",
"private": true,
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
Expand Down

0 comments on commit bc6f092

Please sign in to comment.