-
Notifications
You must be signed in to change notification settings - Fork 247
Comparing changes
Open a pull request
base repository: itchio/itch
base: v26.1.9
head repository: itchio/itch
compare: v26.2.1-canary
- 13 commits
- 7 files changed
- 4 contributors
Commits on Jun 14, 2024
-
🐛 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`.
Configuration menu - View commit details
-
Copy full SHA for f91e12a - Browse repository at this point
Copy the full SHA f91e12aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 539636b - Browse repository at this point
Copy the full SHA 539636bView commit details
Commits on Jun 20, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0cdddcf - Browse repository at this point
Copy the full SHA 0cdddcfView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 71cf578 - Browse repository at this point
Copy the full SHA 71cf578View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for de09b9d - Browse repository at this point
Copy the full SHA de09b9dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4ba41c5 - Browse repository at this point
Copy the full SHA 4ba41c5View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for dcf0c6f - Browse repository at this point
Copy the full SHA dcf0c6fView commit details
Commits on Jun 24, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 27453c1 - Browse repository at this point
Copy the full SHA 27453c1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e6eee6c - Browse repository at this point
Copy the full SHA e6eee6cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for bb5e0f6 - Browse repository at this point
Copy the full SHA bb5e0f6View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b9caa65 - Browse repository at this point
Copy the full SHA b9caa65View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3b23106 - Browse repository at this point
Copy the full SHA 3b23106View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c80bf9 - Browse repository at this point
Copy the full SHA 0c80bf9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v26.1.9...v26.2.1-canary