Releases: Lineax17/tuxgrade
Releases · Lineax17/tuxgrade
Release list
3.1.1
3.1.0
Changelog
[3.1.0] - 2026-07-23
Added
- Arch Linux support (Pacman, Paru, Yay)
Changed
- Removed silent/verbose mode toggle — always shows live output
- Removed
--verbose/-l/--logCLI flag - Removed spinner animation (
run_with_spinner) - Moved install method to homebrew
Tuxgrade 3.0.1
Tuxgrade 3.0.1
🔒 Security: DEB and RPM packages are distributed via GPG-signed repositories for secure installation.
Installation
Fedora / RHEL / Rocky / AlmaLinux
-
Add repository:
sudo curl -fsSL -o /etc/yum.repos.d/tuxgrade.repo \ https://raw.githubusercontent.com/Lineax17/tuxgrade/master/extras/tuxgrade.repo
-
Install:
sudo dnf install tuxgrade
Debian / Ubuntu / Linux Mint
-
Import GPG key:
sudo mkdir -p /usr/share/keyrings sudo curl -fsSL -o /usr/share/keyrings/tuxgrade-archive-keyring.gpg \ https://Lineax17.github.io/tuxgrade/deb/tuxgrade-archive-keyring.gpg
-
Add repository:
sudo curl -fsSL -o /etc/apt/sources.list.d/tuxgrade.list \ https://raw.githubusercontent.com/Lineax17/tuxgrade/master/extras/tuxgrade.list
-
Install:
sudo apt update sudo apt install tuxgrade
Security Verification
GPG Fingerprint: F7CF 5667 CC26 2DDC 072F 2274 496C BE37 E61D EE21
Release 3.0.0
Changelog
- change branding to tuxgrade
- add multidistro-support including following distros:
- debian
- linuxmint
- ubuntu
- pop
- zorin
- fedora
- rhel
- rocky
- almalinux
Release 2.0.1
Changelog
- fix minor visual issues
- remove dnf5 hardlock to enable dnf4 support (tested with dnf 4.19 on Fedora 40)
Release 2.0.0
Changelog
- Complete Python rewrite for better maintainability
- Improved error handling and modular architecture
Release 1.4.0
Changelog
- change order of steps to make the script more robust against crashes
Release 1.3.5
Changelog
- fix regression where sudo keepalive ended when brew flag was active
Release 1.3.4
Changelog
- rename short-form symlink to streamline naming conventions
Release 1.3.3
Changelog
- add -v and --version flag to show current version of tool