Skip to content

sur9e v0.1.2

Choose a tag to compare

@arspesk arspesk released this 09 Jul 20:24
· 111 commits to main since this release

Bug-fix release. Your data (CV, profile, tracker, reports) is untouched by updating.

Fixes

  • Menus always render on top of job cards. Open actions dropdowns no longer hide behind the floating job-progress deck.
  • Menus open below their trigger (platform convention), with internal scroll when space is tight — flipping above only when there's genuinely no room below.
  • Floating menus behave on scroll. Row/card actions menus and status pickers dismiss when the page or a kanban column scrolls (previously they detached from their trigger and floated over unrelated UI), and they no longer clip behind the mobile bottom nav.
  • The offers table adapts to window changes. With customized column widths, resizing the browser (e.g. desktop → tablet, where some columns hide) no longer leaves dead white space to the right of the table — columns re-stretch live, keeping your ratios. Column drags also stop at the table edge instead of opening a gap after the last column.
  • The model picker shows current models again. Newer Claude Code builds emit more data than the model-extraction buffer allowed, so every install silently fell back to a stale 3-model list; the picker now lists everything your installed CLI supports (24 models, including the newest).
  • New AI models price correctly. The live pricing cache now refreshes when a job launches, so spend on newly released models is computed from current rates instead of falling back to older-model rates with an "Unknown model" warning in the job log.

Internal

  • Removed unused dropdown CSS left over from an unshipped component.

Full changelog: v0.1.1...v0.1.2