Skip to content

Releases: damachine/coolerdash

CoolerDash v2.2.6

24 Feb 01:07
1193c8a

Choose a tag to compare

Changes:

  • Version updated to 2.2.6
  • docs: update docs and guide
  • aur: refactor install pkgbuild
  • ui: fix factory reset

AUR Package

AUR

Installation:

# Using an AUR helper
yay -S coolerdash-git
# OR any other AUR helper

Binary Packages

Ubuntu / Debian

Debian/Ubuntu

wget https://github.com/damachine/coolerdash/releases/download/v2.2.6/coolerdash_2.2.6_amd64.deb
sudo apt install ./coolerdash_2.2.6_amd64.deb

Fedora

Fedora

wget https://github.com/damachine/coolerdash/releases/download/v2.2.6/coolerdash-2.2.6-1.fedora.x86_64.rpm
sudo dnf install ./coolerdash-2.2.6-1.fedora.x86_64.rpm

CentOS / RHEL

CentOS/RHEL

wget https://github.com/damachine/coolerdash/releases/download/v2.2.6/coolerdash-2.2.6-1.centos.x86_64.rpm
sudo dnf install ./coolerdash-2.2.6-1.centos.x86_64.rpm

openSUSE

openSUSE

wget https://github.com/damachine/coolerdash/releases/download/v2.2.6/coolerdash-2.2.6-1.opensuse.x86_64.rpm
sudo zypper install ./coolerdash-2.2.6-1.opensuse.x86_64.rpm

Manual 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 install

GPG Verification (optional):

# Download checksums and signature
wget https://github.com/damachine/coolerdash/releases/download/v2.2.6/SHA256SUMS
wget https://github.com/damachine/coolerdash/releases/download/v2.2.6/SHA256SUMS.asc

# Verify GPG signature
gpg --verify SHA256SUMS.asc SHA256SUMS

# Verify package checksum
sha256sum -c SHA256SUMS --ignore-missing

What's Changed

Full Changelog: v2.2.5...v2.2.6

CoolerDash v2.2.5

15 Feb 00:27
28e6750

Choose a tag to compare

Changes:

  • Version updated to 2.2.5
  • build: disable testing udev rules
  • fix: diplay only lcd device in plugin-ui tab
  • feat: Add #136

AUR Package

AUR

Installation:

# Using an AUR helper
yay -S coolerdash-git
# OR any other AUR helper

Binary Packages

Ubuntu / Debian

Debian/Ubuntu

wget https://github.com/damachine/coolerdash/releases/download/v2.2.5/coolerdash_2.2.5_amd64.deb
sudo apt install ./coolerdash_2.2.5_amd64.deb

Fedora

Fedora

wget https://github.com/damachine/coolerdash/releases/download/v2.2.5/coolerdash-2.2.5-1.fedora.x86_64.rpm
sudo dnf install ./coolerdash-2.2.5-1.fedora.x86_64.rpm

CentOS / RHEL

CentOS/RHEL

wget https://github.com/damachine/coolerdash/releases/download/v2.2.5/coolerdash-2.2.5-1.centos.x86_64.rpm
sudo dnf install ./coolerdash-2.2.5-1.centos.x86_64.rpm

openSUSE

openSUSE

wget https://github.com/damachine/coolerdash/releases/download/v2.2.5/coolerdash-2.2.5-1.opensuse.x86_64.rpm
sudo zypper install ./coolerdash-2.2.5-1.opensuse.x86_64.rpm

Manual 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 install

GPG Verification (optional):

# Download checksums and signature
wget https://github.com/damachine/coolerdash/releases/download/v2.2.5/SHA256SUMS
wget https://github.com/damachine/coolerdash/releases/download/v2.2.5/SHA256SUMS.asc

# Verify GPG signature
gpg --verify SHA256SUMS.asc SHA256SUMS

# Verify package checksum
sha256sum -c SHA256SUMS --ignore-missing

What's Changed

Full Changelog: v2.2.4...v2.2.5

CoolerDash v2.2.4

10 Feb 23:38
949f08a

Choose a tag to compare

