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: WebFriendlyHelp/KeyQuest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.15.2
Choose a base ref
...
head repository: WebFriendlyHelp/KeyQuest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.0
Choose a head ref
  • 4 commits
  • 27 files changed
  • 2 contributors

Commits on Apr 2, 2026

  1. Improve release pipeline reliability and fix background update error …

    …dialog
    
    - ship_updates.ps1: always skip local builds; CI owns all artifact creation
    - release.ps1: remove gh requirement, 30-min wait loop, and asset verification
    - latest-build.yml: new workflow builds and publishes rolling latest pre-release on every push to main
    - keyquest_app.py: background update check errors now log silently instead of showing dialog
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    csm120 and claude committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    251764f View commit details
    Browse the repository at this point in the history
  2. Remove dead code from release.ps1

    gh CLI, Wait-ForGitHubRelease, Assert-ReleaseAssetsPresent, and
    Get-GitHubRepoFullName are no longer used after moving to CI-only builds.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    csm120 and claude committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    86ce2ea View commit details
    Browse the repository at this point in the history
  3. Remove dist-sync pre-commit, post-checkout, post-merge hooks

    These ran a full local PyInstaller build on every commit, blocking
    commits if the build failed. CI now owns all builds.
    pre-push hook retained (blocks force-pushes, runs lint+tests on tags).
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    csm120 and claude committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    89b94ca View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2026

  1. Release v1.16.0

    csm120 committed Apr 5, 2026
    Configuration menu
    Copy the full SHA
    5166671 View commit details
    Browse the repository at this point in the history
Loading