claude-configs/skills/_archive/save-doc/examples/release-notes.md
Cal Corum 9fd5539dc1 Sync: update plugins, settings, archive skills, add new sessions and marketplaces
- plugins: update installed_plugins, known_marketplaces, install-counts-cache, blocklist; add agent-toolkit and cal-claude-plugins marketplaces
- settings.json: significant config changes (129 insertions, -129 deletions net)
- CLAUDE.md: minor update
- skills: remove json-pretty and save-doc (archived to _archive/save-doc)
- sessions: remove 2 old sessions, add 4 new sessions
- add command-permissions.json, permission-audit.jsonl, tmp/permissions-audit.md
2026-03-20 02:00:59 -05:00

33 lines
1.0 KiB
Markdown

---
title: "Major Domo v2 Release — 2026.3.17"
description: "Release notes for Major Domo v2 Discord bot deployment on 2026-03-17 including stat corrections, new commands, and dependency updates."
type: reference
domain: major-domo
tags: [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