v0.9.4
A small patch release with three fixes: clicking a pane's title or zoom button on a split now works instead of resizing, emoji render correctly inside modals, and sidebar clicks always land on the right target even after you rearrange docks. Fully compatible with v0.9.3, nothing to migrate.
🐛 Fixed
- Click a pane's title or zoom button on a split. On a split, clicking a pane's title bar (to see its running command) or its zoom button no longer starts a divider resize by mistake. The resize grab now yields to those controls, the same way it already did for the close button, so every control on a split pane's title row is clickable. (
5f685d0) - Emoji render correctly in modals too. v0.9.3 fixed wide glyphs in panes and the sidebar; this carries the same fix into modal windows like the changelog and settings, which draw through a different path. A double-width glyph in a modal no longer smears into the next cell, because its continuation cell is now blanked when the frame is serialized rather than only when a pane is drawn. (
5e00b1d) - Sidebar clicks land on the right target. Dock click regions, including the FILES tree, are cleared and rebuilt every frame, so a leftover click region from a hidden or rearranged dock can no longer fire the wrong action, such as opening a file when you meant to switch workspace. (
8b2ec22)
Contributors
- RizRiyz
Full Changelog: v0.9.3...v0.9.4