Releases: Wargamer-Senpai/teampy
Releases · Wargamer-Senpai/teampy
v1.1.0 code refactoring
Warning
This update changes a lot of things (almost every line of code 😅), so updating from a previous version to this version will probably not work. I recommend pulling a fresh copy and reconfiguring it.
[1.1.0] – 2025-05-03 🎉
🚀 Added
-
Docker Environment Support
• Load configurable environment variables in the Docker container
• Enables seamless configuration across dev, staging, and production -
Log Rotation
• Rotate logs into 8 sequential files (bot.log→bot.log.7)
• Automatic cleanup of the oldest log to prevent disk bloat
🔄 Changed
- Code Refactoring
• Reorganized main blob script into modules for clearer separation
• Improved naming conventions
🧹 Cleanup
- Removed the
config mergehelper - Removed the
bad words checkmodule
v1.0.6 "fixed" Containers
🔧 optimizations
- added watchdog for container, if the bot freezes or cashes inside the container it gets restarted (the container stays running)
v1.0.5
🔧 optimizations
- improved stability/fixed crashes
- Bugs fixed
✨ features
- added plugins
- added auto config merge
v1.0.4
🔧Bug fixes
- fixed bug on linux, script couldnt find notify.txt
- fixed missing package in docker image
v1.0.3
🔧 optimization
- reworked some internal code
- added logs
- added a docker image (documentation follows soon)
- added a service for linux
✨ feature
- added update notifier
v1.0.2
new stuff:
- added polls
- added a dice
- added a login check, if credentials were correct entered
- added public stats
existing stuff:
- improved stats
- minor improvments (typos, outputs)
v1.0.1
- added admin stuff
- fixed and tested on Linux
- added two general commands
v1.0.0
- initial release