Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 12 Aug 13:38
· 40 commits to main since this release
0782885

Install

On Arch Linux, install liseur-desktop-bin from the AUR.

On other Linux, download the .AppImage, make it executable and run it:

chmod +x liseur-desktop-*.AppImage && ./liseur-desktop-*.AppImage

On Debian and Ubuntu you can install the .deb instead.

On macOS, download the .dmg matching your Mac (arm64 for Apple
silicon, x64 for Intel) and drag Liseur to Applications. The build is
not signed, so macOS refuses it the first time. Clear the quarantine flag:

xattr -dr com.apple.quarantine /Applications/Liseur.app

Checksums for every file are in SHA256SUMS.

Every file is also signed by the workflow that built it. To check that a
download really came from this repository, and not from someone in the
middle:

gh attestation verify <file> --repo chmouel/liseur-desktop

Changes

  • docs: write down how the project treats its dependencies
  • chore: let a bot propose the updates, weekly and in batches
  • ci: pin the actions to commits and hand out less power
  • ci: read the lockfile out loud when it changes
  • chore: make new dependency versions wait two weeks
  • test: one way in for the browser tests, not three
  • ci: give the package upload the full path to its key