Releases: robert-lag/brain
Releases · robert-lag/brain
Version 2.3.3
Bug fixes:
- Backspace key not recognized in various terminals
(e.g. qterminal, xterm, etc.)
Version 2.3.2
Bug fixes:
- Backspace is recognized as 'h'
Version 2.3.1
Bug fixes:
- Command panics when searching using unicode chars
- Warning message regarding missing tags displayed 2 times
Version 2.3
New features:
- Unicode support for note title
Bug fixes:
- Display of wrong version when calling
brn --version
Version 2.2
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
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
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
- Subcommand
-
In general:
- Searching for note IDs
- Improved history: Now every item in the history is unique
Version 1.0
New Features:
- Commands for interaction with other programs
get-file-name
get-name
- TUI mode
- Accessible through the command
brn tui
- Accessible through the command
- Various bug fixes and small improvements