Releases: banorton/gote
Releases · banorton/gote
Release list
v0.3.1
What's new
- Fix:
gote recentnow ranks by the later of last-visit and file mtime. A note edited outside gote — in vim directly, another editor, or by a sync — kept its old position no matter how recently it was written. go installworks: the module is nowgithub.com/banorton/goteandpackage mainsits at the repository root, sogo install github.com/banorton/gote@latestproduces a binary namedgote.- README: leads with what gote is, how it differs from other note CLIs, a transcript of a real session, and install instructions that point at these binaries.
v0.3.0
What's new
- Per-note locking: opening the same note in a second terminal now fails immediately with a clear error instead of blocking or allowing concurrent edits
- Parallel editing: different notes can be opened simultaneously in separate terminals without any interference
- Fix: index lock was previously held for the entire editor session, blocking all other
gotecommands while editing