Skip to content

Releases: robert-lag/brain

Version 2.3.3

07 Oct 13:37
Compare
Choose a tag to compare

Bug fixes:

  • Backspace key not recognized in various terminals
    (e.g. qterminal, xterm, etc.)

Version 2.3.2

02 Oct 17:37
Compare
Choose a tag to compare

Bug fixes:

  • Backspace is recognized as 'h'

Version 2.3.1

11 Jul 17:37
Compare
Choose a tag to compare

Bug fixes:

  • Command panics when searching using unicode chars
  • Warning message regarding missing tags displayed 2 times

Version 2.3

10 Jul 18:07
Compare
Choose a tag to compare

New features:

  • Unicode support for note title

Bug fixes:

  • Display of wrong version when calling brn --version

Version 2.2

09 Jul 18:19
Compare
Choose a tag to compare

New feature: Graph View

  • With Graph View you can visualize your zettelkasten as a graph
  • It can be opened in your browser by using the command brn graph

Version 2.1

02 Apr 12:49
Compare
Choose a tag to compare

New features:

  • Keybindings in TUI mode:
    • g...go to the TOP of the list
    • G...go to the BOTTOM of the list

Fixed some bugs.

Version 2.0

03 Feb 18:05
Compare
Choose a tag to compare

New features:

  • In TUI:

    • Listing random notes

    • Shortcut for creating a note link to the selected note and
      copying it to the clipboard

  • In commandline:

    • Subcommand update-db for updating the whole database
  • In general:

    • Searching for note IDs
    • Improved history: Now every item in the history is unique

Version 1.0

30 Jan 17:44
Compare
Choose a tag to compare

New Features:

  • Commands for interaction with other programs
    • get-file-name
    • get-name
  • TUI mode
    • Accessible through the command brn tui
  • Various bug fixes and small improvements