-
Notifications
You must be signed in to change notification settings - Fork 1
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
Merge Saint-Nicholas
#56
Draft
tajbender
wants to merge
57
commits into
electrifier:main
Choose a base branch
from
tajbender:Saint-Nicholas
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains 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
Overhaul `ExplorerBrowser`, and add second Browser pane
Bump Application version="1.24.1113.0"
Update vulnerable package `System.Private.Uri`
Bump Package and Project version.
Remove `SecondaryExplorerBrowserBorder`
…trifier\commands\visual studio image library\`
…rowserItem` and bind to `ShellNamespaceTreeControl`
Replaced `NavigateToTreeItem` with `Navigate(ShellItem)` which currently throws `NotImplementedException`. Changed `Navigate(BrowserItem)` visibility from `private` to `internal`. Added cache handling logic in `Navigate` to clear and repopulate `ShellListView.Items` on cache hits. Simplified `NativeTreeView_SelectionChanged` by removing `RemovedItems` variable, adding null check for `selectedFolder.PIDL`, and streamlining debug print statement. Updated call to `Navigate` to use `selectedFolder` parameter.
Updated the WinUIEx package from version 2.4.2 to 2.5.0 to incorporate the latest features and bug fixes.
Upgraded the System.Text.Json package from version 8.0.5 to 9.0.0 in the electrifier.csproj file. This update is intended to leverage the new features, improvements, and bug fixes provided in the latest version of the library.
Updated the CommunityToolkit.Mvvm package reference in the electrifier.csproj file from version 8.4.0-preview1 to the stable release version 8.4.0. This change ensures the project uses the stable version of the package.
tajbender
added
bug
Something isn't working
enhancement
New feature or request
development
Building new Features
labels
Dec 28, 2024
Reordered and re-added using directives in multiple files to maintain a consistent structure and resolve dependency issues. This includes moving certain directives up and re-adding necessary namespaces to ensure proper referencing and cleanup.
Updated project version and AssemblyVersion from 1.24.1113 to 1.24.1228. Upgraded Microsoft.WindowsAppSDK package from 1.6.240923002 to 1.6.241114003. These changes likely include bug fixes, new features, or other improvements.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
work in progress. v1.24.1228