Release Notes
- Added a pop-up list of all tags in the current vault to the select screen.
- Moved the option to switch between exact and prefix tag matching to the tag list.
- Added functionality to scroll the tag list and select a tag to be put into the filter.
Install rucola-notes 0.8.2
Install prebuilt binaries via shell script
:::sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.8.2/rucola-notes-installer.sh | sh
Install prebuilt binaries via powershell script
:::sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.8.2/rucola-notes-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
:::sh
brew install Linus-Mussmaecher/tap/rucola
Packages
Install rucola from the official Arch User Repositories using pacman:
pacman -S rucola
Install from TUR using pkg to use rucola on Android devices:
# First enable the TUR repo in Termux
pkg install tur-repo
pkg install rucola
```
Install for [NetBSD](https://www.netbsd.org/) using `pkgin`:
pkgin install rucola
Rucola is also packaged for some other distributions as seen on the right.
#### Crates.io
Install using `cargo` from [`crates.io`](https://crates.io/crates/rucola-notes):
cargo install --locked rucola-notes
#### Manual Build
If you want to build the latest commit of rucola by yourself, you can clone the repository, build & install:
git clone https://github.com/Linus-Mussmaecher/rucola cd rucola cargo install --locked --path .
## Download rucola-notes 0.8.2
| File | Platform | Checksum |
|--------|----------|----------|
| [rucola-notes-x86_64-apple-darwin.tar.xz](https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.8.2/rucola-notes-x86_64-apple-darwin.tar.xz) | Intel macOS | [checksum](https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.8.2/rucola-notes-x86_64-apple-darwin.tar.xz.sha256) |
| [rucola-notes-x86_64-pc-windows-msvc.zip](https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.8.2/rucola-notes-x86_64-pc-windows-msvc.zip) | x64 Windows | [checksum](https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.8.2/rucola-notes-x86_64-pc-windows-msvc.zip.sha256) |
| [rucola-notes-x86_64-pc-windows-msvc.msi](https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.8.2/rucola-notes-x86_64-pc-windows-msvc.msi) | x64 Windows | [checksum](https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.8.2/rucola-notes-x86_64-pc-windows-msvc.msi.sha256) |
| [rucola-notes-x86_64-unknown-linux-gnu.tar.xz](https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.8.2/rucola-notes-x86_64-unknown-linux-gnu.tar.xz) | x64 Linux | [checksum](https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.8.2/rucola-notes-x86_64-unknown-linux-gnu.tar.xz.sha256) |