Skip to content

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 07 Jun 21:34
· 71 commits to master since this release

Highlights

  • Added a dedicated subscription refresh command: xrat update [SUBS_REF...].
  • Improved TUI background activity feedback for subscription refresh and runtime transitions.
  • Added Updated At visibility for xrat list subscriptions outputs.
  • Standardized TUI wording from Sources to Subscriptions.

CLI

  • New command: xrat update
    • Refresh all subscriptions when no refs are provided.
    • Refresh selected subscriptions by id/ref when refs are provided.
  • xrat list subscriptions now includes updated_at in tabular/script-friendly outputs.

TUI

  • Added live activity indicators while subscription refresh tasks are in flight.
  • Runtime panel now reflects transitional activity states with animated feedback.
  • Added transient bottom chrome-bar completion messages (auto-hide) for background task outcomes.
  • Renamed user-facing labels/prompts from Sources to Subscriptions for consistency.

Docs

  • Added CLI reference page for update.
  • Updated TUI/list/import docs to match new subscription naming and behavior.

Internal

  • Extracted reusable subscription update flow into shared app command logic used by both CLI and TUI.

Full Changelog: v0.4.2...v0.4.3