Skip to content

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 28 Dec 17:34
· 195 commits to master since this release
v0.9.1
76467d6

Release 0.9.1

Installation

Debian/Ubuntu (.deb)

# Download the appropriate .deb file for your architecture
sudo dpkg -i wshowlyrics_0.9.1_amd64.deb
sudo apt-get install -f  # Install dependencies

Fedora/RHEL (.rpm)

# Download the appropriate .rpm file for your architecture
sudo dnf install wshowlyrics-0.9.1-1.fc*.rpm

Universal (AppImage)

# Download the appropriate AppImage file for your architecture
chmod +x wshowlyrics-0.9.1-x86_64.AppImage
./wshowlyrics-0.9.1-x86_64.AppImage

Package Verification

All packages are signed with GPG key B4CD9B155AA3124C.

Verify .deb

dpkg-sig --verify wshowlyrics_0.9.1_amd64.deb

Verify .rpm

rpm --checksig wshowlyrics-0.9.1-1.fc*.rpm

Verify AppImage

gpg --verify wshowlyrics-0.9.1-x86_64.AppImage.asc \
             wshowlyrics-0.9.1-x86_64.AppImage

Full Changelog: v0.9.0...v0.9.1