Skip to content

Commit

Permalink
chore: release v0.0.8
Browse files Browse the repository at this point in the history
- fix login
  • Loading branch information
TA2k committed Oct 26, 2024
1 parent 1194d5b commit c378594
Show file tree
Hide file tree
Showing 6 changed files with 581 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .releaseconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": ["iobroker", "license", "manual-review"]
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 TA2k <[email protected]>
Copyright (c) 2022-2030 TA2k <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ Stop:
<https://forum.iobroker.net/topic/59466/test-adapter-vesync>

## Changelog
### 0.0.8 (2024-10-26)

- fix login

### 0.0.3

Expand All @@ -120,7 +123,7 @@ Stop:

MIT License

Copyright (c) 2022 TA2k <[email protected]>
Copyright (c) 2022-2030 TA2k <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
31 changes: 26 additions & 5 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "vesync",
"version": "0.0.7",
"version": "0.0.8",
"news": {
"0.0.8": {
"en": "fix login",
"de": "zurück zur übersicht",
"ru": "исправить логин",
"pt": "corrigir login",
"nl": "fix login",
"fr": "correction de la connexion",
"it": "fix login",
"es": "corrección de inicio",
"pl": "naprawić logowanie",
"uk": "фіксувати логін",
"zh-cn": "固定登录"
},
"0.0.7": {
"en": "added health data and reduce relogin in the app",
"de": "Gesundheitsdaten hinzugefügt und erneutes Anmelden in der App reduziert"
Expand Down Expand Up @@ -53,8 +66,12 @@
"pl": "Adapter do VeSync",
"zh-cn": "VeSync 适配器"
},
"authors": ["TA2k <[email protected]>"],
"keywords": ["vesync"],
"authors": [
"TA2k <[email protected]>"
],
"keywords": [
"vesync"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
Expand Down Expand Up @@ -82,8 +99,12 @@
}
]
},
"encryptedNative": ["password"],
"protectedNative": ["password"],
"encryptedNative": [
"password"
],
"protectedNative": [
"password"
],
"native": {
"username": "",
"password": "",
Expand Down
Loading

0 comments on commit c378594

Please sign in to comment.