Releases: adi-sen/qnote
Releases · adi-sen/qnote
Release list
v1.1.0
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
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
curlinstall script
Full Changelog: v1.0.1...v1.0.2
v1.0.1
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/qnoteWindows:
- Download
qnote-windows-x86_64.exe - Rename to
qnote.exeand add to PATH
Full Changelog: v1.0.0...v1.0.1
v1.0.0
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/qnoteWindows:
- Download
qnote-windows-x86_64.exe - Rename to
qnote.exeand add to PATH
Full Changelog: https://github.com/adi-sen/qnote/commits/v1.0.0