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.9
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.2.1-canary
Choose a head ref
  • 13 commits
  • 7 files changed
  • 4 contributors

Commits on Jun 14, 2024

  1. 🐛 Remove duplicated slash in path to user profile

    Fixed slash duplication in the path component to every user profile 
    by removing trailing slash inside the constant `originalItchio`.
    The bug is caused by a double slash in the path, for example, `https://itch.io//profile/the-user-name`.
    botamochi0x12 authored and alts committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f91e12a View commit details
    Browse the repository at this point in the history
  2. Escape game titles in context menus (Fixes #2890)

    Ampersands in context menus get interpreted as a shortcut
    definition. This escapes game titles before placing them into a
    context menu payload.
    
    Co-Authored-By: Luke <jls47@users.noreply.github.com>
    alts and jls47 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    539636b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Bump follow-redirects from 1.15.2 to 1.15.6

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.6)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and alts committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0cdddcf View commit details
    Browse the repository at this point in the history
  2. Bump ws from 6.2.2 to 6.2.3

    Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@6.2.2...6.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and alts committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    71cf578 View commit details
    Browse the repository at this point in the history
  3. Bump systeminformation from 5.6.20 to 5.21.7

    Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.6.20 to 5.21.7.
    - [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md)
    - [Commits](sebhildebrandt/systeminformation@v5.6.20...v5.21.7)
    
    ---
    updated-dependencies:
    - dependency-name: systeminformation
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and alts committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    de09b9d View commit details
    Browse the repository at this point in the history
  4. Bump express from 4.18.2 to 4.19.2

    Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](expressjs/express@4.18.2...4.19.2)
    
    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and alts committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    4ba41c5 View commit details
    Browse the repository at this point in the history
  5. Fix error on SendFeedback page (fixes #2951)

    If some piece of information isn't available on a particular
    system (in my case, vram), then `systeminformation` produces a
    `null` value when queried. `null` satisfies the `typeof === 'object`'
    check, causing us to attempt to iterate over it, even though it's
    not iterable.
    
    Excluding `null` from such attempts keeps the SendFeedback page
    from crashing.
    alts committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    dcf0c6f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Bump @babel/traverse from 7.12.13 to 7.24.7

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.12.13 to 7.24.7.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and alts committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    27453c1 View commit details
    Browse the repository at this point in the history
  2. Bump postcss from 8.2.15 to 8.4.38

    Bumps [postcss](https://github.com/postcss/postcss) from 8.2.15 to 8.4.38.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.2.15...8.4.38)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and alts committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e6eee6c View commit details
    Browse the repository at this point in the history
  3. Fix clipboard operations

    Cut, copy, paste, and select all operations weren't working (at
    least on Mac) due to the application menu being hidden. This is
    likely a change from a recent version of Electron, as the app
    previously depended upon hidden menu items
    alts committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    bb5e0f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Install go in the Mac build step

    alts committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b9caa65 View commit details
    Browse the repository at this point in the history
  2. Bump got and electron-packager

    Bumps [got](https://github.com/sindresorhus/got) to 11.8.6 and updates ancestor dependency [electron-packager](https://github.com/electron/electron-packager). These dependencies need to be updated together.
    
    
    Updates `got` from 9.6.0 to 11.8.6
    - [Release notes](https://github.com/sindresorhus/got/releases)
    - [Commits](sindresorhus/got@v9.6.0...v11.8.6)
    
    Updates `electron-packager` from 15.5.2 to 17.1.2
    - [Release notes](https://github.com/electron/electron-packager/releases)
    - [Changelog](https://github.com/electron/packager/blob/main/NEWS.md)
    - [Commits](electron/packager@v15.5.2...v17.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: got
      dependency-type: indirect
    - dependency-name: electron-packager
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and alts committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3b23106 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. ⬆️ 26.2.1-canary

    alts committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    0c80bf9 View commit details
    Browse the repository at this point in the history
Loading
X Tutup