Skip to content

Releases: dgongut/docker-controller-bot

v3.11.1

02 Dec 23:29

Choose a tag to compare

Full Changelog: v3.11.0...v3.11.1

[FIX] Improved container updates

v3.11.0

22 Nov 23:22

Choose a tag to compare

Full Changelog: v3.10.0...v3.11.0

[NEW] New /schedule system
[NEW] Added Healthcheck
[FIX] Major corrections and improvements while updating containers
[FIX] Now /changetag should work properly with ghrc.io repository
[FIX] locales cached for speed improvements

POSSIBLE BREAKING CHANGE

Make sure you have backup of your /schedule folder. After updating to v3.11.0 the content of schedule.txt will be migrated to the new system. In case you want to rollback to any version before v3.11.0 you'll have to restore your schedule.txt file.

v3.10.0

14 Nov 14:04

Choose a tag to compare

Full Changelog: v3.9.4...v3.10.0

[FIX] Corrected HTML entity escaping in menu_mute across all 7 localization files (es, en, de, nl, gl, it, cat)
[NEW] Now /schedule supports

"@yearly",      # Run once a year (0 0 1 1 *)
"@annually",    # Same as @yearly
"@monthly",     # Run once a month (0 0 1 * *)
"@weekly",      # Run once a week (0 0 * * 0)
"@daily",       # Run once a day (0 0 * * *)
"@midnight",    # Same as @daily
"@hourly",      # Run once an hour (0 * * * *)
"@reboot",    # Run once at startup of the bot

v3.9.4

01 Nov 17:43

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.9.3...v3.9.4

[FIX] All messages to telegram migrated to HTML instead of Markdown in order to avoid problems with special characters in container names
[NEW] Added English readme by @phampyk Thanks a lot ❤️

v3.9.3

27 Oct 17:37

Choose a tag to compare

Full Changelog: v3.9.2...v3.9.3

[NEW] Improved callback reliability on mobile devices
[NEW] Container summary counter in /list command
[NEW] The /run, /stop and /restart commands can now be launched in batch.
[NEW] Message queues
[FIX] All locale files are now properly organized.

v3.9.2

06 Jul 15:40

Choose a tag to compare

[FIX] Now when the users execute a command with a large output, the output is splitted in several messages (maximum of telegram message is 4000 characters)
[FIX] Some commands failed due to it wasn't interpreted as a single command. Now it will work
[FIX] Now if a command didn't return anything I've put a message of confirmation

Full Changelog: v3.9.1...v3.9.2

v3.9.1

04 Jul 16:41

Choose a tag to compare

[FIX] Fixed /exec command in groups/supergroups

Full Changelog: v3.9.0...v3.9.1

v3.9.0

04 Jul 14:48

Choose a tag to compare

[NEW] Added /exec command to run commands inside containers.
[NEW] /schedule now supports storing EXEC commands.
[NEW] /updateall now features the new update progress screen.
[FIX] Minor cosmetic fixes.

Full Changelog: v3.8.0...v3.9.0