Releases: damachine/coolerdash
CoolerDash v2.2.6
Changes:
- Version updated to 2.2.6
- docs: update docs and guide
- aur: refactor install pkgbuild
- ui: fix factory reset
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/v2.2.6/coolerdash_2.2.6_amd64.deb
sudo apt install ./coolerdash_2.2.6_amd64.debFedora
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.rpmCentOS / 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.rpmopenSUSE
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.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/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-missingWhat's Changed
- VERSION: bump to 2.2.5 by @damachine in #142
- VERSION: bump to 2.2.6 by @damachine in #145
Full Changelog: v2.2.5...v2.2.6
CoolerDash v2.2.5
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
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/v2.2.5/coolerdash_2.2.5_amd64.deb
sudo apt install ./coolerdash_2.2.5_amd64.debFedora
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.rpmCentOS / 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.rpmopenSUSE
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.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/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-missingWhat's Changed
- feat: integrate ALL CC sensors into Dashboard by @damachine in #139
- ui: elemtents better aligned and more compact by @damachine in #140
- VERSION: bump to 2.2.5 by @damachine in #138
Full Changelog: v2.2.4...v2.2.5
CoolerDash v2.2.4
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
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/v2.2.4/coolerdash_2.2.4_amd64.deb
sudo apt install ./coolerdash_2.2.4_amd64.debFedora
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.rpmCentOS / 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.rpmopenSUSE
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.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/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-missingWhat's Changed
- VERSION: bump to 2.2.4 release by @damachine in #135
Full Changelog: v2.2.3...v2.2.4
CoolerDash v2.2.3
Changes:
- Version updated to 2.2.3
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/v2.2.3/coolerdash_2.2.3_amd64.deb
sudo apt install ./coolerdash_2.2.3_amd64.debFedora
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.rpmCentOS / 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.rpmopenSUSE
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.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/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-missingWhat's Changed
- VERSION: bump to 2.2.3 (fix) by @damachine in #134
Full Changelog: v2.2.2...v2.2.3
CoolerDash v2.2.2
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
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/v2.2.2/coolerdash_2.2.2_amd64.deb
sudo apt install ./coolerdash_2.2.2_amd64.debFedora
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.rpmCentOS / 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.rpmopenSUSE
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.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/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-missingWhat's Changed
- pull changes to next by @damachine in #132
- VERSION: bump to 2.2.2 by @damachine in #133
Full Changelog: v2.2.1...v2.2.2
CoolerDash v2.2.1
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
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/v2.2.1/coolerdash_2.2.1_amd64.deb
sudo apt install ./coolerdash_2.2.1_amd64.debFedora
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.rpmCentOS / 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.rpmopenSUSE
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.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/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-missingFull Changelog: v2.2.0...v2.2.1
CoolerDash v2.2.0
Changes:
- Version updated to 2.2.0
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/v2.2.0/coolerdash_2.2.0_amd64.deb
sudo apt install ./coolerdash_2.2.0_amd64.debFedora
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.rpmCentOS / 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.rpmopenSUSE
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.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/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-missingWhat's Changed
- VERSION: bump to 2.2.0 by @damachine in #131
Full Changelog: v2.1.4...v2.2.0
CoolerDash v2.1.4
Changes:
- Version updated to 2.1.4
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/v2.1.4/coolerdash_2.1.4_amd64.deb
sudo apt install ./coolerdash_2.1.4_amd64.debFedora
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.rpmCentOS / 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.rpmopenSUSE
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.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/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-missingWhat's Changed
- VERSION: bump to 2.1.4 by @damachine in #130
Full Changelog: v2.1.3...v2.1.4
CoolerDash v2.1.3
Changes:
- Version updated to 2.1.3
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/v2.1.3/coolerdash_2.1.3_amd64.deb
sudo apt install ./coolerdash_2.1.3_amd64.debFedora
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.rpmCentOS / 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.rpmopenSUSE
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.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/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-missingWhat's Changed
- VERSION: bump to 2.1.3 by @damachine in #129
Full Changelog: v2.1.2...v2.1.3
CoolerDash v2.1.2
Changes:
- Version updated to 2.1.2
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/v2.1.2/coolerdash_2.1.2_amd64.deb
sudo apt install ./coolerdash_2.1.2_amd64.debFedora
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.rpmCentOS / 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.rpmopenSUSE
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.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/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-missingWhat'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