Skip to content

4.7.1

Choose a tag to compare

@alagrede alagrede released this 21 Aug 11:02
· 1 commit to master since this release

4.7.1

Note list view

The note list is now a view in its own right, closer to Apple Notes.

  • Folder column to the left of the list: pick a folder, the list shows its notes. Collapsible from the toolbar, and resizable — it takes room from the list, not from the window.
  • Tabs are hidden here, keyboard tab navigation included. They stay open in the background; going back to the tree view restores the tab bar with the active note alone.
  • The folder chip above the list only shows when the folder column is collapsed, and clicking it brings the column back.
  • Focus mode entered from this view no longer opens the "Open notes" panel, which lists the tabs this view hides.

Left sidebar

  • Each view remembers its own width, and the sidebar can now be dragged 100px narrower, or up to 800px wide. Folder column state and widths are saved with the vault.
  • Folders with no sub-folder no longer reserve space for a chevron, leaving more room for long names.
  • Fixed: the note list and folder column came back at content height after a visit to the outline view (the outline panel was mis-sized too).
  • Fixed: the Trash and Bookmarked rows lost their counter in a narrow sidebar, even with room to spare.
  • Fixed: the bullet next to a note name was squashed by long names in a narrow sidebar.

AI

  • Default provider on a fresh install is now OpenAI gpt-4.1 (empty API key), instead of a local llama3.2 that assumed Ollama was already installed.
  • Fixed: a 401 answered "Have you started your local LLM?" whatever the provider. Authentication errors now point at the API key; the local-LLM hint is kept for Ollama when no server answered.
  • Fixed: in the AI prompt overlay, the Down arrow erased a prompt you had not sent yet. The draft is now kept aside while you browse history, and restored on the way out.