Changes: 🚀

  • Version updated to 2.2.4
  • feat(plugin-ui): Add new Device and info tab + Fix alignment issues
  • build: The code and installation have been more closely adapted to the Linux specifications.

AUR Package

AUR

Installation:

# Using an AUR helper
yay -S coolerdash-git
# OR any other AUR helper

Binary Packages

Ubuntu / Debian

Debian/Ubuntu

wget https://github.com/damachine/coolerdash/releases/download/v2.2.4/coolerdash_2.2.4_amd64.deb
sudo apt install ./coolerdash_2.2.4_amd64.deb

Fedora

Fedora

wget https://github.com/damachine/coolerdash/releases/download/v2.2.4/coolerdash-2.2.4-1.fedora.x86_64.rpm
sudo dnf install ./coolerdash-2.2.4-1.fedora.x86_64.rpm

CentOS / RHEL

CentOS/RHEL

wget https://github.com/damachine/coolerdash/releases/download/v2.2.4/coolerdash-2.2.4-1.centos.x86_64.rpm
sudo dnf install ./coolerdash-2.2.4-1.centos.x86_64.rpm

openSUSE

openSUSE

wget https://github.com/damachine/coolerdash/releases/download/v2.2.4/coolerdash-2.2.4-1.opensuse.x86_64.rpm
sudo zypper install ./coolerdash-2.2.4-1.opensuse.x86_64.rpm

Manual 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 install

GPG Verification (optional):

# Download checksums and signature
wget https://github.com/damachine/coolerdash/releases/download/v2.2.4/SHA256SUMS
wget https://github.com/damachine/coolerdash/releases/download/v2.2.4/SHA256SUMS.asc

# Verify GPG signature
gpg --verify SHA256SUMS.asc SHA256SUMS

# Verify package checksum
sha256sum -c SHA256SUMS --ignore-missing

What's Changed

Full Changelog: v2.2.3...v2.2.4

CoolerDash v2.2.3

09 Feb 01:43
01d2109

Choose a tag to compare

Changes:

  • Version updated to 2.2.3

AUR Package

AUR

Installation:

# Using an AUR helper
yay -S coolerdash-git
# OR any other AUR helper

Binary Packages

Ubuntu / Debian

Debian/Ubuntu

wget https://github.com/damachine/coolerdash/releases/download/v2.2.3/coolerdash_2.2.3_amd64.deb
sudo apt install ./coolerdash_2.2.3_amd64.deb

Fedora

Fedora

wget https://github.com/damachine/coolerdash/releases/download/v2.2.3/coolerdash-2.2.3-1.fedora.x86_64.rpm
sudo dnf install ./coolerdash-2.2.3-1.fedora.x86_64.rpm

CentOS / RHEL

CentOS/RHEL

wget https://github.com/damachine/coolerdash/releases/download/v2.2.3/coolerdash-2.2.3-1.centos.x86_64.rpm
sudo dnf install ./coolerdash-2.2.3-1.centos.x86_64.rpm

openSUSE

openSUSE

wget https://github.com/damachine/coolerdash/releases/download/v2.2.3/coolerdash-2.2.3-1.opensuse.x86_64.rpm
sudo zypper install ./coolerdash-2.2.3-1.opensuse.x86_64.rpm

Manual 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 install

GPG Verification (optional):

# Download checksums and signature
wget https://github.com/damachine/coolerdash/releases/download/v2.2.3/SHA256SUMS
wget https://github.com/damachine/coolerdash/releases/download/v2.2.3/SHA256SUMS.asc

# Verify GPG signature
gpg --verify SHA256SUMS.asc SHA256SUMS

# Verify package checksum
sha256sum -c SHA256SUMS --ignore-missing

What's Changed

Full Changelog: v2.2.2...v2.2.3

CoolerDash v2.2.2

09 Feb 01:23
d578234

Choose a tag to compare

Changes:

  • Version updated to 2.2.2
    More Upstream-friendly
    Add support SELinux-aware
    Improve: installation routine + Linux-compliance
    Fix broken dependency in openSUSE thanks pallaswebt <3

AUR Package

AUR

Installation:

# Using an AUR helper
yay -S coolerdash-git
# OR any other AUR helper

