Skip to content

v0.9.4

Choose a tag to compare

@github-actions github-actions released this 09 Jan 14:43
· 137 commits to master since this release
v0.9.4
722542a

Release 0.9.4

Installation

Debian/Ubuntu (.deb)

# Download the appropriate .deb file for your architecture
sudo dpkg -i wshowlyrics_0.9.4_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.4-1.fc*.rpm

Universal (AppImage)

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

Package Verification

All packages are signed with GPG key B4CD9B155AA3124C.

Verify .deb

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

Verify .rpm

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

Verify AppImage

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

Full Changelog: v0.9.3...v0.9.4