Skip to content

Releases: adi-sen/qnote

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Oct 23:48

TOML Configuration and TUI Improvements

TOML Config

  • Colors for markdown, headings, code text styles
  • UI colors: text, unselected text, metadata, hover indicator, selection
    indicator, active indicator and search highlight
  • Auto-generate the config on qnote launch

TUI

  • Add multiselect to select multiple notes: you can now easily export all your notes, or delete all your notes

Performance Improvements

  • Adhere to best conventions for rendering notes
  • Modularize codebase

Full Changelog: v1.0.2...v1.1.0

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 20 Oct 01:26

TUI and Performance Improvements

  • Optimize TUI performance with caching, pre-allocating vectors, SQLite WAL mode, and database indices for quicker sorting
  • Modularize codebase into 4 sections: TUI, commands, config, utils.
  • Add scripts including a curl install script

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 18 Oct 19:08

CLI Improvements

  • Add more CLI commands and options, including but not limited to stats, show, edit, list, export, import

Installation

Download the appropriate binary for your platform:

  • Linux x86_64: qnote-linux-x86_64
  • macOS Intel: qnote-macos-x86_64
  • macOS Apple Silicon: qnote-macos-aarch64
  • Windows x86_64: qnote-windows-x86_64.exe

Linux/macOS:

chmod +x qnote-*
sudo mv qnote-* /usr/local/bin/qnote

Windows:

  • Download qnote-windows-x86_64.exe
  • Rename to qnote.exe and add to PATH

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Oct 15:27

Installation

Download the appropriate binary for your platform:

  • Linux x86_64: qnote-linux-x86_64
  • macOS Intel: qnote-macos-x86_64
  • macOS Apple Silicon: qnote-macos-aarch64
  • Windows x86_64: qnote-windows-x86_64.exe

Linux/macOS:

chmod +x qnote-*
sudo mv qnote-* /usr/local/bin/qnote

Windows:

  • Download qnote-windows-x86_64.exe
  • Rename to qnote.exe and add to PATH

Full Changelog: https://github.com/adi-sen/qnote/commits/v1.0.0