Binary Packages

Ubuntu / Debian

Debian/Ubuntu

wget https://github.com/damachine/coolerdash/releases/download/v2.2.2/coolerdash_2.2.2_amd64.deb
sudo apt install ./coolerdash_2.2.2_amd64.deb

Fedora

Fedora

wget https://github.com/damachine/coolerdash/releases/download/v2.2.2/coolerdash-2.2.2-1.fedora.x86_64.rpm
sudo dnf install ./coolerdash-2.2.2-1.fedora.x86_64.rpm

CentOS / RHEL

CentOS/RHEL

wget https://github.com/damachine/coolerdash/releases/download/v2.2.2/coolerdash-2.2.2-1.centos.x86_64.rpm
sudo dnf install ./coolerdash-2.2.2-1.centos.x86_64.rpm

openSUSE

openSUSE

wget https://github.com/damachine/coolerdash/releases/download/v2.2.2/coolerdash-2.2.2-1.opensuse.x86_64.rpm
sudo zypper install ./coolerdash-2.2.2-1.opensuse.x86_64.rpm

Manual 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 install

GPG Verification (optional):

# Download checksums and signature
wget https://github.com/damachine/coolerdash/releases/download/v2.2.2/SHA256SUMS
wget https://github.com/damachine/coolerdash/releases/download/v2.2.2/SHA256SUMS.asc

# Verify GPG signature
gpg --verify SHA256SUMS.asc SHA256SUMS

# Verify package checksum
sha256sum -c SHA256SUMS --ignore-missing

What's Changed

Full Changelog: v2.2.1...v2.2.2

CoolerDash v2.2.1

04 Feb 17:03
c356e8c

Choose a tag to compare

Changes:

  • Version updated to 2.2.1

Added

  • USB Power Management: udev rule to potentially fix LCD communication errors with NZXT (Elite) devices
    • Disables USB autosuspend and prevents device resets
    • May resolve "flashing" errors during LCD updates 🙏
    • Note: This is experimental and needs testing with affected devices User feedback is welcome!

Changed

  • Improved build system to install udev rules automatically

Fixed

  • Potential fix for intermittent LCD update failures caused by USB power management

Technical note: NZXT Kraken Elite devices use a bucket-based LCD transfer system that can fail when the device enters USB suspend mode(?). The udev rule keeps the device active by disabling autosuspend (-1), enabling persist mode, and blocking USB resets. This should help with bucket errors, but testing is needed to confirm effectiveness. See: https://gitlab.com/coolercontrol/coolercontrol/-/issues/532 https://github.com/liquidctl/liquidctl/issues/774

In the CoolerControl settings menu, under the plugin tab (beta), you can now use the CoolerDash UI to make your custom settings.
Please restart: ⁨⁨⁨⁨⁨⁨⁨⁨systemctl restart cc-plugin-coolerdash.service⁩⁩⁩⁩⁩⁩⁩⁩ to apply the changes.
User feedback is always welcome!


AUR Package

AUR

Installation:

# Using an AUR helper
yay -S coolerdash-git
# OR any other AUR helper

Binary Packages

Ubuntu / Debian

Debian/Ubuntu

wget https://github.com/damachine/coolerdash/releases/download/v2.2.1/coolerdash_2.2.1_amd64.deb
sudo apt install ./coolerdash_2.2.1_amd64.deb

Fedora

Fedora

wget https://github.com/damachine/coolerdash/releases/download/v2.2.1/coolerdash-2.2.1-1.fedora.x86_64.rpm
sudo dnf install ./coolerdash-2.2.1-1.fedora.x86_64.rpm

CentOS / RHEL

CentOS/RHEL

wget https://github.com/damachine/coolerdash/releases/download/v2.2.1/coolerdash-2.2.1-1.centos.x86_64.rpm
sudo dnf install ./coolerdash-2.2.1-1.centos.x86_64.rpm

openSUSE

openSUSE

wget https://github.com/damachine/coolerdash/releases/download/v2.2.1/coolerdash-2.2.1-1.opensuse.x86_64.rpm
sudo zypper install ./coolerdash-2.2.1-1.opensuse.x86_64.rpm

