Releases: damachine/coolerdash
CoolerDash v3.1.2
Changes:
- Version updated to 3.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/v3.1.2/coolerdash_3.1.2_amd64.deb
sudo apt install ./coolerdash_3.1.2_amd64.debFedora
wget https://github.com/damachine/coolerdash/releases/download/v3.1.2/coolerdash-3.1.2-1.fedora.x86_64.rpm
sudo dnf install ./coolerdash-3.1.2-1.fedora.x86_64.rpmCentOS / RHEL
wget https://github.com/damachine/coolerdash/releases/download/v3.1.2/coolerdash-3.1.2-1.centos.x86_64.rpm
sudo dnf install ./coolerdash-3.1.2-1.centos.x86_64.rpmopenSUSE
wget https://github.com/damachine/coolerdash/releases/download/v3.1.2/coolerdash-3.1.2-1.opensuse.x86_64.rpm
sudo zypper install ./coolerdash-3.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/v3.1.2/SHA256SUMS
wget https://github.com/damachine/coolerdash/releases/download/v3.1.2/SHA256SUMS.asc
# Verify GPG signature
gpg --verify SHA256SUMS.asc SHA256SUMS
# Verify package checksum
sha256sum -c SHA256SUMS --ignore-missingWhat's Changed
- VERSION: bump to 3.1.2 by @damachine in #156
Full Changelog: v3.1.1...v3.1.2
CoolerDash v3.1.1
Changes:
- Version updated to 3.1.1
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.1.1/coolerdash_3.1.1_amd64.deb
sudo apt install ./coolerdash_3.1.1_amd64.debFedora
wget https://github.com/damachine/coolerdash/releases/download/v3.1.1/coolerdash-3.1.1-1.fedora.x86_64.rpm
sudo dnf install ./coolerdash-3.1.1-1.fedora.x86_64.rpmCentOS / RHEL
wget https://github.com/damachine/coolerdash/releases/download/v3.1.1/coolerdash-3.1.1-1.centos.x86_64.rpm
sudo dnf install ./coolerdash-3.1.1-1.centos.x86_64.rpmopenSUSE
wget https://github.com/damachine/coolerdash/releases/download/v3.1.1/coolerdash-3.1.1-1.opensuse.x86_64.rpm
sudo zypper install ./coolerdash-3.1.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/v3.1.1/SHA256SUMS
wget https://github.com/damachine/coolerdash/releases/download/v3.1.1/SHA256SUMS.asc
# Verify GPG signature
gpg --verify SHA256SUMS.asc SHA256SUMS
# Verify package checksum
sha256sum -c SHA256SUMS --ignore-missingWhat's Changed
- version: bump to 3.1.1 by @damachine in #154
- fix: debian packaging: remove credentials.json by @damachine in #155
Full Changelog: v3.1.0...v3.1.1
CoolerDash v3.1.0
Changes:
- Version updated to 3.1.0
LCD image upload switched from multipart PUT to PATCH settings endpoint
Changes:
Features
- LCD upload reliability improved via PATCH endpoint
- Circle mode rework rendering logic
- Add update notification
- Sensor slot system: sensor_slot_1/2/3 for flexible sensor assignment (cpu/gpu/liquid)
- Background image: adjust background, image fit, overlay opacity
- Plugin UI: getContext() support, theme-adaptive CSS classes (prepare for CC 4.1.1 upstream 😄)
Fixes
- Plugin UI: Save and restart works now
- Plugin UI: Device info display shows some info, not all at moment
- Default tuning: refresh interval 2.5→3.5s, circle_switch_interval 5→8s, liquid max_scale 55→45
- CI/Packaging refreshed
- Makefile restructured and harding
- Removed
--developCLI flag - Removed bundled
cc-plugin-lib.js(now served by CoolerControl daemon) - Removed tested udev rules
99-coolerdash.rules - Documentation rewritten
- Man page updated to match actual CLI v3.1.0
Due to significant configuration changes in this release, the existing config.json must be manually deleted before upgrading. The daemon will regenerate a fresh config with updated defaults on next startup.
Steps:
# 1. Stop the daemon
sudo systemctl stop cc-plugin-coolerdash.service
# 2. Delete the old configuration
sudo rm /etc/coolercontrol/plugins/coolerdash/config.json
# 3. Install the new CoolerDASH 3.1.0 version
# 4. Regenerate your CoolerControl access token and copy the token string into the
# Open CoolerControl UI → Settings → Plugin (beta) → coolerdash → "Access Token" field
# Click Save and run: sudo systemctl restart cc-plugin-coolerdash.serviceUser 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/v3.1.0/coolerdash_3.1.0_amd64.deb
sudo apt install ./coolerdash_3.1.0_amd64.debFedora
wget https://github.com/damachine/coolerdash/releases/download/v3.1.0/coolerdash-3.1.0-1.fedora.x86_64.rpm
sudo dnf install ./coolerdash-3.1.0-1.fedora.x86_64.rpmCentOS / RHEL
wget https://github.com/damachine/coolerdash/releases/download/v3.1.0/coolerdash-3.1.0-1.centos.x86_64.rpm
sudo dnf install ./coolerdash-3.1.0-1.centos.x86_64.rpmopenSUSE
wget https://github.com/damachine/coolerdash/releases/download/v3.1.0/coolerdash-3.1.0-1.opensuse.x86_64.rpm
sudo zypper install ./coolerdash-3.1.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/v3.1.0/SHA256SUMS
wget https://github.com/damachine/coolerdash/releases/download/v3.1.0/SHA256SUMS.asc
# Verify GPG signature
gpg --verify SHA256SUMS.asc SHA256SUMS
# Verify package checksum
sha256sum -c SHA256SUMS --ignore-missingWhat's Changed
- version 3.1.0 by @damachine in #153
Full Changelog: v3.0.5.1...v3.1.0
CoolerDash v3.0.5.1
Changes:
- Version updated to 3.0.5.1
Summary
Major circle mode enhancements, resolution-aware layout refactoring, improved device detection, authentication cleanup, and sensor data improvements.
Breaking Changes
- Slot rename
- Removed: Cookie-based password authentication
- Default mode changed to circle
New Features
- Circle mode extra sensor info: Displays CPU/GPU frequency (MHz/GHz), wattage, and fan/pump RPM below the label in circle mode
- Dynamic device name labels: Labels now show the CoolerControl device name (first two words) instead of fixed "CPU"/"GPU"/"LIQ" strings (e.g., "AMD Ryzen", "NVIDIA GeForce", "NZXT Kraken")
- LCD device detection: New device_detection_mode, device_detection_allowlist, and device_detection_blocklist config options for flexible LCD device matching
Improvements - Resolution-aware layout: Complete refactoring of circle and dual mode rendering with dynamic scaling based on actual LCD dimensions
- UI: Checkbox for circle_show_extra_info, updated factory defaults, slot 2 auto-restore to "liquid" on circle mode switch
Due to significant configuration changes in this release, the existing config.json must be manually deleted before upgrading. The daemon will regenerate a fresh config with updated defaults on next startup.
Steps:
# 1. Stop the daemon
sudo systemctl stop cc-plugin-coolerdash.service
# 2. Delete the old configuration
sudo rm /etc/coolercontrol/plugins/coolerdash/config.json
# 3. Install the new CoolerDASH 3.0.3 version
# 4. Regenerate your CoolerControl access token and copy the token string into the
# Open CoolerControl UI → Settings → Plugin (beta) → coolerdash → "Access Token" field
# Click Save and run: sudo systemctl restart cc-plugin-coolerdash.service
---
## AUR Package
[](https://aur.archlinux.org/packages/coolerdash-git)
### Installation:
```bash
# 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.0.5.1/coolerdash_3.0.5.1_amd64.deb
sudo apt install ./coolerdash_3.0.5.1_amd64.debFedora
wget https://github.com/damachine/coolerdash/releases/download/v3.0.5.1/coolerdash-3.0.5.1-1.fedora.x86_64.rpm
sudo dnf install ./coolerdash-3.0.5.1-1.fedora.x86_64.rpmCentOS / RHEL
wget https://github.com/damachine/coolerdash/releases/download/v3.0.5.1/coolerdash-3.0.5.1-1.centos.x86_64.rpm
sudo dnf install ./coolerdash-3.0.5.1-1.centos.x86_64.rpmopenSUSE
wget https://github.com/damachine/coolerdash/releases/download/v3.0.5.1/coolerdash-3.0.5.1-1.opensuse.x86_64.rpm
sudo zypper install ./coolerdash-3.0.5.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/v3.0.5.1/SHA256SUMS
wget https://github.com/damachine/coolerdash/releases/download/v3.0.5.1/SHA256SUMS.asc
# Verify GPG signature
gpg --verify SHA256SUMS.asc SHA256SUMS
# Verify package checksum
sha256sum -c SHA256SUMS --ignore-missingFull Changelog: v3.0.4...v3.0.5.1
CoolerDash v3.0.5
Changes:
- Version updated to 3.0.5
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.0.5/coolerdash_3.0.5_amd64.deb
sudo apt install ./coolerdash_3.0.5_amd64.debFedora
wget https://github.com/damachine/coolerdash/releases/download/v3.0.5/coolerdash-3.0.5-1.fedora.x86_64.rpm
sudo dnf install ./coolerdash-3.0.5-1.fedora.x86_64.rpmCentOS / RHEL
wget https://github.com/damachine/coolerdash/releases/download/v3.0.5/coolerdash-3.0.5-1.centos.x86_64.rpm
sudo dnf install ./coolerdash-3.0.5-1.centos.x86_64.rpmopenSUSE
wget https://github.com/damachine/coolerdash/releases/download/v3.0.5/coolerdash-3.0.5-1.opensuse.x86_64.rpm
sudo zypper install ./coolerdash-3.0.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/v3.0.5/SHA256SUMS
wget https://github.com/damachine/coolerdash/releases/download/v3.0.5/SHA256SUMS.asc
# Verify GPG signature
gpg --verify SHA256SUMS.asc SHA256SUMS
# Verify package checksum
sha256sum -c SHA256SUMS --ignore-missingFull Changelog: v3.0.4...v3.0.5
CoolerDash v3.0.4
Changes:
- Version updated to 3.0.4
Summary
Major circle mode enhancements, resolution-aware layout refactoring, improved device detection, authentication cleanup, and sensor data improvements.
Breaking Changes
- Slot rename
- Removed: Cookie-based password authentication
- Default mode changed to circle
New Features
- Circle mode extra sensor info: Displays CPU/GPU frequency (MHz/GHz), wattage, and fan/pump RPM below the label in circle mode
- Dynamic device name labels: Labels now show the CoolerControl device name (first two words) instead of fixed "CPU"/"GPU"/"LIQ" strings (e.g., "AMD Ryzen", "NVIDIA GeForce", "NZXT Kraken")
- LCD device detection: New device_detection_mode, device_detection_allowlist, and device_detection_blocklist config options for flexible LCD device matching
Improvements - Resolution-aware layout: Complete refactoring of circle and dual mode rendering with dynamic scaling based on actual LCD dimensions
- UI: Checkbox for circle_show_extra_info, updated factory defaults, slot 2 auto-restore to "liquid" on circle mode switch
Due to significant configuration changes in this release, the existing config.json must be manually deleted before upgrading. The daemon will regenerate a fresh config with updated defaults on next startup.
Steps:
# 1. Stop the daemon
sudo systemctl stop cc-plugin-coolerdash.service
# 2. Delete the old configuration
sudo rm /etc/coolercontrol/plugins/coolerdash/config.json
# 3. Install the new CoolerDASH 3.0.3 version
# 4. Regenerate your CoolerControl access token and copy the token string into the
# Open CoolerControl UI → Settings → Plugin (beta) → coolerdash → "Access Token" field
# Click Save and run: sudo systemctl restart cc-plugin-coolerdash.service
---
## AUR Package
[](https://aur.archlinux.org/packages/coolerdash-git)
### Installation:
```bash
# 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.0.4/coolerdash_3.0.4_amd64.deb
sudo apt install ./coolerdash_3.0.4_amd64.debFedora
wget https://github.com/damachine/coolerdash/releases/download/v3.0.4/coolerdash-3.0.4-1.fedora.x86_64.rpm
sudo dnf install ./coolerdash-3.0.4-1.fedora.x86_64.rpmCentOS / RHEL
wget https://github.com/damachine/coolerdash/releases/download/v3.0.4/coolerdash-3.0.4-1.centos.x86_64.rpm
sudo dnf install ./coolerdash-3.0.4-1.centos.x86_64.rpmopenSUSE
wget https://github.com/damachine/coolerdash/releases/download/v3.0.4/coolerdash-3.0.4-1.opensuse.x86_64.rpm
sudo zypper install ./coolerdash-3.0.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/v3.0.4/SHA256SUMS
wget https://github.com/damachine/coolerdash/releases/download/v3.0.4/SHA256SUMS.asc
# Verify GPG signature
gpg --verify SHA256SUMS.asc SHA256SUMS
# Verify package checksum
sha256sum -c SHA256SUMS --ignore-missingWhat's Changed
- release 3.0.3 by @damachine in #152
Full Changelog: v3.0.3...v3.0.4
CoolerDash v3.0.3
Changes:
- Version updated to 3.0.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/v3.0.3/coolerdash_3.0.3_amd64.deb
sudo apt install ./coolerdash_3.0.3_amd64.debFedora
wget https://github.com/damachine/coolerdash/releases/download/v3.0.3/coolerdash-3.0.3-1.fedora.x86_64.rpm
sudo dnf install ./coolerdash-3.0.3-1.fedora.x86_64.rpmCentOS / RHEL
wget https://github.com/damachine/coolerdash/releases/download/v3.0.3/coolerdash-3.0.3-1.centos.x86_64.rpm
sudo dnf install ./coolerdash-3.0.3-1.centos.x86_64.rpmopenSUSE
wget https://github.com/damachine/coolerdash/releases/download/v3.0.3/coolerdash-3.0.3-1.opensuse.x86_64.rpm
sudo zypper install ./coolerdash-3.0.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.0.3/SHA256SUMS
wget https://github.com/damachine/coolerdash/releases/download/v3.0.3/SHA256SUMS.asc
# Verify GPG signature
gpg --verify SHA256SUMS.asc SHA256SUMS
# Verify package checksum
sha256sum -c SHA256SUMS --ignore-missingWhat's Changed
- RELEASE: bump to version 3.0.3 by @damachine in #150
Full Changelog: v3.0.2...v3.0.3
CoolerDash v3.0.2
Changes:
-
Version updated to 3.0.2
Updated the plugin UI and default config to expose the new background image, fit mode, overlay opacity, and bar opacity settings -
BETA: Generalized LCD device detection so CoolerDash no longer depends on Liquidctl-only devices and can work with any CoolerControl-managed LCD device that exposes valid display information.
-
Added support for optional background images behind the sensor view
-
Added configurable background overlay opacity
-
Added configurable bar opacity
-
Improved dynamic display scaling
-
Updated the layout for a cleaner visual structure
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.0.2/coolerdash_3.0.2_amd64.deb
sudo apt install ./coolerdash_3.0.2_amd64.debFedora
wget https://github.com/damachine/coolerdash/releases/download/v3.0.2/coolerdash-3.0.2-1.fedora.x86_64.rpm
sudo dnf install ./coolerdash-3.0.2-1.fedora.x86_64.rpmCentOS / RHEL
wget https://github.com/damachine/coolerdash/releases/download/v3.0.2/coolerdash-3.0.2-1.centos.x86_64.rpm
sudo dnf install ./coolerdash-3.0.2-1.centos.x86_64.rpmopenSUSE
wget https://github.com/damachine/coolerdash/releases/download/v3.0.2/coolerdash-3.0.2-1.opensuse.x86_64.rpm
sudo zypper install ./coolerdash-3.0.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/v3.0.2/SHA256SUMS
wget https://github.com/damachine/coolerdash/releases/download/v3.0.2/SHA256SUMS.asc
# Verify GPG signature
gpg --verify SHA256SUMS.asc SHA256SUMS
# Verify package checksum
sha256sum -c SHA256SUMS --ignore-missingWhat's Changed
- VERSION: bump to 3.0.2 by @damachine in #149
Full Changelog: v3.0.1...v3.0.2
CoolerDash v3.0.1
Version 3.0.1 🚀
CoolerControl 4.0 Support
This release adds full compatibility with CoolerControl 4.0, which introduces significant security and authentication changes. Please read the following carefully before updating.
⚠️ Action Required — Auth Token Setup
CoolerControl 4.0 now requires authentication for API access. To continue using CoolerDash with CC4, you need to create an Access Token in the CoolerControl UI:
- Open the CoolerControl UI
- Navigate to left down corner press the 🔒→ Access Token
- Generate a new Access Token
- Copy your token-key
cc_ - Enter the token in CoolerDash's connection settings in the Plugin-UI
Changes
- feat: CoolerControl 4.0 support — TLS verification, token-based auth, LCD upload, native shutdown image
- feat: New configuration fields for CC4 connection settings
- ui: Moved expert settings to a dedicated tab
- fix: Stale INI/filename references resolved
- plugin: Removed deprecated services and functions
- docs: Updated guides and documentation for CC4
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.0.1/coolerdash_3.0.1_amd64.deb
sudo apt install ./coolerdash_3.0.1_amd64.debFedora
wget https://github.com/damachine/coolerdash/releases/download/v3.0.1/coolerdash-3.0.1-1.fedora.x86_64.rpm
sudo dnf install ./coolerdash-3.0.1-1.fedora.x86_64.rpmCentOS / RHEL
wget https://github.com/damachine/coolerdash/releases/download/v3.0.1/coolerdash-3.0.1-1.centos.x86_64.rpm
sudo dnf install ./coolerdash-3.0.1-1.centos.x86_64.rpmopenSUSE
wget https://github.com/damachine/coolerdash/releases/download/v3.0.1/coolerdash-3.0.1-1.opensuse.x86_64.rpm
sudo zypper install ./coolerdash-3.0.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/v3.0.1/SHA256SUMS
wget https://github.com/damachine/coolerdash/releases/download/v3.0.1/SHA256SUMS.asc
# Verify GPG signature
gpg --verify SHA256SUMS.asc SHA256SUMS
# Verify package checksum
sha256sum -c SHA256SUMS --ignore-missingWhat's Changed
- VERSION: bump to 3.0.1 by @damachine in #147
Full Changelog: v2.2.6...v3.0.1
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