Skip to content

Commit 548b09b

Browse files
authored
Merge pull request #7 from WizardLoop/dev
v1.2.0
2 parents c6377ca + 9c7f434 commit 548b09b

File tree

3 files changed

+133
-288
lines changed

3 files changed

+133
-288
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,14 @@ Change isadmin flag to true for specific message
6464
- Disable the force join
6565

6666
---
67+
68+
## [v1.2.0] - 2026-03-10
69+
70+
### Added:
71+
- added /force_logout command to delete session file For manual account logout, when it is stuck.
72+
73+
### Fixed:
74+
Refactor bot session handling and admin commands.
75+
- Refactor error handling and session management in the bot. Simplify admin command structure and improve readability.
76+
77+
---

docker-compose.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
services:
22
getanymessage:
3-
image: hub.madelineproto.xyz/danog/madelineproto
3+
image: hub.madelineproto.xyz/danog/madelineproto:latest
44
restart: always
55
init: true
66
tty: true
77
working_dir: /app/src
88
volumes:
99
- ./:/app
1010
command: php /app/src/bot.php
11-
12-
extra_hosts:
13-
- "host.docker.internal:host-gateway"
11+
network_mode: "host"

0 commit comments

Comments
 (0)