Releases: aldinokemal/go-whatsapp-web-multidevice
Releases · aldinokemal/go-whatsapp-web-multidevice
v3.3.0
What's Changed
- fix: docker working directory by @aldinokemal in #14
- feat: add send video by @aldinokemal in #15
- feat: set optional compress image by @aldinokemal in #16
Full Changelog: v3.2.0...v3.3.0
v3.2.0
v3.1.0
What's Changed
- chore: update docs by @aldinokemal in #8
- feat: display group id in fontend by @aldinokemal in #10
- feat: add image thumbnail when send image by @aldinokemal in #11
- feat: embed template html files to binary by @aldinokemal in #12
Full Changelog: v3.0.0...v3.1.0
v3.0.0
- Dockerize app
- Change folder structure
- Add open api in
docs/openapi.yml
- Install using docker with simple command
docker run --publish=3000:3000 --restart=always aldinokemal2104/go-whatsapp-web-multidevice
v2.1.1
- Set hostname and protocol from server
- add openapi docs
v2.1.0
- Add Send to Group
- Fix phone number validation
- Remove Indonesia phone validation
v2.0.0
v1.1.0
Add Send FIle API
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Current API
Feature | Menu | Method | URL | Payload | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
✅ | Login | GET | /app/login | |||||||||||||||||||||
✅ | Logout | GET | /app/logout | |||||||||||||||||||||
✅ | Reconnect | GET | /app/reconnect | |||||||||||||||||||||
✅ | User Info | GET | /user/info |
|
||||||||||||||||||||
✅ | User Avatar | GET | /user/avatar |
|
||||||||||||||||||||
✅ | Send Message (Text) | POST | /send/message |
|
||||||||||||||||||||
✅ | Send Message (Image) | POST | /send/image |
|