Manual 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 install

GPG Verification (optional):

# Download checksums and signature
wget https://github.com/damachine/coolerdash/releases/download/v2.2.1/SHA256SUMS
wget https://github.com/damachine/coolerdash/releases/download/v2.2.1/SHA256SUMS.asc

# Verify GPG signature
gpg --verify SHA256SUMS.asc SHA256SUMS

# Verify package checksum
sha256sum -c SHA256SUMS --ignore-missing

Full Changelog: v2.2.0...v2.2.1

CoolerDash v2.2.0

04 Feb 15:40
v2.2.0
5e5e76f

Choose a tag to compare

Changes:

  • Version updated to 2.2.0

AUR Package

AUR

Installation:

# Using an AUR helper
yay -S coolerdash-git
# OR any other AUR helper

Binary Packages

Ubuntu / Debian

Debian/Ubuntu

wget https://github.com/damachine/coolerdash/releases/download/v2.2.0/coolerdash_2.2.0_amd64.deb
sudo apt install ./coolerdash_2.2.0_amd64.deb

Fedora

Fedora

wget https://github.com/damachine/coolerdash/releases/download/v2.2.0/coolerdash-2.2.0-1.fedora.x86_64.rpm
sudo dnf install ./coolerdash-2.2.0-1.fedora.x86_64.rpm

CentOS / RHEL

CentOS/RHEL

wget https://github.com/damachine/coolerdash/releases/download/v2.2.0/coolerdash-2.2.0-1.centos.x86_64.rpm
sudo dnf install ./coolerdash-2.2.0-1.centos.x86_64.rpm

openSUSE

openSUSE

wget https://github.com/damachine/coolerdash/releases/download/v2.2.0/coolerdash-2.2.0-1.opensuse.x86_64.rpm
sudo zypper install ./coolerdash-2.2.0-1.opensuse.x86_64.rpm

Manual 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 install

GPG Verification (optional):

# Download checksums and signature
wget https://github.com/damachine/coolerdash/releases/download/v2.2.0/SHA256SUMS
wget https://github.com/damachine/coolerdash/releases/download/v2.2.0/SHA256SUMS.asc

# Verify GPG signature
gpg --verify SHA256SUMS.asc SHA256SUMS

# Verify package checksum
sha256sum -c SHA256SUMS --ignore-missing

What's Changed

Full Changelog: v2.1.4...v2.2.0

CoolerDash v2.1.4

04 Feb 00:44
abf6a17

Choose a tag to compare

Changes:

  • Version updated to 2.1.4

AUR Package

AUR

Installation:

# Using an AUR helper
yay -S coolerdash-git
# OR any other AUR helper

Binary Packages

Ubuntu / Debian

Debian/Ubuntu

wget https://github.com/damachine/coolerdash/releases/download/v2.1.4/coolerdash_2.1.4_amd64.deb
sudo apt install ./coolerdash_2.1.4_amd64.deb

Fedora

Fedora

wget https://github.com/damachine/coolerdash/releases/download/v2.1.4/coolerdash-2.1.4-1.fedora.x86_64.rpm
sudo dnf install ./coolerdash-2.1.4-1.fedora.x86_64.rpm

CentOS / RHEL

CentOS/RHEL

wget https://github.com/damachine/coolerdash/releases/download/v2.1.4/coolerdash-2.1.4-1.centos.x86_64.rpm
sudo dnf install ./coolerdash-2.1.4-1.centos.x86_64.rpm

openSUSE

openSUSE

wget https://github.com/damachine/coolerdash/releases/download/v2.1.4/coolerdash-2.1.4-1.opensuse.x86_64.rpm
sudo zypper install ./coolerdash-2.1.4-1.opensuse.x86_64.rpm

Manual 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 install

GPG Verification (optional):

# Download checksums and signature
wget https://github.com/damachine/coolerdash/releases/download/v2.1.4/SHA256SUMS
wget https://github.com/damachine/coolerdash/releases/download/v2.1.4/SHA256SUMS.asc

# Verify GPG signature
gpg --verify SHA256SUMS.asc SHA256SUMS

