Skip to content

Commit adf55c7

Browse files
committed
chore: release v0.7.1
- VERSION: 0.7.0 → 0.7.1 - CHANGELOG: new v0.7.1 section covering the test-send modal in the manager, the whatsmeow-lib SHA pin fix in sync-releases, the repository cleanup (tracked binaries / IDE / scratch files) and the Postman/interactive-messages doc updates.
1 parent 85b6cb4 commit adf55c7

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Evolution GO - Changelog
22

3+
## v0.7.1
4+
5+
**Docker:** `evoapicloud/evolution-go:0.7.1`
6+
7+
### 🆕 New Features
8+
- **Test-send modal in Manager** — new modal in the embedded manager UI to test message sending directly from the panel, covering text, media and interactive message types. Useful for validating an instance right after pairing without leaving the manager.
9+
10+
### 🔧 Improvements / CI
11+
- **whatsmeow-lib SHA now pinned in the public sync** — the `sync-releases` workflow previously re-cloned whatsmeow `main` on every run, so the SHA listed in the CHANGELOG could drift from what the public repos actually built against. The workflow now captures the SHA from the dev submodule and checks out that exact commit in the target, restoring release reproducibility.
12+
- **Repository cleanup** — dropped tracked binaries (`evolution-go`, `build/server`), IDE config (`.idea/`) and scratch files (`DIFF-COMPLETO.txt`, `API-INTERACTIVE-DOCS.txt`, `carousel-sender.html`). Expanded `.gitignore` to prevent reincidence.
13+
14+
### 📝 Docs
15+
- **Postman collection** — added `Set Proxy` request and multipart hints on `/send/media`; collection file renamed from `Evolution GO.postman_collection (2).json` to `Evolution GO.postman_collection.json`.
16+
- **Interactive messages docs** — additional examples and corrections.
17+
318
## v0.7.0
419

520
**Docker:** `evoapicloud/evolution-go:0.7.0`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.7.1

0 commit comments

Comments
 (0)