Skip to content

Lilo 0.1.1 — Cross-platform Stable MVP

Choose a tag to compare

@github-actions github-actions released this 16 Aug 01:15
· 10 commits to main since this release

Lilo 0.1.1 is the cross-platform Stable MVP maintenance release. It keeps the existing Markdown vault and settings formats while making Windows and Linux first-class release targets.

Highlights

  • Added tested x86-64 binaries for Ubuntu 22.04+ and current Arch Linux.
  • Added native Linux folder opening and XDG user autostart.
  • Kept native Windows folder opening and per-user registry autostart.
  • Added a per-user Windows installer alongside the portable ZIP.
  • Split the large application module out of main.rs and isolated OS integration in platform.rs.
  • Added Windows and Ubuntu CI for formatting, tests and Clippy.
  • Expanded the development roadmap through 0.2.5.

Downloads

  • Windows installer: Lilo-0.1.1-windows-x64-setup.exe
  • Windows portable: Lilo-0.1.1-windows-x64.zip
  • Ubuntu 22.04+: Lilo-0.1.1-ubuntu-22.04-x86_64.tar.gz
  • Arch Linux: Lilo-0.1.1-arch-x86_64.tar.gz

Each package has a matching .sha256 file. Windows binaries are not code-signed, and Linux archives are manually installed rather than native distribution packages.

Compatibility

No Markdown note, YAML frontmatter, vault or settings format changed in this release. Existing 0.1.0 vaults remain compatible.

See CHANGELOG.md and RELEASE.md for the complete change list and installation guidance.