diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a09f3f..6c56dd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ Versions before 1.0.0 are pre-release: features and defaults may still change. ## [Unreleased] +### Changed +- **Windows AI** tab now uses **Enabled / Disabled** for the *Want* choice, matching + every other tab (it previously said On / Off). +- The **Current / Default / Recommended** line under each setting now wraps instead + of getting clipped, and the Settings window opens a little wider — so the full + **Recommended** value is always visible (Windows services, Global gaming, Privacy, + and CPU / Power tabs). + +## [0.1.53] - 2026-06-19 + ### Changed - Release notes are now **curated and user-facing**: each GitHub Release shows a hand-written summary of what changed (from `CHANGELOG.md`) instead of a raw diff --git a/src/GamerGuardian/UI/SettingsWindow.xaml b/src/GamerGuardian/UI/SettingsWindow.xaml index ceecb1b..4de967e 100644 --- a/src/GamerGuardian/UI/SettingsWindow.xaml +++ b/src/GamerGuardian/UI/SettingsWindow.xaml @@ -4,7 +4,7 @@ xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml" Title="GamerGuardian - Settings" Closing="OnWindowClosing" - Width="820" Height="720" + Width="900" Height="720" MinWidth="680" MinHeight="500" WindowStartupLocation="CenterScreen" WindowBackdropType="Mica" @@ -36,18 +36,18 @@ Foreground="{DynamicResource TextFillColorSecondaryBrush}" FontSize="12" Margin="0,3,0,0" TextWrapping="Wrap"/> - + + FontSize="11" Margin="0,0,12,2"/> + FontSize="11" Margin="0,0,12,2"/> - + FontSize="11" FontWeight="SemiBold" Margin="0,0,0,2"/> + @@ -243,18 +243,18 @@ Foreground="{DynamicResource TextFillColorSecondaryBrush}" FontSize="12" Margin="0,3,0,0" TextWrapping="Wrap"/> - + + FontSize="11" Margin="0,0,12,2"/> + FontSize="11" Margin="0,0,12,2"/> - + FontSize="11" FontWeight="SemiBold" Margin="0,0,0,2"/> + @@ -317,18 +317,18 @@ Foreground="{DynamicResource TextFillColorSecondaryBrush}" FontSize="12" Margin="0,3,0,0" TextWrapping="Wrap"/> - + + FontSize="11" Margin="0,0,12,2"/> + FontSize="11" Margin="0,0,12,2"/> - + FontSize="11" FontWeight="SemiBold" Margin="0,0,0,2"/> + @@ -417,18 +417,18 @@ Foreground="{DynamicResource TextFillColorSecondaryBrush}" FontSize="12" Margin="0,3,0,0" TextWrapping="Wrap"/> - + + FontSize="11" Margin="0,0,12,2"/> + FontSize="11" Margin="0,0,12,2"/> - + FontSize="11" FontWeight="SemiBold" Margin="0,0,0,2"/> + @@ -525,18 +525,18 @@ Foreground="{DynamicResource TextFillColorSecondaryBrush}" FontSize="12" Margin="0,3,0,0" TextWrapping="Wrap"/> - + + FontSize="11" Margin="0,0,12,2"/> + FontSize="11" Margin="0,0,12,2"/> - + FontSize="11" FontWeight="SemiBold" Margin="0,0,0,2"/> + @@ -607,18 +607,18 @@ Foreground="{DynamicResource TextFillColorSecondaryBrush}" FontSize="12" Margin="0,3,0,0" TextWrapping="Wrap"/> - + + FontSize="11" Margin="0,0,12,2"/> + FontSize="11" Margin="0,0,12,2"/> - + FontSize="11" FontWeight="SemiBold" Margin="0,0,0,2"/> + @@ -797,18 +797,18 @@ Foreground="{DynamicResource TextFillColorSecondaryBrush}" FontSize="12" Margin="0,3,0,0" TextWrapping="Wrap"/> - + + FontSize="11" Margin="0,0,12,2"/> + FontSize="11" Margin="0,0,12,2"/> - + FontSize="11" FontWeight="SemiBold" Margin="0,0,0,2"/> + @@ -845,17 +845,17 @@ Foreground="{DynamicResource TextFillColorSecondaryBrush}" FontSize="12" Margin="0,3,0,0" TextWrapping="Wrap"/> - + + FontSize="11" Margin="0,0,12,2"/> + FontSize="11" Margin="0,0,12,2"/> - + FontSize="11" FontWeight="SemiBold" Margin="0,0,0,2"/> +