Releases: derekross/onyx
Release list
v0.16.1
What's Changed
- feat: render embedded Nostr references in documents (v0.16.0) by @derekross in #20
- fix: prevent blank screen on Linux Wayland (WebKitGTK DMABUF) by @derekross in #21
- fix: enable undo/redo in the Milkdown editor by @derekross in #22
- fix: don't exit macOS fullscreen when Escape closes a dialog by @derekross in #23
- chore: release v0.16.1 by @derekross in #24
Full Changelog: v0.16.0...v0.16.1
v0.15.0
v0.14.6
v0.14.3
Bug Fixes
Windows: Rename note not functioning (#12)
Fixed path separator handling — the code used / to extract parent directory paths, but Windows paths use \. Added cross-platform getParentPath() and getFileName() helpers. All path construction in the sidebar (rename, copy, move, create, drag-drop) now uses the correct separator.
Windows: Can't paste screenshot images (#11)
Fixed clipboard paste — on Windows (especially ARM), clipboardData.files may be empty or contain 0-byte entries for clipboard screenshots. Added a fallback that checks clipboardData.items via the DataTransferItem API, which is more reliable across platforms. Also filters out 0-byte files.
Files changed
src/components/Sidebar.tsx— Path separator handling for all file operationssrc/lib/editor/upload-config.ts— Clipboard paste fallback via DataTransferItem API
No behavioral changes on Linux or macOS.
Thanks to @CentauriAgent for the contribution!
v0.14.2
What's Changed
- Add zapstore.yaml for Zapstore distribution by @CentauriAgent in #10
New Contributors
- @CentauriAgent made their first contribution in #10
Full Changelog: v0.14.0...v0.14.2
v0.14.0
What's Changed
- Add OpenAI-compatible custom provider chat panel by @jared-logan in #9
New Contributors
- @jared-logan made their first contribution in #9
Full Changelog: v0.13.0...v0.14.0