Skip to content

Add Windows 11 compatibility declarations and fix absolute path crash#346

Open
christopherlhart wants to merge 1 commit into
tjackenpacken:masterfrom
christopherlhart:windows-11-support
Open

Add Windows 11 compatibility declarations and fix absolute path crash#346
christopherlhart wants to merge 1 commit into
tjackenpacken:masterfrom
christopherlhart:windows-11-support

Conversation

@christopherlhart

@christopherlhart christopherlhart commented Dec 31, 2025

Copy link
Copy Markdown

Changes:

Windows 11 Compatibility: Added a proper app.manifest declaring support for Windows 10/11 GUIDs {8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a} to ensure correct OS behavior (e.g., taskbar grouping, corner rounding).

Critical Bug Fix: Resolved a System.ArgumentException when saving groups. The issue was caused by the application using relative paths, which failed if the working directory changed. The logic in
Category.cs has been refactored to use strict absolute paths derived from the executable's location.

Documentation: Updated README.md to explicitly state support for Windows 10 & 11.

@dxzcsd123

Copy link
Copy Markdown

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants