Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
* (patrickbs96) Enable last used Mode on switch-on
  • Loading branch information
patrickbs96 committed Jul 1, 2022
1 parent f8b9da0 commit 4db97bb
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 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
## 0.2.0 (2021-11-28)
* (patrickbs96) Add new Value `color` from API-Response (Sentry IOBROKER-TWINKLY-J, IOBROKER-TWINKLY-K, IOBROKER-TWINKLY-M, IOBROKER-TWINKLY-N, IOBROKER-TWINKLY-P)
* (patrickbs96) Add Pause-Feature, to work with app. (Twinkly only allows one active connection...)
* (patrickbs96) Add Feature, activate uploaded Movies (Playlist)

## 0.1.15 (2021-10-26)
* (patrickbs96) Add new Value `network.accesspoint.password_changed` from API-Response (Sentry IOBROKER-TWINKLY-A)

Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The following States are available:
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 0.3.0 (2022-07-01)
* (patrickbs96) Enable last used Mode on switch-on

### 0.2.14 (2022-07-01)
Expand Down Expand Up @@ -111,11 +111,6 @@ The following States are available:
### 0.2.2 (2021-11-30)
* (patrickbs96) Add new State `ledColor`

### 0.2.0 (2021-11-28)
* (patrickbs96) Add new Value `color` from API-Response (Sentry IOBROKER-TWINKLY-J, IOBROKER-TWINKLY-K, IOBROKER-TWINKLY-M, IOBROKER-TWINKLY-N, IOBROKER-TWINKLY-P)
* (patrickbs96) Add Pause-Feature, to work with app. (Twinkly only allows one active connection...)
* (patrickbs96) Add Feature, activate uploaded Movies (Playlist)

## License
MIT License

Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "twinkly",
"version": "0.2.14",
"version": "0.3.0",
"news": {
"0.3.0": {
"en": "Enable last used Mode on switch-on",
"de": "Aktivieren Sie den zuletzt verwendeten Modus beim Einschalten",
"ru": "Включить последний используемый режим на Switch-on",
"pt": "Habilite o último modo usado no interruptor-on",
"nl": "De laatste gebruikte Mode op de knop",
"fr": "Activer le dernier mode utilisé sur le commutateur",
"it": "Abilitare l'ultima modalità utilizzata su switch-on",
"es": "Activar el último modo usado en conmutador",
"pl": "Ostatni raz używany był w trybie przełącznikowym",
"zh-cn": "最后一个用途的动向"
},
"0.2.14": {
"en": "Add new Value `network.station.monitorEnabled` from API-Response (Sentry IOBROKER-TWINKLY-13)\nAdd new Value `network.station.connected_bssid` from API-Response (Sentry IOBROKER-TWINKLY-14)\nAdd new Value `details.maxMovies` from API-Response (Sentry IOBROKER-TWINKLY-18)",
"de": "Neues Value network.station.monitor hinzufügen Aktiviert von API-Response (Sentry IOBROKER-TWINKLY-13)\nFügen Sie neues Wertnetzwerk.station.connected_bssid von API-Response (Sentry IOBROKER-TWINKLY-14) hinzu\nFügen Sie neue Wertedetails hinzu. maxMovies von API-Response (Sentry IOBROKER-TWINKLY-18)",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Hex sin hash. Opción de no usar ping para accesibilidad.",
"pl": "Hex bez haszyszu. Opcja nieużywania polecenia ping dla osiągalności.",
"zh-cn": "没有哈希的十六进制。选择不使用 ping 来实现可达性。"
},
"0.2.6": {
"en": "Add Playlist Feature. Renamed Datapoints",
"de": "Playlist-Funktion hinzufügen. Umbenannte Datenpunkte",
"ru": "Добавить функцию списка воспроизведения. Переименованные точки данных",
"pt": "Adicionar recurso de lista de reprodução. Pontos de dados renomeados",
"nl": "Voeg afspeellijstfunctie toe. Hernoemde datapunten",
"fr": "Ajouter une fonctionnalité de liste de lecture. Points de données renommés",
"it": "Aggiungi funzione playlist. Punti dati rinominati",
"es": "Agregar función de lista de reproducción. Puntos de datos renombrados",
"pl": "Dodaj funkcję listy odtwarzania. Zmienione nazwy punktów danych",
"zh-cn": "添加播放列表功能。重命名的数据点"
}
},
"title": "Twinkly",
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": "0.2.14",
"version": "0.3.0",
"description": "Adapter to communicate with the Twinkly lights.",
"author": {
"name": "patrickbs96",
Expand Down

0 comments on commit 4db97bb

Please sign in to comment.