Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Open-Shell/Open-Shell-Menu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.195
Choose a base ref
...
head repository: Open-Shell/Open-Shell-Menu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.196
Choose a head ref
  • 6 commits
  • 29 files changed
  • 3 contributors

Commits on Jan 13, 2025

  1. Configuration menu
    Copy the full SHA
    a280fa9 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. Remove obsolete links from help

    Fixes #2148
    ge0rdi committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    58d804d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. [ExplorerPatcher] Fix taskbar texturing

    Fixes #2094.
    ge0rdi committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    d5c5617 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4943938 View commit details
    Browse the repository at this point in the history
  3. Fix tray button positioning

    ge0rdi committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    146c27e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Add ARM64 support (#641)

    * Add ARM64 build configurations to projects
    
    * StartMenu: add ARM64 support
    
    * Add support for IAT hooking on ARM64
    
    * Add ARM64 support to Classic IE
    
    * Add ARM64 support to installer
    
    NB: WiX 3.14.0.3910 or higher is required to create the MSI
    
    * Revert whitespace change
    
    * Separate x86/x64 and ARM64 installers
    
    * Change suffix of ARM64 binaries
    
    * Put also ARM64 MSI to final installer
    
    * Fix sln
    
    * Build some DLLs as ARM64X
    
    These are meant to be loaded to both x64 and ARM64 processes.
    We will compile them as ARM64X (when building for ARM64).
    That way they will contain both x64 and ARM64 code paths.
    
    https://learn.microsoft.com/en-us/windows/arm/arm64x-pe
    
    * Make sure x64 installer cannot be installed on ARM64
    
    In case if somebody manually tries to install x64 MSI on ARM64.
    This is not supported/working scenario.
    
    ---------
    
    Co-authored-by: ge0rdi <[email protected]>
    Mattiwatti and ge0rdi authored May 8, 2025
    Configuration menu
    Copy the full SHA
    58b9090 View commit details
    Browse the repository at this point in the history
Loading