macOS: unsigned build
The Mac app is not code-signed with a Developer ID or notarized, so
macOS Gatekeeper will warn on first launch. To open it:
- Right-click (or Control-click) the app → Open → Open, or
- run
xattr -dr com.apple.quarantine /Applications/Lucerne.app
Linux
lucerne_<version>_amd64.deb— for Ubuntu 24.04+ (sudo apt install ./lucerne_*.deb)lucerne-x86_64.AppImage— for any current distro (chmod +x, then run)
.luce files are fully compatible between the Mac and Linux apps.
What's Changed
- Ubuntu port: portable LucerneCore + native Qt 6 app with live exclusion text flow by @L-K-M in #49
- Release 0.7.0 by @L-K-M in #50
Full Changelog: v0.6.0...v0.7.0