Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 1.4 KB

File metadata and controls

77 lines (46 loc) · 1.4 KB

📜 Changelog - GetAnyMessage

All notable changes to the GetAnyMessage project will be documented in this file.


[v1.0.0] - 2026-01-15

🚀 Initial Release

  • First stable release of GetAnyMessage.

[v1.0.1] - 2026-01-15

Added:

  • source code button url.

[v1.0.2] - 2026-01-15

Added:

  • Update statUsers in: src/Handlers/AdminPanel.php

[v1.0.3] - 2026-03-04

Added:

  • MySQL session support for storing bot sessions on servers with ephemeral file systems.
  • Restart plugin to allow programmatic bot restarts.

[v1.0.4] - 2026-03-04

Added:

  • Add max connections setting to bot configuration.

[v1.0.5] - 2026-03-04

Added:

  • Add extra_hosts configuration to docker-compose.
  • Change DB_HOST to use host.docker.internal.

[v1.1.0] - 2026-03-08

Added:

  • update to include the full source code! Includes login, copying of any type of chat including private/user/bot, and everything you need.

[v1.1.1] - 2026-03-08

Changed:

Change isadmin flag to true for specific message

  • Disable the force join

[v1.2.0] - 2026-04-10

Added:

  • added /force_logout command to delete session file For manual account logout, when it is stuck.

Fixed:

Refactor bot session handling and admin commands.

  • Refactor error handling and session management in the bot. Simplify admin command structure and improve readability.