Skip to content

v0.12.0

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jan 20:37
537b8fc

0.12.0 (2026-01-29)

Features

  • add diff::toggleMode action and change focus::switch keybinding (5d851ba)
  • add git status bar to sidebar footer (390a99a)
  • add pane::close action and auto-close terminals on exit (2132b4d)
  • add transparent window with vibrancy effect (3ac00a1)
  • add unfocused opacity for main and drawer areas (193ae65)
  • add unfocused opacity for split panes (0e04eb5)
  • add unified logging with tauri-plugin-log (ca0370c)

Bug Fixes

  • apply custom font config to terminals on startup (c32968c)
  • control terminal cursor blink and style based on active state (dd28623)
  • diff editor word wrap and scrollbar issues (c52e1f6)
  • focus main terminal when closing drawer (ffefe83)
  • focus new pane after split (7de68fc)
  • implement proper spatial navigation for split panes (b82acfc)
  • make mappings config test platform-aware (8f34369)
  • only show blinking cursor in drawer when drawer is focused (9dfaec5)
  • preserve original terminal when creating first split (b25c2c9)
  • prevent inactive tabs from bleeding through transparent panes (c41db09)
  • prevent infinite focus loop when creating multiple splits quickly (6017791)
  • prevent init effect cascade and add unified logging (144169d)
  • prevent terminal stretch jank during panel resize (936c856)
  • remove shadow and use consistent border in diff split view (77bf416)
  • restore left border on right panel (d148669)

Performance Improvements

  • optimize split context to prevent cascading re-renders (6a612aa)