X Tutup
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: itchio/itch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v26.1.3-canary
Choose a base ref
...
head repository: itchio/itch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v26.1.5-canary
Choose a head ref
  • 8 commits
  • 56 files changed
  • 2 contributors

Commits on Jan 19, 2024

  1. Update translations

    alts committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c8106c5 View commit details
    Browse the repository at this point in the history
  2. update versions

    leafo committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    1350f2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0ec2d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    13761cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14f8eef View commit details
    Browse the repository at this point in the history
  3. Fix handling of new windows from browser

    This resolves two bugs:
    
    1. Links with `target="_blank"` not opening when left-clicked
    2. Non-itch urls opening in the app browser (rather than external
       browser) when ctrl-clicked
    
    The second was occurring because the wrong `loadURL` function was
    being called, and we were bypassing our itch.io domain restriction.
    The first was due to us not opting in to allowing popups, which
    appears to have become required in Electron 22 (not confirmed, but
    that was the version where window handling logic most significantly
    changed).
    alts committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    45f61bc View commit details
    Browse the repository at this point in the history
  4. ⬆️ 26.1.4-canary

    alts committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    3b20364 View commit details
    Browse the repository at this point in the history
  5. ⬆️ 26.1.5-canary

    alts committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    3926ecc View commit details
    Browse the repository at this point in the history
Loading
X Tutup