v1.1.29
What's new
- Linux build script —
scripts/build_linux.shnow produces a complete distributable tarball (Rust cdylib + Flutter bundle) - Release automation —
scripts/release.shhandles 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.soresolves at runtime scripts/sync.shfixed 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