Skip to content

Releases: burakboduroglu/dev-notes

v2.1.0

04 May 14:54

Choose a tag to compare

v2.1.0

Thanks @Tahinli for the CLI, TUI, server, and security improvements.

  • CLI markdown note opening now bypasses MIME sniffing for known notes.
  • TUI cleanup, alt-screen handling, resize redraws, and emoji alignment improved.
  • Fixed TUI raw-mode guard, redraw artifacts, and server port retry limits.
  • Hardened static file serving and markdown rendering against path traversal and unsafe HTML/link output.

devnotetr v2.0.3

04 May 13:23

Choose a tag to compare

devnotetr v2.0.3

Published npm package: https://www.npmjs.com/package/devnotetr

Install with npm

bash npm install -g devnotetr devnote help

Release assets

  • Windows: devnotetr-v2.0.3-windows-x64.zip
  • Linux: devnotetr-v2.0.3-linux-x64.tar.gz
  • macOS: devnotetr-v2.0.3-macos-universal.tar.gz

Highlights

  • Clarifies the TUI flow: category, note, then open mode selection
  • Makes the open mode screen explicit with Markdown preview, editor, and browser choices
  • Keeps release output and npm metadata aligned with devnotetr / devnote

devnotetr v2.0.2

04 May 13:17

Choose a tag to compare

devnotetr v2.0.2

Published npm package: https://www.npmjs.com/package/devnotetr

Install with npm

npm install -g devnotetr
devnote help

Release assets

  • Windows: devnotetr-v2.0.2-windows-x64.zip
  • Linux: devnotetr-v2.0.2-linux-x64.tar.gz
  • macOS: devnotetr-v2.0.2-macos-universal.tar.gz

Highlights

  • devnote global CLI command
  • Built-in TUI markdown preview, no Glow dependency required
  • Browser/editor launch runs independently from the TUI
  • Compact help output with command comments
  • npm metadata points to burakboduroglu/dev-notes