Releases: dgongut/docker-controller-bot
v3.11.1
v3.11.0
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
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
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
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
[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
[FIX] Fixed /exec command in groups/supergroups
Full Changelog: v3.9.0...v3.9.1
v3.9.0
[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