Skip to content

v1.1.29

Choose a tag to compare

@Crazygiscool Crazygiscool released this 24 May 15:05

What's new

  • Linux build scriptscripts/build_linux.sh now produces a complete distributable tarball (Rust cdylib + Flutter bundle)
  • Release automationscripts/release.sh handles version bumping, tagging, and AUR PKGBUILD update in one command
  • AUR package fixed — switched to git source with tag-based checkout (no more expiring tarball URLs); installs full Flutter bundle tree so libflutter_linux_gtk.so resolves at runtime
  • scripts/sync.sh fixed tag version comparison bug and now creates annotated git tags

Installation

AUR: yay -S lumen-journal
Linux (manual): download Lumen-linux-v1.1.29.tar.gz, extract, run ./bundle/Lumen
Build from source: see scripts/build_linux.sh