Release Notes
- Slightly changed the way markdown links are parsed to allow them to use file extensions.
- Fixed a bug that caused rucola to panic and crash when run on a git repo with detached head.
- Added the option to cache the rucola index in a file when the program is closed, and to reload it on start up. This comes with several caveats laid out in the wiki and default config and is disabled by default.
- Added confirmation dialogue when deleting notes
- Added more support for multi-word tags
- Added option to match tags by prefix instead of exactly
Install rucola-notes 0.8.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.8.0/rucola-notes-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.8.0/rucola-notes-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install Linus-Mussmaecher/tap/rucolaRepositories
AUR
Install rucola from the Arch User Repository:
pacman -S rucola
Crates.io
Install using cargo from crates.io:
cargo install --locked rucola-notes
Termux User Repository (TUR)
Install using pkg from TUR:
pkg install tur-repo
pkg install rucola
Download rucola-notes 0.8.0
| File | Platform | Checksum |
|---|---|---|
| rucola-notes-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| rucola-notes-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| rucola-notes-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
| rucola-notes-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |