Skip to content

Commit

Permalink
chore: release v0.6.5
Browse files Browse the repository at this point in the history
* (Bannsaenger) add CHANGELOG_OLD.md
  • Loading branch information
Bannsaenger committed Dec 30, 2023
1 parent f14ff08 commit 6623cc5
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 68 deletions.
50 changes: 49 additions & 1 deletion CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1 +1,49 @@
# Older changes
# Older changes
## 0.6.0 (2022-10-07)
* (Bannsaenger) updated to adapter-dev and release script
* (Bannsaenger) introducing admin 5 UI (jsonConfig)

## 0.5.1
* (Bannsaenger) updated dependencies

## 0.5.0
* (Bannsaenger) fixes in db creation for js controller 4.x

## 0.4.2
* (Bannsaenger) changed sort order in changelog

## 0.4.1
* (Bannsaenger) bug fixing in the export/import feature

## 0.4.0
* (Bannsaenger) added the ability to export the actual state values via a message and reimport the states again

## 0.3.0
* (Bannsaenger) added the timecode display

## 0.2.5
* (Bannsaenger) fixed send back of button and fader values. Now only the affected device group members will be updated

## 0.2.4
* (Bannsaenger) fixed disabling of encoder display

## 0.2.3
* (Bannsaenger) fixed setting of display inverted

## 0.2.2
* (Bannsaenger) fixed fader handling and data distribution to the device group

## 0.2.1
* (Bannsaenger) changed the way to send data. Added sendDelay

## 0.2.0
* (Bannsaenger) introduced encoders

## 0.1.0
* (Bannsaenger) introduced channel and page switching

## 0.0.2
* (Bannsaenger) prepared for checkin to iobroker.latest

## 0.0.1
* (Bannsaenger) initial release
51 changes: 1 addition & 50 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ There a two acepted commands:
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 0.6.5 (2023-12-30)
* (Bannsaenger) add CHANGELOG_OLD.md

### 0.6.4 (2023-12-21)
Expand All @@ -48,55 +48,6 @@ There a two acepted commands:
### 0.6.1 (2022-10-07)
* (Bannsaenger) confusion with the release script

### 0.6.0 (2022-10-07)
* (Bannsaenger) updated to adapter-dev and release script
* (Bannsaenger) introducing admin 5 UI (jsonConfig)

### 0.5.1
* (Bannsaenger) updated dependencies

### 0.5.0
* (Bannsaenger) fixes in db creation for js controller 4.x

### 0.4.2
* (Bannsaenger) changed sort order in changelog

### 0.4.1
* (Bannsaenger) bug fixing in the export/import feature

### 0.4.0
* (Bannsaenger) added the ability to export the actual state values via a message and reimport the states again

### 0.3.0
* (Bannsaenger) added the timecode display

### 0.2.5
* (Bannsaenger) fixed send back of button and fader values. Now only the affected device group members will be updated

### 0.2.4
* (Bannsaenger) fixed disabling of encoder display

### 0.2.3
* (Bannsaenger) fixed setting of display inverted

### 0.2.2
* (Bannsaenger) fixed fader handling and data distribution to the device group

### 0.2.1
* (Bannsaenger) changed the way to send data. Added sendDelay

### 0.2.0
* (Bannsaenger) introduced encoders

### 0.1.0
* (Bannsaenger) introduced channel and page switching

### 0.0.2
* (Bannsaenger) prepared for checkin to iobroker.latest

### 0.0.1
* (Bannsaenger) initial release

## License
MIT License

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": "x-touch",
"version": "0.6.4",
"version": "0.6.5",
"news": {
"0.6.5": {
"en": "add CHANGELOG_OLD.md",
"de": "cHANGELOG_OLD.md",
"ru": "добавить CHANGELOG_OLD.md",
"pt": "adicionar CHANGELOG_OLD.md",
"nl": "voeg chANGELOGOLD toe",
"fr": "ajouter CHANGELOG_OLD.md",
"it": "aggiungere CHANGELOG_OLD.md",
"es": "añadir CHANGELOG_OLD.md",
"pl": "dodaje do niej CHANGELOG_OLD.md",
"uk": "додати CHANGELOG_OLD.md",
"zh-cn": "增 编"
},
"0.6.4": {
"en": "fixed console_layout.json\nfixed sending items on channel 9, 17 etc.\nuse extendObject instead of Create......\nupdated dependencies",
"de": "feste konsole_layout.json\nfeste sendungen auf kanal 9, 17 usw.\nnutzungsdauer Objekt statt Erstellen.\naktualisierte abhängigkeiten",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "zależności aktualizacji",
"zh-cn": "二. 最新依赖",
"uk": "оновлені залежності"
},
"0.5.0": {
"en": "fixes in db creation for js controller 4.x",
"de": "Korrekturen in der DB-Erstellung für js Controller 4.x",
"ru": "исправления в создании БД для js контроллера 4.x",
"pt": "correções na criação de banco de dados para js controller 4.x",
"nl": "fixes in db-creatie voor js-controller 4.x",
"fr": "correctifs dans la création de la base de données pour le contrôleur js 4.x",
"it": "correzioni nella creazione di db per il controller js 4.x",
"es": "correcciones en la creación de db para el controlador js 4.x",
"pl": "poprawki w tworzeniu bazy danych dla kontrolera js 4.x",
"zh-cn": "修复了 js 控制器 4.x 的数据库创建",
"uk": "виправлення у створенні бази даних для контролера js 4.x"
}
},
"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.x-touch",
"version": "0.6.4",
"version": "0.6.5",
"description": "Communicate with a Behringer X-Touch Control Surface (DAW Controller)",
"author": {
"name": "Bannsaenger",
Expand Down

0 comments on commit 6623cc5

Please sign in to comment.