Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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
Loading
...
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
Loading
  • 13commits
  • 7files changed
  • 4contributors

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@alts
    botamochi0x12 authored andalts committedJun 14, 2024
    Configuration menu
    Copy the full SHA
    f91e12aView 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 shortcutdefinition. This escapes game titles before placing them into acontext menu payload.Co-Authored-By: Luke <jls47@users.noreply.github.com>
    @alts@jls47
    alts andjls47 committedJun 14, 2024
    Configuration menu
    Copy the full SHA
    539636bView 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@alts
    dependabot[bot] authored andalts committedJun 20, 2024
    Configuration menu
    Copy the full SHA
    0cdddcfView 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@alts
    dependabot[bot] authored andalts committedJun 20, 2024
    Configuration menu
    Copy the full SHA
    71cf578View 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@alts
    dependabot[bot] authored andalts committedJun 20, 2024
    Configuration menu
    Copy the full SHA
    de09b9dView 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@alts
    dependabot[bot] authored andalts committedJun 20, 2024
    Configuration menu
    Copy the full SHA
    4ba41c5View 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 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
    alts committedJun 20, 2024
    Configuration menu
    Copy the full SHA
    dcf0c6fView 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@alts
    dependabot[bot] authored andalts committedJun 24, 2024
    Configuration menu
    Copy the full SHA
    27453c1View 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@alts
    dependabot[bot] authored andalts committedJun 24, 2024
    Configuration menu
    Copy the full SHA
    e6eee6cView 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 (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
    alts committedJun 24, 2024
    Configuration menu
    Copy the full SHA
    bb5e0f6View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    b9caa65View 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@alts
    dependabot[bot] authored andalts committedJul 23, 2024
    Configuration menu
    Copy the full SHA
    3b23106View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. ⬆️ 26.2.1-canary

    @alts
    alts committedAug 1, 2024
    Configuration menu
    Copy the full SHA
    0c80bf9View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp