Skip to content

Commit

Permalink
chore: release v0.1.5
Browse files Browse the repository at this point in the history
Add Translations
  • Loading branch information
DutchmanNL committed Mar 20, 2021
1 parent 1af8abf commit 17a7bcb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ switch:
### __WORK IN PROGRESS__
-->

### 0.1.5 (2021-03-21)
* (DutchmanNL) Add Translations

### 0.1.4 (2021-03-19)
* (DutchmanNL) Implemented RGBW
* (DutchmanNL) Ensure correct encryption and storage of passwords
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": "esphome",
"version": "0.1.4",
"version": "0.1.5",
"news": {
"0.1.5": {
"en": "Add Translations",
"de": "Übersetzungen hinzufügen",
"ru": "Добавить перевод",
"pt": "Adicionar traduções",
"nl": "Voeg vertalingen toe",
"fr": "Ajouter des traductions",
"it": "Aggiungi traduzioni",
"es": "Agregar traducciones",
"pl": "Dodaj tłumaczenia",
"zh-cn": "添加翻译"
},
"0.1.4": {
"en": "Implemented RGBW\nEnsure correct encryption and storage of passwords\nProper value ranges for type light (255 instead 100)\nImplemented hex color state for type light (if RGB is available)",
"de": "RGBW implementiert\nStellen Sie die korrekte Verschlüsselung und Speicherung von Passwörtern sicher\nRichtige Wertebereiche für Typ Licht (255 statt 100)\nHex-Farbstatus für Typ Licht implementiert (falls RGB verfügbar ist)",
Expand Down
2 changes: 1 addition & 1 deletion 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.esphome",
"version": "0.1.4",
"version": "0.1.5",
"description": "Control your ESP8266/ESP32 with simple yet powerful configuration files created and managed by ESPHome",
"author": {
"name": "DutchmanNL",
Expand Down

0 comments on commit 17a7bcb

Please sign in to comment.