Skip to content

Releases: Lineax17/tuxgrade

3.1.1

Choose a tag to compare

@Lineax17 Lineax17 released this 09 Aug 15:45
db057d1

Changelog

[3.1.1] - 2026-08-09

Fixed

  • AUR helpers not being able to upgrade AUR packages

3.1.0

Choose a tag to compare

@Lineax17 Lineax17 released this 23 Jul 12:24
cc4b26c

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/--log CLI flag
  • Removed spinner animation (run_with_spinner)
  • Moved install method to homebrew

Tuxgrade 3.0.1

Choose a tag to compare

@github-actions github-actions released this 16 Feb 13:44

Tuxgrade 3.0.1

🔒 Security: DEB and RPM packages are distributed via GPG-signed repositories for secure installation.

Installation

Fedora / RHEL / Rocky / AlmaLinux

  1. Add repository:

    sudo curl -fsSL -o /etc/yum.repos.d/tuxgrade.repo \
      https://raw.githubusercontent.com/Lineax17/tuxgrade/master/extras/tuxgrade.repo
  2. Install:

    sudo dnf install tuxgrade

Debian / Ubuntu / Linux Mint

  1. 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
  2. Add repository:

    sudo curl -fsSL -o /etc/apt/sources.list.d/tuxgrade.list \
      https://raw.githubusercontent.com/Lineax17/tuxgrade/master/extras/tuxgrade.list
  3. Install:

    sudo apt update
    sudo apt install tuxgrade

Security Verification

GPG Fingerprint: F7CF 5667 CC26 2DDC 072F 2274 496C BE37 E61D EE21


📚 Full Documentation | 🔐 Security & Verification

Release 3.0.0

Choose a tag to compare

@Lineax17 Lineax17 released this 07 Feb 13:24

Changelog

  • change branding to tuxgrade
  • add multidistro-support including following distros:
    • debian
    • linuxmint
    • ubuntu
    • pop
    • zorin
    • fedora
    • rhel
    • rocky
    • almalinux

Release 2.0.1

Choose a tag to compare

@Lineax17 Lineax17 released this 03 Jan 21:14

Changelog

  • fix minor visual issues
  • remove dnf5 hardlock to enable dnf4 support (tested with dnf 4.19 on Fedora 40)

Release 2.0.0

Choose a tag to compare

@Lineax17 Lineax17 released this 27 Dec 23:38

Changelog

  • Complete Python rewrite for better maintainability
  • Improved error handling and modular architecture

Release 1.4.0

Choose a tag to compare

@Lineax17 Lineax17 released this 08 Dec 08:27

Changelog

  • change order of steps to make the script more robust against crashes

Release 1.3.5

Choose a tag to compare

@Lineax17 Lineax17 released this 07 Dec 12:55

Changelog

  • fix regression where sudo keepalive ended when brew flag was active

Release 1.3.4

Choose a tag to compare

@Lineax17 Lineax17 released this 03 Dec 17:42

Changelog

  • rename short-form symlink to streamline naming conventions

Release 1.3.3

Choose a tag to compare

@Lineax17 Lineax17 released this 25 Nov 17:36

Changelog

  • add -v and --version flag to show current version of tool