Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 12 Aug 16:46
· 20 commits to main since this release
2f67f7f

Install

On macOS, through Homebrew:

brew tap chmouel/liseur https://github.com/chmouel/liseur-desktop
brew install --cask chmouel/liseur/liseur

The build is not signed, so macOS refuses the copy Homebrew
quarantines. Clear the flag once, as the cask reminds you, or pass
--no-quarantine to the install line and never see it:

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

Taking the .dmg matching your Mac (arm64 for Apple silicon, x64
for Intel) by hand works just as well.

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, and the same
Homebrew cask installs the AppImage where brew is what you already use.

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

  • fix: don't turn on resume-on-launch by itself
  • feat: install with Homebrew
  • feat: support mouse back button navigation in reader
  • feat: add setting to automatically resume last opened book on launch