Releases: 0x1ocean/tnotes
Releases · 0x1ocean/tnotes
Release list
tnotes 1.3.0
Added
- CLI
write <note> --stdin(replace the text; a changed title renames the file and updates[[links]]; a concurrent edit becomes a conflict copy and an error; empty input is refused) andappend <note> [text|--stdin]. - CLI
restore <note>,--limit Nforls/search,textincat --json;newrefuses a title that already exists unless--duplicateis given. - Prebuilt release tarballs for Linux x86_64 (glibc, musl), Linux aarch64, and macOS (Apple Silicon, Intel), with SHA-256 sums.
- A note renamed on disk (
mv, ortnotes writechanging the title) keeps its tab in a running TUI; unsaved edits in that tab become a conflict copy next to the new file. - Quitting with a note that cannot be saved (disk full, permissions) writes its text under the state directory (
…/tnotes/unsaved/) and reports the path instead of losing it; trash, folder delete and reload refuse to proceed after a failed save.
Fixed
ls --jsonon a large vault resolved backlinks quadratically (2 s for 500 notes); now linear (40 ms).- CLI:
--tag '#work'works fornew,lsandsearch(leading#stripped); a blank title is rejected instead of creatinguntitled.md;append "- item"no longer trips the argument parser. - Clicking a row in a scrolled overlay (folder browser, backlinks, move picker) hit the wrong entry.
- Pasting while the settings page was open went into the hidden editor.
- With emacs keys,
ctrl+c/ctrl+qnow also quit from the settings page. - External updates of an open note keep the cursor position instead of jumping to the top.
editor.widthfrom the config is clamped to 40..=160 like the settings page does.
Full changelog: v1.2.0...v1.3.0
tnotes 1.2.0
Added
ctrl+cquits, alongsidectrl+q.- A mouse selection is copied to the clipboard when the button is released, like in a terminal; copy/cut confirm in the status bar.
Fixed
- Clipboard on Wayland: copies went to the X11 selection via XWayland and never reached the Wayland clipboard; arboard now uses the
wayland-data-controlbackend. - Context-menu
cuton a mouse selection did nothing (the copy step cleared the selection before the delete). - With emacs keys, a mouse selection left the editor in edtui's Visual/Normal mode where no key did anything. The editor now stays in Insert; Backspace/Delete remove the selection, typing replaces it, any other key drops it.
- Sidebar text no longer touches the separator line: one blank column is kept before it.
Full changelog: v1.1.1...v1.2.0
tnotes 1.1.1
Added
CHANGELOG.mdand aReleaseworkflow: pushing av*tag builds, tests, creates the GitHub release with the changelog section, and publishes to crates.io.- README:
cargo install tnotes, a "Use with AI agents" section, and an updated screenshot with[[links]]and backlinks.
Full changelog: v1.1.0...v1.1.1
tnotes 1.1.0
Headless CLI
tnotes ls | search | cat | new | trash, all with --json and --dir. Notes are addressed by id (root/sub/stem), path, or a unique file stem. A running TUI picks up CLI changes live. Built for scripts and AI agents — see "Use with AI agents" in the README.
[[wikilinks]]
[[Title]]resolves by title (case-insensitive), then by file stem.- Completion popup after
[[,tabinserts[[Title]]. alt+enter/ctrl+clickfollows a link; a missing target is created next to the current note.- Backlinks overlay (
alt+enteron a line without a link,↩ Nin the status bar, context menu). - Renaming a note rewrites
[[old title]]→[[new title]]in every other note, including open unsaved tabs.
Packaging
The vendored word-wrap fork of edtui is now published as edtui-tnotes, so cargo install tnotes works.
Full changelog: v1.0.0...v1.1.0