# Verify package checksum
sha256sum -c SHA256SUMS --ignore-missing

What's Changed

Full Changelog: v2.1.3...v2.1.4

CoolerDash v2.1.3

02 Feb 14:02
fc9fb0c

Choose a tag to compare

Changes:

  • Version updated to 2.1.3

AUR Package

AUR

Installation:

# Using an AUR helper
yay -S coolerdash-git
# OR any other AUR helper

Binary Packages

Ubuntu / Debian

Debian/Ubuntu

wget https://github.com/damachine/coolerdash/releases/download/v2.1.3/coolerdash_2.1.3_amd64.deb
sudo apt install ./coolerdash_2.1.3_amd64.deb

Fedora

Fedora

wget https://github.com/damachine/coolerdash/releases/download/v2.1.3/coolerdash-2.1.3-1.fedora.x86_64.rpm
sudo dnf install ./coolerdash-2.1.3-1.fedora.x86_64.rpm

CentOS / RHEL

CentOS/RHEL

wget https://github.com/damachine/coolerdash/releases/download/v2.1.3/coolerdash-2.1.3-1.centos.x86_64.rpm
sudo dnf install ./coolerdash-2.1.3-1.centos.x86_64.rpm

openSUSE

openSUSE

wget https://github.com/damachine/coolerdash/releases/download/v2.1.3/coolerdash-2.1.3-1.opensuse.x86_64.rpm
sudo zypper install ./coolerdash-2.1.3-1.opensuse.x86_64.rpm

Manual 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 install

GPG Verification (optional):

# Download checksums and signature
wget https://github.com/damachine/coolerdash/releases/download/v2.1.3/SHA256SUMS
wget https://github.com/damachine/coolerdash/releases/download/v2.1.3/SHA256SUMS.asc

# Verify GPG signature
gpg --verify SHA256SUMS.asc SHA256SUMS

# Verify package checksum
sha256sum -c SHA256SUMS --ignore-missing

What's Changed

Full Changelog: v2.1.2...v2.1.3

CoolerDash v2.1.2

31 Jan 23:52
80f2bd1

Choose a tag to compare

Changes:

  • Version updated to 2.1.2

AUR Package

AUR

Installation:

# Using an AUR helper
yay -S coolerdash-git
# OR any other AUR helper

Binary Packages

Ubuntu / Debian

Debian/Ubuntu

wget https://github.com/damachine/coolerdash/releases/download/v2.1.2/coolerdash_2.1.2_amd64.deb
sudo apt install ./coolerdash_2.1.2_amd64.deb

Fedora

Fedora

wget https://github.com/damachine/coolerdash/releases/download/v2.1.2/coolerdash-2.1.2-1.fedora.x86_64.rpm
sudo dnf install ./coolerdash-2.1.2-1.fedora.x86_64.rpm

CentOS / RHEL

CentOS/RHEL

wget https://github.com/damachine/coolerdash/releases/download/v2.1.2/coolerdash-2.1.2-1.centos.x86_64.rpm
sudo dnf install ./coolerdash-2.1.2-1.centos.x86_64.rpm

openSUSE

openSUSE

wget https://github.com/damachine/coolerdash/releases/download/v2.1.2/coolerdash-2.1.2-1.opensuse.x86_64.rpm
sudo zypper install ./coolerdash-2.1.2-1.opensuse.x86_64.rpm

Manual 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 install

GPG Verification (optional):

# Download checksums and signature
wget https://github.com/damachine/coolerdash/releases/download/v2.1.2/SHA256SUMS
wget https://github.com/damachine/coolerdash/releases/download/v2.1.2/SHA256SUMS.asc

# Verify GPG signature
gpg --verify SHA256SUMS.asc SHA256SUMS

# Verify package checksum
sha256sum -c SHA256SUMS --ignore-missing

What's Changed

  • docs: add 'sudo make debug install' note to debug steps by @damachine in #125
  • Add Codacy security scan workflow by @damachine in #126
  • chore: update Codacy configuration files by @damachine in #127
  • feat: add CC changes to allow Plugins to have a resart button by @damachine in #128

Full Changelog: v2.1.1...v2.1.2