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: ChatBotPlus/Open-Shell-Menu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
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: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 41 files changed
  • 7 contributors

Commits on Mar 13, 2025

  1. 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 (Open-Shell#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 <ge0rdi@users.noreply.github.com>
    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

Commits on May 24, 2025

  1. Update ARM notice in readme

    ge0rdi committed May 24, 2025
    Configuration menu
    Copy the full SHA
    8c713cc View commit details
    Browse the repository at this point in the history

Commits on May 25, 2025

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

Commits on Jun 25, 2025

  1. Remove another '>' symbol (Open-Shell#2243)

    Remove another 'z
    benja2998 authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    4ebeadd View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2025

  1. AppVeyor: New deployment token

    ge0rdi committed Nov 30, 2025
    Configuration menu
    Copy the full SHA
    40d8f5b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

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

Commits on Jan 24, 2026

  1. Support for unthemed taskbar (Open-Shell#2369)

    * Support for unthemed taskbar
    
    See this discussion:
    Open-Shell#2367
    
    * Refactor color handling in StartMenuDLL
    Anixx authored Jan 24, 2026
    Configuration menu
    Copy the full SHA
    e2758ec View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2026

  1. Fix search auto-selecting wrong item before programs finish loading (O…

    …pen-Shell#2451)
    
    fix: defer auto-select until programs loaded to prevent wrong search result selection
    
    When search results refresh mid-collection, OnRefresh auto-selects the
    first result item. If programs haven't loaded yet, Settings category
    appears first and gets selected. If user hits Enter in that window,
    wrong item launches.
    
    Skip auto-select when search is still in progress and no programs
    have been found yet. Next refresh after programs load will select
    correctly.
    
    Fixes Open-Shell#456
    Fixes Open-Shell#1982
    Fixes Open-Shell#4
    
    > 🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-authored-by: Claude <noreply@anthropic.com>
    nnyj and claude authored Apr 18, 2026
    Configuration menu
    Copy the full SHA
    32ad90f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2026

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

Commits on May 12, 2026

  1. Fix open/save file dialog getting stuck after Windows 11 update (Open…

    …-Shell#2457)
    
    We will run those APIs on separate STA thread and pump messages while
    waiting for the dialog to end.
    
    fixes Open-Shell#2431
    fixes Open-Shell#2426
    fixes Open-Shell#2418
    fixes Open-Shell#2417
    fixes Open-Shell#2390
    fixes Open-Shell#2372
    fixes Open-Shell#2371
    fixes Open-Shell#2370
    fixes Open-Shell#2364
    fixes Open-Shell#2361
    fixes Open-Shell#2360
    fixes Open-Shell#2343
    fixes Open-Shell#2332
    fixes Open-Shell#2322
    fixes Open-Shell#2320
    fixes Open-Shell#2319
    fixes Open-Shell#2312
    fixes Open-Shell#2299
    ge0rdi authored May 12, 2026
    Configuration menu
    Copy the full SHA
    b207064 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2026

  1. Fix C++23 warnings

    warning C5333: backslash and newline separated by space is treated as a line continuation in C++23 and later
    ge0rdi committed May 13, 2026
    Configuration menu
    Copy the full SHA
    dfb307b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2026

  1. Add github build workflow

    ge0rdi committed May 16, 2026
    Configuration menu
    Copy the full SHA
    f5fa8f0 View commit details
    Browse the repository at this point in the history
  2. Add github build badge

    ge0rdi authored May 16, 2026
    Configuration menu
    Copy the full SHA
    7baba47 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2026

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

Commits on May 30, 2026

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