Skip to content

Commit

Permalink
New version for Issues #101 and #102
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbs96 committed Dec 19, 2021
1 parent 2e7787c commit 7384f34
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ The following States are available:

## Changelog

### 0.2.7 (2021-12-19)
* (patrickbs96) Hex without Hash. Option to not use ping for reachability.

### 0.2.6 (2021-12-09)
* (patrickbs96) Renamed States with led control. Now starting with "led".
* (patrickbs96) Add new State `ledLayout`/`ledPlaylist`
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "twinkly",
"version": "0.2.6",
"version": "0.2.7",
"news": {
"0.2.7": {
"en": "Hex without hash. Option to not use ping for reachability.",
"de": "Hex ohne Hash. Option, Ping nicht für Erreichbarkeit zu verwenden.",
"ru": "Hex без хеша. Возможность не использовать пинг для доступности.",
"pt": "Hex sem hash. Opção de não usar ping para acessibilidade.",
"nl": "Hex zonder hash. Optie om ping niet te gebruiken voor bereikbaarheid.",
"fr": "Hex sans hachage. Option pour ne pas utiliser le ping pour l'accessibilité.",
"it": "Esadecimale senza hash. Opzione per non utilizzare il ping per la raggiungibilità.",
"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",
Expand Down
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.6",
"version": "0.2.7",
"description": "Adapter to communicate with the Twinkly lights.",
"author": {
"name": "patrickbs96",
Expand Down

0 comments on commit 7384f34

Please sign in to comment.