fix wweb.js issue

This commit is contained in:
baldarn
2024-04-29 12:08:40 +02:00
parent acf57a5b20
commit 0459dec1a5
3 changed files with 13 additions and 4 deletions

View File

@@ -1,23 +1,32 @@
## 2024.4.29 (29-04-2024)
- Fix wweb.js client issue (see https://github.com/pedroslopez/whatsapp-web.js/issues/2885)
## 2024.1.30-1 (30-01-2024) ## 2024.1.30-1 (30-01-2024)
- Fix data persistence - Fix data persistence
## 2024.1.30 (30-01-2024) ## 2024.1.30 (30-01-2024)
- Updated version - Updated version
- Add data persistence - Add data persistence
## 2024.1.26-1 (26-01-2024) ## 2024.1.26-1 (26-01-2024)
- Updated version - Updated version
## 2024.1.26 (26-01-2024) ## 2024.1.26 (26-01-2024)
- Updated version - Updated version
## 2024.1.22-3 (26-01-2024) ## 2024.1.22-3 (26-01-2024)
- Minor bugs fixed - Minor bugs fixed
## 2024.1.22-2 (24-01-2024) ## 2024.1.22-2 (24-01-2024)
- Minor bugs fixed - Minor bugs fixed
## 2024.1.24 (24-01-2024) ## 2024.1.24 (24-01-2024)
- Fix configs - Fix configs

View File

@@ -1,7 +1,7 @@
{ {
"build_from": { "build_from": {
"aarch64": "baldarn/whatsapper:2024.1.30", "aarch64": "baldarn/whatsapper:2024.4.29",
"amd64": "baldarn/whatsapper:2024.1.30" "amd64": "baldarn/whatsapper:2024.4.29"
}, },
"codenotary": { "codenotary": {
"signer": "alexandrep.github@gmail.com" "signer": "alexandrep.github@gmail.com"

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "30-1-2024", "last_update": "29-4-2024",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "whatsapper", "slug": "whatsapper",
"source": "github", "source": "github",
"upstream_repo": "baldarn/whatsapper", "upstream_repo": "baldarn/whatsapper",
"upstream_version": "2024.1.30" "upstream_version": "2024.4.29"
} }