claude-plugins/plugins/save-doc/examples/release-notes.md
Cal Corum 51fe634ff5 refactor: convert 5 more skills to commands, update transcriber defaults
Convert backlog, project-plan, save-doc, youtube-transcriber, and
z-image from skills/ to commands/ so they appear as user-invocable
slash commands with plugin name prefixes.

Update youtube-transcriber: switch default model from gpt-4o-transcribe
to gpt-4o-mini-transcribe (OpenAI's current recommendation, half cost)
and fix cost estimates that were 4-7x too high.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 14:41:37 -05:00

1.0 KiB

title description type domain tags
Major Domo v2 Release — 2026.3.17 Release notes for Major Domo v2 Discord bot deployment on 2026-03-17 including stat corrections, new commands, and dependency updates. reference major-domo
major-domo
deployment
release-notes
discord

Major Domo v2 Release — 2026.3.17

Date: 2026-03-17 Deployed to: production (sba-bot) PR(s): #84, #85, #87

Changes

New Features

  • /standings command now shows division leaders with magic numbers
  • Added !weather text command for game-day weather lookups

Bug Fixes

  • Fixed roster sync skipping players with apostrophes in names
  • Corrected OBP calculation to exclude sacrifice flies from denominator

Dependencies

  • Upgraded discord.py to 2.5.1 (fixes voice channel memory leak)
  • Pinned SQLAlchemy to 2.0.36 (regression in .37)

Deployment Notes

  • Required database migration: alembic upgrade head (added weather_cache table)
  • No config changes needed
  • Rollback: revert to image tag 2026.3.16 if issues arise