Skip to content

Releases: bvpotapenko/bar-scheduler

v0.3.0: Multilingual Interface & Profile Commands

03 Mar 04:46

Choose a tag to compare

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 plan

Profile-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

19 Feb 00:11

Choose a tag to compare

Main bugs are fixed, time to see if formulas are actually working.

v0.1.0 – Initial public release

18 Feb 08:26

Choose a tag to compare

A CLI tool for planning pull ups. It's evidence based, human-planned, Claude-coded, human-tested.
More in Readme.md