github Linus-Mussmaecher/rucola v0.7.0
Version 0.7.0 - Sorting & Filtering

2 days ago

Release Notes

  • Added date of last modification as a sorting option.
  • Added shuffling as a sorting option.
  • Added the option to specify a default sorting direction and mode in the configuration file.
  • Filtering will now temporarily override your sorting option and direction, clearing the filter will reset to your default choice of sorting option and direction.
  • Deleting a note now always triggers a confirmation dialogue before actually deleting.
  • Users can now filter for multi-word tags by replacing spaces with dashes just like when searching for multi-word titles.
  • Users now have the option to find tags not only by exact match, but also by searching for a prefix of entered tags, i.e. entering #diffg will find notes tagged as #diffgeo when this option is active. This behaviour can be toggled in the program, and the default option can be set in the config file.
  • Fixed a bug that caused rucola to sometimes fail to open the editor specified in the $EDITOR environment variable when on Mac.
  • Fixed a bug that caused parts of the file to be interpreted as YAML frontmatter when using breaks.
  • Fixed a bug that caused YAML frontmatter to be part of the parsed HTML files.
  • Added information about viewers and viewing keys to the default config file.
  • Fixed an error that caused the number of links or backlinks to show at the bottom instead of the top of the tables in the display screen.

Install rucola-notes 0.7.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.7.0/rucola-notes-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.7.0/rucola-notes-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install Linus-Mussmaecher/tap/rucola

Install from the Arch User Repository

pacman -S rucola

Install via Crates.io

cargo install --locked rucola-notes

Download rucola-notes 0.7.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

Don't miss a new rucola release

NewReleases is sending notifications on new releases.