Releases: bvpotapenko/bar-scheduler
Releases · bvpotapenko/bar-scheduler
v0.3.0: Multilingual Interface & Profile Commands
What's New in v0.3.0
Multilingual Interface (i18n)
All user-facing text is now stored in YAML locale files. Three languages ship out of the box:
- 🇬🇧 English (default)
- 🇷🇺 Russian (
--lang ru) - 🇨🇳 Chinese Mandarin (
--lang zh)
Use --lang for a one-session override, or save your preferred language persistently:
bar-scheduler profile update-language ru
bar-scheduler --lang zh planProfile-management commands are now grouped under bar-scheduler profile
| Command | Description |
|---|---|
| profile init | Create / update user profile |
| profile update-weight 85.5 | Update bodyweight |
| profile update-equipment | Manage training equipment |
| profile update-language ru | Save display language persistently |
⚠️ Breaking change: bar-scheduler init, bar-scheduler update-weight, and bar-scheduler update-equipment are now bar-scheduler profile . The interactive menu is unaffected.
Important: "skip" command is still unstable.
v0.2.0: Ready for public testing
Main bugs are fixed, time to see if formulas are actually working.
v0.1.0 – Initial public release
A CLI tool for planning pull ups. It's evidence based, human-planned, Claude-coded, human-tested.
More in Readme.md