Skip to content

basalt/v0.7.0

Choose a tag to compare

@erikjuhani erikjuhani released this 15 Jun 07:02
19764f9

0.7.0 (2025-06-15)

This release is mostly code improvements, but also holds some key binding improvements as well and addresses issues surfaced in this issue #53.

The major UI and behavioral changes are:

  • The selected pane is now highlighted with thicker border and name is shown as selected in the lower left corner.
  • Removed mode for now.
  • Removed showing filename in the status bar. This will be moved to be shown as the title for the note, similar to Obsidian.
  • Using tab will switch the active pane between Explorer and Note viewer.
  • If the explorer is open and active closing the note explorer will change the focus to Note viewer and if the Explorer is closed and the active pane is the Note viewer the focus will be changed to Explorer instead.

Key bindings

Global (available everywhere):

q - Quit the application
? - Show this help
Esc - Cancel/close modals
Ctrl+G - Toggle vault selector modal

Navigation:

Tab - Switch between explorer and note viewer panes
k / j - Move selection or scroll up / down
↑ / ↓ - Move selection or scroll up / down
↩ Enter - Select highlighted note or vault
Space - Select highlighted note (explorer only)

Panel Control:

t - Toggle explorer panel visibility
Ctrl+B - Toggle explorer panel visibility
s - Toggle note sorting (explorer only)
Ctrl+U - Scroll up half a page
Ctrl+D - Scroll down half a page

Changed

Added