V0.2.4 #8

Merged
umpire274 merged 5 commits from v0.2.4 into main 2025-10-15 12:27:42 +02:00
umpire274 commented 2025-10-15 12:24:24 +02:00 (Migrated from github.com)

[0.2.4] - 2025-10-15

Added

  • Full internationalization (i18n) for CLI help, subcommands, and arguments.
  • Embedded JSON language files (en.json, it.json) — no external dependencies required.
  • Dynamic language selection via --lang <code> or the language key in librius.conf (YAML).

Fixed

  • Resolved duplicated --help and --version flag conflicts in Clap.
  • Restored proper --help propagation for subcommands (list, config).
  • Ensured fallback to English if an unknown language code is provided.

Changed

  • Pre-language bootstrap messages (e.g., “Load configuration...”) remain in English for clarity.
  • Improved initialization order: configuration and DB migrations now run after language setup.

Notes

  • Default language remains English unless overridden by --lang or the language field in librius.conf (YAML).
  • This version finalizes the transition to a fully localized CLI core.
## [0.2.4] - 2025-10-15 ### Added - Full internationalization (i18n) for CLI help, subcommands, and arguments. - Embedded JSON language files (`en.json`, `it.json`) — no external dependencies required. - Dynamic language selection via `--lang <code>` or the `language` key in `librius.conf` (YAML). ### Fixed - Resolved duplicated `--help` and `--version` flag conflicts in Clap. - Restored proper `--help` propagation for subcommands (`list`, `config`). - Ensured fallback to English if an unknown language code is provided. ### Changed - Pre-language bootstrap messages (e.g., “Load configuration...”) remain in English for clarity. - Improved initialization order: configuration and DB migrations now run after language setup. ### Notes - Default language remains English unless overridden by `--lang` or the `language` field in `librius.conf` (YAML). - This version finalizes the transition to a fully localized CLI core.
Sign in to join this conversation.
No description provided.