Skip to content

Commit

Permalink
chore: release v1.0.14
Browse files Browse the repository at this point in the history
* Add formatting to some states (hex-values -> uppercase, uptime in hours)
* Handle Sentry message (IOBROKER-TWINKLY-8P)
* Update dependencies
  • Loading branch information
patrickbs96 committed Jul 19, 2023
1 parent 785c8d2 commit 6f00df0
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 13 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Older changes
## 1.0.7 (2022-11-19)
* Fixed deprecated messages from Sentry with api-validations
* Automatic switch mode had an error with playlists. Playlist item could never be selected.

## 1.0.6 (2022-11-19)
* Fixed polling (ledBri, ledSat)
* Added Connection-Info

## 1.0.6 (2022-11-19)
* Fixed polling (ledBri, ledSat)
* Added Connection-Info
Expand Down
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ response => {
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.0.14 (2023-07-19)
* Add formatting to some states (hex-values -> uppercase, uptime in hours)
* Handle Sentry message (IOBROKER-TWINKLY-8P)
* Update dependencies
Expand Down Expand Up @@ -170,14 +170,6 @@ response => {
* Add Ukrainian translation
* Rework how objects are created, objects are now created after first connect after startup and updated after a firmware update

### 1.0.7 (2022-11-19)
* Fixed deprecated messages from Sentry with api-validations
* Automatic switch mode had an error with playlists. Playlist item could never be selected.

### 1.0.6 (2022-11-19)
* Fixed polling (ledBri, ledSat)
* Added Connection-Info

## License
MIT License

Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "twinkly",
"version": "1.0.13",
"version": "1.0.14",
"news": {
"1.0.14": {
"en": "Add formatting to some states (hex-values -> uppercase, uptime in hours)\nHandle Sentry message (IOBROKER-TWINKLY-8P)\nUpdate dependencies",
"de": "Formatierung zu einigen Zuständen hinzufügen (Hex-Werte -> Großbuchstabe, Zeit in Stunden)\nSchalten Sie Ihre Nachricht (IOBROKER-TWINKLY-8P)\nAbhängigkeiten aktualisieren",
"ru": "Добавить форматирование в некоторые государства (hex-values -> overcase, uptime в часах)\nОбрабатывать сообщение о сантехнике (IOBROKER-TWINKLY-8P)\nОбновить зависимости",
"pt": "Adicionar formatação a alguns estados (hex-valores -> maiúscula, uptime em horas)\nLidar com a mensagem Sentry (IOBROKER-TWINKLY-8P)\nDependências de atualização",
"nl": "Voeg de formaten toe aan sommige staten\nHandle Sentry bericht (IOBROKER-TWINKly-8P)\nUpdate afhankelijkheid",
"fr": "Ajouter le formatage à certains états (valeurs hex - Chirurgie, heures supplémentaires)\nMessage de Sentry (IOBROKER-TWINKLY-8P)\nMettre à jour les dépendances",
"it": "Aggiungere la formattazione ad alcuni stati (valori esadesi -> maiuscola, uptime in ore)\nManiglia Sentry messaggio (IOBROKER-TWINKLY-8P)\nDipendenze di aggiornamento",
"es": "Añadir formato a algunos estados (hex-valores - título superior, tiempo de trabajo en horas)\nHandle Sentry message (IOBROKER-TWINKLY-8P)\nActualizar las dependencias",
"pl": "Addd formatting to some states (hex-values -> uppercase, uptime in hours) (ang.)\nStrona oficjalna (IOBROKER-TWINKLY-8P)\nZależności aktualnej",
"uk": "Додати форматування до деяких штатів (hex-values -> topcase, uptime в години)\nРучка Sentry повідомлення (IOBROKER-TWINKLY-8P)\nОновлення залежності",
"zh-cn": "增加一些国家的格式(hex-数值-上级,小时)\nD. 中型Sentry信息(OBROKER-TWINKLY-8P)\n最新依赖"
},
"1.0.13": {
"en": "Update dependencies",
"de": "Abhängigkeiten aktualisieren",
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.twinkly",
"version": "1.0.13",
"version": "1.0.14",
"description": "Adapter to communicate with the Twinkly lights.",
"author": {
"name": "patrickbs96",
Expand Down

0 comments on commit 6f00df0

Please sign in to comment.