Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 23:40
· 101 commits to main since this release

Changelog

  • b657a3c Merge pull request #263 from youdie006/fix/search-focus-gg
  • 5af121c Merge pull request #303 from marcus/scroll
  • cb16507 Merge pull request #304 from marcus/fix/files-tree-scroll-fits
  • 6059004 Merge pull request #305 from marcus/cross-project-td-links
  • 7bdfc86 Merge remote-tracking branch 'origin/main'
  • fdc5dfc Merge remote-tracking branch 'origin/main' into scroll
  • 614729a build: pin td v0.63.0 and tasks v1.13.0
  • 226eca9 build: upgrade Go directive to 1.27.0
  • e0954e8 feat(configui): a Feature Flags page covering the whole registry
  • 3531e44 feat(configui): every feature flag says what it does
  • f876180 feat(terminal): span-capped background rendering with bounded/never modes
  • 76f32df feat(tty): advertise truecolor to sidecar-managed tmux panes
  • b8d9bce feat: content deck routes scrollbar gestures to hosted views (td-0d5d69)
  • c02beac feat: cross-project td issue links resolve on local miss
  • 3ad2867 feat: doc/issue viewer scrollbars draggable at view seam (td-b31ec5)
  • a72d3a6 feat: file browser scrollbars draggable (tree/search/preview) (td-d889dc)
  • 06ffcff feat: git/conversations/notes scrollbars draggable (td-550ce1)
  • c653c29 feat: interactive scrollbar on project workspace sidebar (sessions parity) (td-85b9f6)
  • ad14891 feat: interactive scrollbars on terminal panes (un-cut Phase 3)
  • 6cedb54 feat: kanban lane scrollbars draggable (per-lane regions) (td-76f757)
  • 330647c feat: modal viewport + switcher scrollbars draggable (td-a6317f)
  • 32a07fb feat: palette + notification centre scrollbars draggable (td-3037a9)
  • 7d9cb9b feat: sessions sidebar + theme picker scrollbars draggable (td-c6f01c)
  • 80e5e28 feat: shared interactive scrollbar core with geometry + inverse mapping (td-6852aa)
  • f768e4b feat: wire Sessions note preview scrollbar (td-14f48e)
  • 3756ad5 feat: wire kanban lane scrollbars in workspace + overview hosts (td-a7d02e)
  • f46207f feat: workspace_terminal_panel ships on by default (nt-7c82c9)
  • c6f28cf fix(app): relaunch into the global tab the user left on
  • 67e1572 fix(build): make lint reads the module Go version with GOWORK=off
  • 4e3921e fix(configui): cap how far right a settings row pushes its control
  • f14644e fix(configui): keep the Feature Flags page inside the pane it renders in
  • ff8be52 fix(conversations): let g/G be typed into the session search box
  • a897b52 fix(testenv): strip TMUX_PANE from isolated test environments
  • 960e2ce fix(tty): scope the truecolor claim instead of asserting it for every terminal
  • 7232026 fix(ui): strip background SGRs without nesting escape sequences
  • dc37152 fix: align modal viewport bar regions with rendered column; cancel parent bar gesture on sub-modal open (td-a6317f)
  • 72303e9 fix: correct OffsetAtRow re-anchor precondition doc + collapse test case (td-6852aa)
  • 05c1659 fix: files tree shows full list from top when it fits the viewport
  • a07592b fix: global Sessions list misses new projects and non-Git projects' shells
  • ba4755e fix: lint clean under the CI-pinned golangci-lint
  • f409379 fix: never resize the tmux pane hosting sidecar itself (td-9cddeb)
  • 340fe28 fix: repeat pane opens stop lying; create shell opens beside the session (nt-7c82c9)
  • 6c8be85 fix: wire issueview scrollbar gestures through workspace + overview hosts (td-b31ec5)
  • a0af587 fix: workspace sidebar free-scroll clears on selection change only; bounded wheel-boundary test (td-85b9f6)
  • 5972313 test(app): make the restored-scope assertions capable of failing