Releases: burakboduroglu/penote
Releases · burakboduroglu/penote
Release list
v3.0.1
[3.0.1] - 2026-09-02
Fixed
- Republished
@burakboduroglu/penoteso the npm packument is complete and
npm install @burakboduroglu/penote/npm viewresolve correctly. The
earlier3.0.0tarball existed without a usable package root document.
v3.0.0
[3.0.0] - 2026-09-02
Git tag for the penote rename release.
npm note:
@burakboduroglu/penote@3.0.0was unpublished from the npm registry after a broken packument. Install3.0.1instead:
bun add -g @burakboduroglu/penote
See also: v3.0.1
v2.1.0
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.
v2.0.3
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
v2.0.2
devnotetr v2.0.2
Published npm package: https://www.npmjs.com/package/devnotetr
Install with npm
npm install -g devnotetr
devnote helpRelease 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
devnoteglobal 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