-
Notifications
You must be signed in to change notification settings - Fork 14
Comparing changes
Open a pull request
base repository: 8bit2qubit/XboxFullScreenExperienceTool
base: v0.0.16
head repository: 8bit2qubit/XboxFullScreenExperienceTool
compare: v0.0.17
- 7 commits
- 20 files changed
- 1 contributor
Commits on Nov 29, 2025
-
fix: Correct double-encoded characters in English resource string
- Fixed the error message text displayed when Windows Settings fails to open (`MsgOpenSettingsManual`).
Configuration menu - View commit details
-
Copy full SHA for 12c3ebc - Browse repository at this point
Copy the full SHA 12c3ebcView commit details
Commits on Dec 1, 2025
-
feat: Implement automatic log rotation on startup
- Introduced `CheckAndArchiveLogFile` to inspect the size of the current log file during application startup (`MainForm_Shown`). - The application now automatically archives the existing log file if it exceeds 1MB in size. - This ensures users maintain a manageable log file size over time and start with a clean state if the previous log was too large.
Configuration menu - View commit details
-
Copy full SHA for eab6fcb - Browse repository at this point
Copy the full SHA eab6fcbView commit details
Commits on Dec 2, 2025
-
refactor: Improve log timestamp format for file output
- Updated `Log` and `LogError` methods to distinguish between UI display and file logging. - The UI log (`txtOutput`) retains the concise `[HH:mm:ss]` format to keep the interface clean. - The log file output has been enhanced to include the full date `[yyyy-MM-dd HH:mm:ss]`, providing better context for debugging and tracking events over time. - Standardized the timestamp format in `Program.cs` for installation logs as well.
Configuration menu - View commit details
-
Copy full SHA for 03e24db - Browse repository at this point
Copy the full SHA 03e24dbView commit details -
feat: Add shortcut to User Account Control (UAC) settings and refine UI
- Added an "Open UAC Settings" button to the Actions group, allowing users to quickly launch `UserAccountControlSettings.exe`. - Reorganized the main UI layout and adjusted button dimensions to accommodate the new control. - Refined localization resources. - Sorted `using` directives in `Program.cs` and `DriverManager.cs`.
Configuration menu - View commit details
-
Copy full SHA for bd0f390 - Browse repository at this point
Copy the full SHA bd0f390View commit details -
feat: Add shortcut to Startup Apps settings and refine localization
- Added an "Open Startup Apps Settings" button to the main UI, enabling users to quickly access `ms-settings:startupapps`. - Increased the size of the "Enable" and "Disable" buttons for better visual balance. - Reorganized the layout of the Actions group to accommodate the new button. - Added localized strings for the new "Open Startup Apps" feature across all supported languages. - Updated localized resources to improve phrasing consistency and accuracy.
Configuration menu - View commit details
-
Copy full SHA for 9fe3c01 - Browse repository at this point
Copy the full SHA 9fe3c01View commit details -
fix: Ensure feature persistence on online Native builds by resetting …
…state - Implemented a "Disable first, then Enable" logic to force a clean state reset before applying feature overrides. - Resolved an issue on Build 26220.7271 where features (specifically ID 59765208) would revert to a disabled state after a reboot when connected to the internet. - Applied the fix to `EnableViveFeatures` (Main UI), `EnableSmartFeatures` (Migration), and `EnableAllFeatures` (Legacy) to ensure consistency across all activation pathways.
Configuration menu - View commit details
-
Copy full SHA for 6644ed4 - Browse repository at this point
Copy the full SHA 6644ed4View commit details -
chore: Bump version to 0.0.17 and update documentation assets
- Updated the main application and installer version to 0.0.17. - Bumped the version for the `PhysPanelLib` library and the native `PhysPanelCPP` utility to 0.0.13. - Refreshed demo screenshots (`demo.png`, `demo.zh-TW.png`) to reflect the latest UI changes. - Added `v0.0.17` to the version selection dropdown in the GitHub issue template.
Configuration menu - View commit details
-
Copy full SHA for e3acd2b - Browse repository at this point
Copy the full SHA e3acd2bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.0.16...v0.0.17