volt-gui wurde in der Version 2.2.1 veröffentlicht.
Das Tool ist ein Vulkan-Implicit-Layer mit grafischer Oberfläche, mit dem sich das Vulkan-Verhalten von Spielen unter Linux treiberunabhängig anpassen lässt - etwa bei Texturfilterung, Frame-Limiter oder Anzeigeeinstellungen.
Einen Tag nach Version 2.2.0 folgt 2.2.1 als kleiner Fix rund um die Profilverwaltung. Das Standardprofil heißt im Dropdown und im Tray-Menü jetzt “Default” (nur die Beschriftung, die Datei bleibt default.toml), ein Trennstrich grenzt es von selbst angelegten Profilen ab, und Profilnamen werden nun case-insensitiv gelesen. Bestehende 2.2.0-Profile werden unverändert übernommen.
Small Fix:
2.2.1 is a small fix over the 2.2.0 release, changing:
- The default profile now reads
Defaultin the profile dropdown and in the tray menu. Only the label changed. The file is stilldefault.toml, the launch command still saysvolt -- %command%, and 2.2.0 profiles carry over untouched.- The dropdown now puts a separator between the default profile and the ones you made, so the two are not one flat list. It only shows up once you have more than one profile.
- Profile names are now read case insensitively.
Default,DEFAULTanddefaultall land on the default profile instead of a stray casing becoming a separate name. Same for the reserved names, soProbeandOptionsno longer slip past the check and collide withprobe.tomloroptions.toml. This only matters if you type the name yourself, the GUI never had a way to produce those.- Padding fix on the tray submenu title.

Quelle: GitHub