Skip to content

1.60.0

Choose a tag to compare

@marein marein released this 30 Aug 22:55
· 11 commits to master since this release
  • The editor follows the disk by @marein in 802cdb2.
    • While an editor is open it watches what is on its screen, the open tabs and the unfolded folders, and follows what happens to them outside the editor.
  • Add replace in files to the editor palette by @marein in d67b264.
    • Ctrl+Shift+H opens it, the tree's folder menu does too.
    • Shift+Enter writes the marked match and marks the next one, Ctrl+Enter opens the marked row and the palette stays open.
    • Aa in the search field makes find in files case sensitive too.
  • Enhance search capabilities in the editor by @marein in 163eff5.
    • Find in files takes a file mask and a directory filter, go to file takes the same directory filter.
    • The tree's folder menu offers both searches scoped to that folder.
  • Show coder renames live by @marein in 3edd5a9.
    • A rename inside a coder lands in the heading and the browser title without a reload.
    • A coder that ran a slash command like /rename or /agents no longer keeps its ring spinning.
  • Play assistant answers at full volume by @marein in ead61f7.
    • The voice was capped at a tenth of its level, a full row is now the answer's own volume.
  • Center and flash the linked project row by @marein in f8b69b1.
    • A link to a project scrolls that row into the middle and flashes it, also when the filter was hiding it.
  • Stop the editor from selecting text on gestures by @marein in c330e83.
    • Dragging a splitter no longer selects text around it, the line numbers and the commit rows are not selectable either.
  • Fix initial theme switcher transition by @marein in ebcd45d.
    • The highlight no longer slides across the switcher while a page loads.