Skip to content

v1.4.6

Choose a tag to compare

@bayger bayger released this 28 Jun 11:23
ae603b1

Improvements

  • Stopping server modal — visual modal shown while the server is stopping (c35a840)
  • Spinner animation on loading model message (66907d6)

Fixes

  • TextInput cursor not advancing after character input — cursor position was reset on every value setter call (ca49422)
  • Hide search box when browsing model files (85665e8)
  • Back button added to VersionsControl for navigation (30c2eb4)
  • OptionsControl now correctly extends Control instead of Column (0f06505)
  • Removed shebang from ServerTab, fixed LogsTab handleKey, removed empty draw (ef784e7)

Refactors

  • Removed all custom renderers — List/Table now use default rendering (8737927)
  • Deduplicated formatSize into utils.ts, removed inline fmtNum (91a2767)
  • Standardized focusable, button rows, and ESC back navigation across ServerTab, ModelsTab, TasksTab, and VersionsTab (702208a)
  • Back button moved to far-left in ServerTab and VersionsTab (423adde)