Release Notes
- Added an additional check that only saves the index when a later reload is also desired.
- Changed the caching of the index to be sorted alphabetically by key to work better with version control software.
- Slightly changed the format paths are saved in (no leading
/) to make joining easier. This also fixed an erroneous test.
Install rucola-notes 0.8.1
Install prebuilt binaries via shell script
:::sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.8.1/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.1/rucola-notes-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
:::sh
brew install Linus-Mussmaecher/tap/rucola
Download rucola-notes 0.8.1
| 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 |