-
Notifications
You must be signed in to change notification settings - Fork 5
Hidden “More Features” page, adaptive theme sync, time-period rule, and related fixes #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Programmer-MrWang
merged 15 commits into
main
from
codex/update-and-add-features-to-my-plugin
Apr 1, 2026
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
1029b5e
Add hidden more-options page, time-period rule, and action/theme fixes
Programmer-MrWang fe8026e
Refine adaptive theme regions and enhance better carousel container
Programmer-MrWang 839e3a6
Fix XAML escaping for separator symbols
Programmer-MrWang 3f1b7c4
Fix Setter compile issue and prevent carousel layout loop
Programmer-MrWang c626024
Use LastWidthCache for carousel component width collection
Programmer-MrWang a117fe3
Revert carousel width-measure and fixed-length features
Programmer-MrWang eebb9fe
Adjust carousel progress bars to true top/bottom overlay
Programmer-MrWang e0a7a9d
feat: 更好的外观
Programmer-MrWang 4633638
fix: 修正图标和表述
Programmer-MrWang 557ee07
feat: 添加版权
Programmer-MrWang 1b1b508
fix: 调整控件(没修完)
Programmer-MrWang b46d394
fix: 调整外观
Programmer-MrWang c1d2af5
fix: 调整外观
Programmer-MrWang dfdc3b6
fix: 修正icon
Programmer-MrWang d6e7c71
fix: 修正icon
Programmer-MrWang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
StopAllStatesnow always callsshutdown /a, which cancels any pending Windows shutdown globally, not just one started by this action. That means stopping this action (or app shutdown viaCancelPlanOnAppStopping) can unexpectedly cancel a shutdown scheduled by another tool/admin process, which is a functional regression outside this feature's scope.Useful? React with 👍 / 👎.