Skip to content

Releases: adrunkhuman/TyperBot

v3.0.0

21 May 22:28
e965196

Choose a tag to compare

Season-aware hosted bot release.

Changes:

  • add seasons with one active season per server
  • scope fixtures, predictions, results, scores, and standings by server and season
  • add configurable per-season scoring rules
  • add admin season and scoring management
  • enforce one configured league channel per server
  • improve invited-server setup and deployment docs
  • add opt-in non-production test data seeding
  • simplify deployed logging and startup output
  • expand v3 contract coverage and split oversized test modules

Notes:

  • server admins invite and configure the hosted bot; they do not self-host it
  • production deployments should use a persistent DATA_DIR and enable required Discord privileged intents
  • historical season standings are not exposed through Discord commands yet

v2.0.0

01 May 19:10
3dd15bd

Choose a tag to compare

Multi-server release.

Changes:

  • support one bot process serving multiple Discord servers
  • isolate fixtures, predictions, results, scores, and standings per server
  • add per-server setup for admin role and league channel
  • make reminders, cooldowns, and background checks server-aware
  • add multi-server isolation coverage
  • refresh dependencies and release metadata

Notes:

  • no major new user-facing workflow changes
  • backup and restore remain whole-database

v1.1.0

18 Apr 17:13
703b2b5

Choose a tag to compare

Small workflow release.

Changes:

  • move /predict to a modal flow
  • move fixture creation and results entry to modals
  • make /admin panel the main admin surface
  • add admin review for late partial predictions
  • notify users about admin corrections
  • clean up deployment/docs around the current hosting path

v1.0.0

22 Mar 18:57

Choose a tag to compare

First stable release for the current scope of TyperBot.

  • admin fixture creation and results entry
  • predictions by DM or thread
  • score calculation and standings
  • SQLite-backed persistence

This release marks the core workflow as stable, not feature-complete.