Skip to content

NeverWrite v0.2.6

Latest

Choose a tag to compare

@github-actions github-actions released this 15 May 10:03
· 2 commits to main since this release
e774c26

Manual installers

Choose the installer that matches your machine:

Platform Architecture Manual installer asset
macOS Universal NeverWrite_0.2.6_macOS_Universal.dmg
Windows ARM64 NeverWrite_0.2.6_Windows_ARM64_Setup.exe
Windows x64 NeverWrite_0.2.6_Windows_x64_Setup.exe
Linux ARM64 NeverWrite-0.2.6-arm64.AppImage
Linux x64 NeverWrite-0.2.6-x64.AppImage

Updater artifacts are also attached to the release for in-app updates.
Files ending in .app.tar.gz, .nsis.zip, .blockmap, or .sig are internal updater assets and are not intended for manual installation.

Browser extensions

Chrome MV3 manual install asset:

NeverWrite-Web-Clipper-v0.2.6-chrome-mv3.zip

Download the zip, unzip it, open chrome://extensions, enable Developer mode, and choose Load unpacked.

Firefox MV3 build artifact:

NeverWrite-Web-Clipper-v0.2.6-firefox-mv3.zip

This artifact is attached for testing and release traceability. Normal Firefox Release/Beta installation requires a Mozilla-signed package through AMO or self-distribution signing.

Release notes

Added

  • Added per-theme syntax highlighting for CodeMirror source mode, live preview markup, chat code blocks, and static diff/code rendering, with shared --code-* CSS variables so theme changes stay consistent across editor surfaces.
  • Added a compact searchable Move to Folder destination picker for notes, PDFs, generic files, folders, and mixed selections from the file-tree context menu.
  • Added pane-scoped tab context menu actions for Close Others and Close Tabs to the Right, including active-agent close confirmation and disabled states when the actions do not apply.

Changed

  • Updated Developer Mode settings copy to describe terminal tabs in the editor workspace instead of the old bottom terminal panel. Thanks to @mvanhorn.
  • Added a README notice about Claude subscription usage in NeverWrite starting June 15, 2026.

Fixed

  • Fixed Move to Folder behavior so context menu moves and drag/drop moves share the same move executor and support notes, PDFs, generic files, folders, and mixed selections consistently.