Skip to content

Commit 02b2ce0

Browse files
jpietekclaude
andcommitted
Release 0.7.6
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent be64e76 commit 02b2ce0

8 files changed

Lines changed: 27 additions & 6 deletions

File tree

burnerd/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

burnerd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "penguin-burnerd"
3-
version = "0.7.5"
3+
version = "0.7.6"
44
edition = "2021"
55
rust-version = "1.82"
66
license = "GPL-3.0-only"

docs/release-notes-0.7.6.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- Cut together with the pyproject.toml / burnerd Cargo.toml version bump. -->
2+
3+
# PenguinBurner 0.7.6
4+
5+
- Auto-UV setup now installs or updates the hardware service before the
6+
dialog opens: upgrades from the 0.6.x service era no longer show a generic
7+
"NVIDIA GPU" with no limits — one prompt sets the service up and the
8+
dialog lists your real GPU.
9+
- When the service is unreachable, the dialog says so and how to fix it
10+
instead of "NVML read-only info unavailable".
11+
- Migrating from the old PenguinBurner.service now also removes its unit
12+
file after the new service is verified running.
13+
- Source RPMs are built from the committed tree only.

packaging/arch/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: PenguinBurner contributors
22

33
pkgname=penguin-burner
4-
pkgver=0.7.5
4+
pkgver=0.7.6
55
pkgrel=1
66
pkgdesc='NVIDIA GPU automatic undervolting and fine tuning tool'
77
arch=('x86_64')

packaging/debian/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ are never committed to Git.
4848
From a clean checkout containing the release tag and Debian signing key:
4949

5050
```bash
51-
scripts/publish-ppa.sh 0.7.5
51+
scripts/publish-ppa.sh 0.7.6
5252
```
5353

5454
That one command builds and validates both Questing and Resolute source

packaging/flatpak/io.github.jpietek.PenguinBurner.metainfo.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
</developer>
2121
<content_rating type="oars-1.1" />
2222
<releases>
23+
<release version="0.7.6" date="2026-07-15" />
2324
<release version="0.7.5" date="2026-07-15" />
2425
<release version="0.7.4" date="2026-07-14" />
2526
<release version="0.7.3" date="2026-07-14" />

packaging/rpm/penguin-burner.spec

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: penguin-burner
2-
Version: 0.7.5
2+
Version: 0.7.6
33
Release: 1%{?dist}
44
Summary: NVIDIA GPU automatic undervolting and fine tuning tool
55

@@ -107,6 +107,13 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/io.github.jpietek.Pen
107107
%{_datadir}/penguin-burner/penguin_burner.sh
108108

109109
%changelog
110+
* Wed Jul 15 2026 PenguinBurner contributors <noreply@github.com> - 0.7.6-1
111+
- Install or update the hardware service before the Auto-UV setup dialog
112+
opens, instead of showing a generic GPU with no limits.
113+
- Name the unreachable hardware service in the setup dialog and how to fix
114+
it.
115+
- Remove the legacy PenguinBurner.service unit file during migration.
116+
110117
* Wed Jul 15 2026 PenguinBurner contributors <noreply@github.com> - 0.7.5-1
111118
- Add the opt-in "Apply on startup" toggle; applies are session-only by
112119
default and a new --restore-stock recovery command resets to stock.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "penguin-burner"
7-
version = "0.7.5"
7+
version = "0.7.6"
88
description = "NVIDIA GPU tuning tool for Linux: automatic and adaptive undervolting, an in-game monitoring overlay with PC latency and pre-frame-generation FPS, plus MSI Afterburner imports and LACT exports"
99
requires-python = ">=3.11"
1010
dynamic = ["readme"]

0 commit comments

Comments
 (0)