Skip to content

v1.4.1

Choose a tag to compare

@bayger bayger released this 23 Jun 19:30
fc5a98c

Fixed

  • Metrics panel context bar restored — llama.cpp changed log function names from update_slots to operator(), causing regex-based parsing to fail. Context bar, cached tokens, and checkpoint erasures now parse correctly again.

Added

  • Scrollable MetricsPanel — metrics panel now inherits from Scrollable, with a shared scrollbar for long slot lists.
  • Scrollable ChangelogView — changelog panel now scrolls with a scrollbar.
  • Responsive breakpoint system — new width and height breakpoints for adaptive layouts.
  • Spinner animation — active slots show an animated spinner; spinner logic centralized in utils.ts.
  • Model loading indicator — visual feedback while the model is loading on startup.