Skip to content
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
wants to merge 57 commits into
base: main
Choose a base branch
from
Draft

Conversation

tajbender
Copy link
Member

@tajbender tajbender commented Dec 28, 2024

work in progress. v1.24.1228

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 tajbender self-assigned this Dec 28, 2024
@tajbender tajbender added bug Something isn't working enhancement New feature or request development Building new Features labels Dec 28, 2024
@tajbender tajbender added this to the build v1.24.46 milestone Dec 28, 2024
@tajbender tajbender marked this pull request as draft December 28, 2024 02:21
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
bug Something isn't working development Building new Features enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

1 participant