From 13c42c1184fda1f462a4fd2732228a546fada464 Mon Sep 17 00:00:00 2001 From: Aldino Kemal Date: Mon, 26 May 2025 06:06:27 +0700 Subject: [PATCH] chore: docs update --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index cf289aa..35ca6df 100644 --- a/readme.md +++ b/readme.md @@ -20,6 +20,14 @@ Download: - [Release](https://github.com/aldinokemal/go-whatsapp-web-multidevice/releases/latest) - [Docker Image](https://hub.docker.com/r/aldinokemal2104/go-whatsapp-web-multidevice/tags) +## Breaking Changes + +- `v6` + - For REST mode, you need to run ` rest` instead of `` + - for example: `./whatsapp rest` instead of ~~./whatsapp~~ + - For MCP mode, you need to run ` mcp` + - for example: `./whatsapp mcp` + ## Feature - Send WhatsApp message via http API, [docs/openapi.yml](./docs/openapi.yaml) for more details @@ -177,6 +185,7 @@ services: volumes: - whatsapp:/app/storages command: + - rest - --basic-auth=admin:admin - --port=3000 - --debug=true