v0.1.5 — Group Bulk Management & Single-Group Panel
What's New
🗂️ Group Bulk Actions (Manage tab)
Apply changes to multiple groups at once:
- Set group picture (URL or file upload)
- Update group name & description
- Toggle group settings (send messages, edit info, add members)
- Set disappearing messages timer
🔍 Context-Aware Single-Group Panel
When exactly 1 group is selected, a dedicated panel automatically appears with:
- Participants list & management
- Invite link (generate, revoke, copy)
- Leave Group
🔗 Seamless Browse ↔ Manage Navigation
- Gear icon in Browse & Send pre-selects that group in the Manage tab
- "Manage Selected Groups" button passes your current selection directly to Manage
🐛 Fixes
- Corrected Evolution API v2 group update route names
- Moved
groupJidfrom query param to request body (API compliance) - Scheduled jobs: clicking card body now toggles the details panel
- Scheduled jobs: uniform button widths
- Group list max-height increased to
60vh
📜 Full Version History
v0.1.4 — Scheduled Tab Enhancements
- Full job lifecycle: resend, edit, duplicate, restore, cancel
- Uniform button widths across all job cards
- Card body click toggles details/preview panel
- README updated with Scheduled Sending docs
v0.1.3 — Scheduled Send
- Schedule any Compose or Group Broadcast job to send at a future date/time
- Jobs stored in IndexedDB — survive page refresh, handle large payloads
- Scheduler polls every 30 seconds; jobs execute in order
- Response panel hidden on non-API tabs (Scheduled, Settings)
v0.1.2 — Group Broadcast Queue Builder
- Broadcast a message queue to multiple groups at once
- Phone number: manual country code input in Settings
- Accept numeric dial prefix (e.g.
972,44) in addition to ISO codes
v0.1.1 — Message Queue Builder
- Build a sequence of mixed-type messages in the Compose tab before sending
- Configurable random delay between messages
- Default text card pre-loaded on page open
v0.1.0 — Compose Tab
- New Compose tab: send multiple message types to multiple recipients in one go
- Chip-based recipient input with E.164 phone normalization
v0.0.9 — File Upload
- File upload support for Media and Audio message types (in addition to URL input)
v0.0.8 — Server Config
config.jsonsupport for server deployments — pre-configure all settings centrally- Users on hosted deployments no longer need to touch the Settings panel
v0.0.7 — App Name & README
- Configurable app/business name shown in the header
- README added for public sharing
v0.0.6 — Initial Release
- First public version of WhatsApp Manager UI
- Built on Evolution API v2 — no install, no Node.js, single
index.html - Tabs: Text, Media, Audio, Location, Contact, Reaction, Poll, Buttons, List, Status
- Settings panel with server URL, instance name, API key, and country code