Skip to content

Releases: banorton/gote

v0.3.1

Choose a tag to compare

@banorton banorton released this 07 Sep 16:16

What's new

  • Fix: gote recent now 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 install works: the module is now github.com/banorton/gote and package main sits at the repository root, so go install github.com/banorton/gote@latest produces a binary named gote.
  • 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

Choose a tag to compare

@banorton banorton released this 06 May 02:30

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 gote commands while editing

v0.2.0

Choose a tag to compare

@banorton banorton released this 11 Apr 15:31
116d687
  • gote export / gote import for migrating between machines
  • Exit menus cleanly on EOF (fixes scripted/Docker use)
  • Native arm64 binaries for macOS and Linux
  • Blank line between paginated pages
  • Dark gray view theme

v0.1.0

Choose a tag to compare

@banorton banorton released this 05 Apr 01:45
fe964ce

Initial release. Note-taking CLI with full-text search, tags, pins, templates, and trash.