Skip to content

Releases: derekross/onyx

v0.16.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 12:34
62d6d58

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

Choose a tag to compare

@github-actions github-actions released this 11 Jun 12:51

Full Changelog: v0.14.7...v0.15.0

v0.14.6

Choose a tag to compare

@github-actions github-actions released this 02 Apr 00:59

Full Changelog: v0.14.5...v0.14.6

v0.14.3

Choose a tag to compare

@derekross derekross released this 26 Feb 20:45

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 operations
  • src/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

Choose a tag to compare

@github-actions github-actions released this 23 Feb 14:56

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.14.2

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 22 Feb 19:27

What's Changed

  • Add OpenAI-compatible custom provider chat panel by @jared-logan in #9

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 18 Feb 18:44

Full Changelog: v0.11.0...v0.13.0

v0.9.9

v0.9.9 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Jan 18:39

Full Changelog: v0.9.8...v0.9.9

v0.9.8

v0.9.8 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Jan 02:18

Full Changelog: v0.9.7...v0.9.8

v0.9.7

v0.9.7 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Jan 02:36

Full Changelog: v0.9.4...v0.9.7