Changes:
-
Version updated to 3.2.3
Refactor: remove/modify CoolerDash related setup files,
Improved circle mode and GUI
AUR Package
Installation:
# Using an AUR helper
yay -S coolerdash-git
# OR any other AUR helperBinary Packages
Ubuntu / Debian
wget https://github.com/damachine/coolerdash/releases/download/v3.2.3/coolerdash_3.2.3_amd64.deb
sudo apt install ./coolerdash_3.2.3_amd64.debFedora
wget https://github.com/damachine/coolerdash/releases/download/v3.2.3/coolerdash-3.2.3-1.fedora.x86_64.rpm
sudo dnf install ./coolerdash-3.2.3-1.fedora.x86_64.rpmCentOS / RHEL
wget https://github.com/damachine/coolerdash/releases/download/v3.2.3/coolerdash-3.2.3-1.centos.x86_64.rpm
sudo dnf install ./coolerdash-3.2.3-1.centos.x86_64.rpmopenSUSE
wget https://github.com/damachine/coolerdash/releases/download/v3.2.3/coolerdash-3.2.3-1.opensuse.x86_64.rpm
sudo zypper install ./coolerdash-3.2.3-1.opensuse.x86_64.rpmManual Installation
# STEP 1: Clone repository
git clone https://github.com/damachine/coolerdash.git
cd coolerdash
# STEP 2: Build and install (auto-detects Linux distribution and installs dependencies)
make installGPG Verification (optional):
# Download checksums and signature
wget https://github.com/damachine/coolerdash/releases/download/v3.2.3/SHA256SUMS
wget https://github.com/damachine/coolerdash/releases/download/v3.2.3/SHA256SUMS.asc
# Verify GPG signature
gpg --verify SHA256SUMS.asc SHA256SUMS
# Verify package checksum
sha256sum -c SHA256SUMS --ignore-missingFull Changelog: v3.2.2...v3.2.3