v0.3.0
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
- feat: let the continue-reading banner scroll with the shelf
- test: stop pinning the cask test to one release
- fix: reach the settings while a book is open
- feat: keep the menu bar out of the way until Alt asks for it
- chore: check more than formatting before code leaves the machine
- feat: add an optional vim mode for the shelf and the reader
- ci: bump the actions group across 1 directory with 7 updates
- chore: point the Homebrew cask at 0.2.1