- Notifications
You must be signed in to change notification settings - Fork232
Comparing changes
Open a pull request
base repository:itchio/itch
Uh oh!
There was an error while loading.Please reload this page.
base:v26.1.9
head repository:itchio/itch
Uh oh!
There was an error while loading.Please reload this page.
compare:v26.2.1-canary
- 13commits
- 7files changed
- 4contributors
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`.
Escape game titles in context menus (Fixes#2890)
Ampersands in context menus get interpreted as a shortcutdefinition. This escapes game titles before placing them into acontext menu payload.Co-Authored-By: Luke <jls47@users.noreply.github.com>
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>
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>
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>
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>
Fix error on SendFeedback page (fixes#2951)
If some piece of information isn't available on a particularsystem (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'snot iterable.Excluding `null` from such attempts keeps the SendFeedback pagefrom crashing.
alts committedJun 20, 2024
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>
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>
Cut, copy, paste, and select all operations weren't working (atleast on Mac) due to the application menu being hidden. This islikely a change from a recent version of Electron, as the apppreviously depended upon hidden menu items
alts committedJun 24, 2024
Commits on Jul 23, 2024
Install go in the Mac build step
alts committedJul 23, 2024 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>
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
Uh oh!
There was an error while loading.Please reload this page.