Skip to content

Releases: Linus-Mussmaecher/rucola

Version 0.6.0 - YAML frontmatter

26 Aug 11:59
31ef60b
Compare
Choose a tag to compare

Release Notes

  • Added minor git integration.
    If rucola detects a git repo in its vault path, it will display
    • a ! if there are untracked changes.
    • a + if there are uncommited changes.
    • a ^ if the branch is ahead of the remote.
    • a v if the branch is behind the remote.
  • Added support for YAML frontmatter.
    • You can now specify a title in the frontmatter that will override the title inferred from the file name.
      The title added this way is only used for display, not for linking or other internal purposes.
    • You can now add tags in the frontmatter that will be added to the tags found in the text.
      Tags added this way support up to one level of nesting.
  • Updated dependency versions.
  • Added additional information on how to enter and exit the filter box in the help menu.
  • Updated default configuration to emphasize that the splitting of arguments for viewers and editors is mandatory.

Install rucola-notes 0.6.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.6.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.6.0/rucola-notes-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install Linus-Mussmaecher/tap/rucola

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

Version 0.5.0 - Markdown Viewing

18 Mar 23:22
3b7d29c
Compare
Choose a tag to compare

Release Notes

  • Users can now choose between viewing files as markdown or HTML.
  • Fixed a bug that caused an error on launch when configuration file did not agree with current internal configuration struct. Contribution by GitHub user Morsicus.
  • Fixed a bug that caused new markdown notes created from within rucola to have an incorrect tag instead of a level 1 title. Contribution by GitHub user Morsicus.

Install rucola-notes 0.5.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Linus-Mussmaecher/rucola/releases/download/v0.5.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.5.0/rucola-notes-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install Linus-Mussmaecher/tap/rucola

Download rucola-notes 0.5.0

File Platform Checksum
rucola-notes-aarch64-apple-darwin.tar.xz Apple Silicon macOS 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

Version 0.4.1 - Bug Fix

11 Nov 16:37
c4364e3
Compare
Choose a tag to compare

Release Notes

  • Fixed a major issue that would cause rucola to freeze for a long time when notes were edited while html conversion was enabled.

Install rucola-notes 0.4.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries via Homebrew

brew install Linus-Mussmaecher/tap/rucola

Download rucola-notes 0.4.1

File Platform Checksum
rucola-notes-aarch64-apple-darwin.tar.xz Apple Silicon macOS 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

Version 0.4.0 - Feature Update

19 Aug 10:55
c41e8ea
Compare
Choose a tag to compare

Release Notes

This update implements features requested in GitHub Issues since the first release.

  • The loading screen now displays the different stages of the initialization process.
  • The loading screen now shows a warning if rucola is run from the home directory.
  • Rucola now accepts links in the format [Text](linked-note).
  • Updated versions of crossterm, ratatui and tui-textarea to latest releases.
  • Numerous small refactoring changes.

Install rucola-notes 0.4.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries via Homebrew

brew install Linus-Mussmaecher/tap/rucola

Download rucola-notes 0.4.0

File Platform Checksum
rucola-notes-aarch64-apple-darwin.tar.xz Apple Silicon macOS 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

Version 0.3.6 - Operating System Support & Cargo Dist Fixes

29 Jul 14:27
c830412
Compare
Choose a tag to compare

Release Notes

  • Fixed the automatic release creation.

Features

  • Rucola can now be installed via homebrew
  • Added a title to the select screen
  • Added the current rucola version to both screens
  • Added a build script that copies the 5 default configuration files in the configuration folder on install, if possible and not yet present.
  • The display screen now only shows unique links and backlinks. The select screen continues to count links, not linking notes.
  • Paths shows in the display screen are now always canonicalized and absolute.

Bugfixes

  • Fixed a bug where paths sent to external applications would contain a mix of \ and / and thus sometimes not work correctly (#3).
  • Fixed a bug where non-unix systems would not use vault path from command line argument or config file.
  • Fixed a bug where CSS would not display correctly when using Firefox and Windows.
  • Fixed a bug where FileEvents sent by Windows would not be recognized (#4).

Install rucola-notes 0.3.6

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries via Homebrew

brew install Linus-Mussmaecher/tap/rucola

Download rucola-notes 0.3.6

File Platform Checksum
rucola-notes-aarch64-apple-darwin.tar.xz Apple Silicon macOS 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

Version 0.3.3 - Fixing Release

21 Jul 23:09
02b2a53
Compare
Choose a tag to compare

Release Notes

Fixed problems with cargo dist, fully removed homebrew.

Install rucola-notes 0.3.3

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download rucola-notes 0.3.3

File Platform Checksum
rucola-notes-aarch64-apple-darwin.tar.xz Apple Silicon macOS 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