Skip to content

Commit

Permalink
chore: release v0.1.3
Browse files Browse the repository at this point in the history
- (o0shojo0o) fix power control `on`, `off`, `restart`
- (o0shojo0o) support for password protected liveview
- (o0shojo0o) other small fixes
  • Loading branch information
o0shojo0o committed Mar 23, 2023
1 parent b896291 commit 1b98b00
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Adapter for the OpenDTU project
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 0.1.3 (2023-03-23)

- (o0shojo0o) fix power control `on`, `off`, `restart`
- (o0shojo0o) support for password protected liveview
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": "opendtu",
"version": "0.1.2",
"version": "0.1.3",
"news": {
"0.1.3": {
"en": "fix power control `on`, `off`, `restart`\nsupport for password protected liveview\nother small fixes",
"de": "festlegen der leistungssteuerung an, aus, neustart\nunterstützung für passwortgeschützte liveview\nandere kleine fixes",
"ru": "зафиксируйте контроль мощности, выключите, перезапустите\nподдержка паролей защищено liveview\nдругие небольшие исправления",
"pt": "corrigir o controle de energia em, off, reiniciar\nsuporte para visualização ao vivo protegida por senha\noutras pequenas correções",
"nl": "controle aan, uit, herstart\nquality over quantity (qoq) releases vertaling:\nandere kleine fixes",
"fr": "régler le contrôle de puissance sur, off, restart\nsupport pour mot de passe protégé\nautres petites corrections",
"it": "fissare il controllo di potenza su, off, riavviare\nsupporto per password protetta liveview\naltre piccole correzioni",
"es": "fijar el control de potencia en, apagado, reiniciar\nsoporte para contraseña protegida\notras pequeñas correcciones",
"pl": "po naprawie kontroli mocy, odwraca się, restartuje\nwsparcie dla hasła chronionego liveview\ninne drobne rozwiązanie",
"uk": "фіксувати контроль потужності, вимкнено, перезавантажити\nпідтримка захищеного пароля\nінші маленькі кріплення",
"zh-cn": "f 剩余电力控制\n支持受保护的密码\n其他小型配件"
},
"0.1.2": {
"en": "fix yield* values",
"de": "werte der ausbeute*",
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.opendtu",
"version": "0.1.2",
"version": "0.1.3",
"description": "Adapter for the OpenDTU project",
"author": {
"name": "Dennis Rathjen",
Expand Down

0 comments on commit 1b98b00

Please sign in to comment.