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: softwarenerd7/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.
  • 11 commits
  • 16 files changed
  • 5 contributors

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