Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Wargamer-Senpai/teampy

v1.1.0 code refactoring

03 May 13:35

Choose a tag to compare

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.logbot.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 merge helper
  • Removed the bad words check module

v1.0.6 "fixed" Containers

08 Dec 17:16

Choose a tag to compare

🔧 optimizations

  • added watchdog for container, if the bot freezes or cashes inside the container it gets restarted (the container stays running)

v1.0.5

20 Oct 18:17
d715450

Choose a tag to compare

🔧 optimizations

  • improved stability/fixed crashes
  • Bugs fixed

✨ features

  • added plugins
  • added auto config merge

v1.0.4

02 Jun 12:37

Choose a tag to compare

🔧Bug fixes

  • fixed bug on linux, script couldnt find notify.txt
  • fixed missing package in docker image

v1.0.3

20 May 11:48

Choose a tag to compare

🔧 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

22 Apr 12:42

Choose a tag to compare

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

31 Mar 14:01

Choose a tag to compare

  • added admin stuff
  • fixed and tested on Linux
  • added two general commands

v1.0.0

26 Mar 17:30
42ba43c

Choose a tag to compare

  • initial release