Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply changes for 3.4.4 release #1157

Merged
merged 47 commits into from
Nov 11, 2024
Merged

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    4a01064 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2795c9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    395c9f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6481ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5050288 View commit details
    Browse the repository at this point in the history
  6. fix: update About modal by hiding unsupported features on Linux (#241)

    Updated the "About GitHub Desktop" model to remove the button to check for updates (since it didn't do anything on Linux) and replace with a link to the linux releases page
    jfgordon2 authored and shiftkey committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3e7352f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0ca1f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9afdbca View commit details
    Browse the repository at this point in the history
  9. feat(tooling): move redhat packaging out to own step (#273 #837 #1038)

    * add patch-package so we can patch a node_modules package
    
    * generate patch to disable build-id contents for RPM package
    
    * move patch-package command to post-install script
    
    * regenerate patch file
    shiftkey committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    bb219f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9c8378b View commit details
    Browse the repository at this point in the history
  11. fix: allow tilde character when specifying a local repository (#317)

    There already exists a function that will convert a tilde path to an absolute path. It was originally used for this purpose, but the functionality was removed during a commit that changed which function was used to validate git repositories.
    
    This reinstates that functionality and allows us to type a ~/ tilde path to get our home directories when typing in a path.
    Daniel-McCarthy authored and shiftkey committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    267bca4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4433413 View commit details
    Browse the repository at this point in the history
  13. fix: add smaller icons and align with new theme (#395 #530 #561)

    * drop old icon used in app window
    * regenerate smaller icons from new 256px source
    kevinhikaruevans authored and shiftkey committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ccb02c2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d80a7ca View commit details
    Browse the repository at this point in the history
  15. feat(tooling): flatpak - introduce abstractions to make Flatpak integ…

    …ration easier (#555 #558)
    
    Co-Authored-By: nullrequest <30698906+advaithm@users.noreply.github.com>
    shiftkey and Lunarequest committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    02f0213 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    46feba6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b917547 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9493c90 View commit details
    Browse the repository at this point in the history
  19. feat(tooling) add armv7l support to scripts (#712)

    Co-authored-by: Brendan Forster <github@brendanforster.com>
    theofficialgman and shiftkey committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7d27569 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bd6e04b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f95cb1a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    fd1547b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a93719c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    eb7e84d View commit details
    Browse the repository at this point in the history
  25. feat(tooling): update base CI to use configured docker image (#898)

    Co-authored-by: theofficialgman <28281419+theofficialgman@users.noreply.github.com>
    shiftkey and theofficialgman committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    aacb67d View commit details
    Browse the repository at this point in the history
  26. feat(tooling): update build scripts to support ARM architectures (#898)

    Co-authored-by: theofficialgman <28281419+theofficialgman@users.noreply.github.com>
    shiftkey and theofficialgman committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    bdaa414 View commit details
    Browse the repository at this point in the history
  27. feat(tooling): update electron-builder package tooling to support ARM…

    … architectures (#898)
    
    Co-authored-by: theofficialgman <28281419+theofficialgman@users.noreply.github.com>
    shiftkey and theofficialgman committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    76405d4 View commit details
    Browse the repository at this point in the history
  28. feat(tooling): update debian package script to support ARM architectu…

    …res (#898)
    
    Co-authored-by: theofficialgman <28281419+theofficialgman@users.noreply.github.com>
    shiftkey and theofficialgman committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    af0566e View commit details
    Browse the repository at this point in the history
  29. feat(tooling): update redhat package script to support ARM architectu…

    …res (#898)
    
    Co-authored-by: theofficialgman <28281419+theofficialgman@users.noreply.github.com>
    shiftkey and theofficialgman committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    62e4001 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ac531ac View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    31d62c5 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    efff341 View commit details
    Browse the repository at this point in the history
  33. fix: add an option to use the Windows title bar (#912)

    Co-authored-by: Brendan Forster <github@brendanforster.com>
    mon-jai and shiftkey committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    72d77b7 View commit details
    Browse the repository at this point in the history
  34. feat(tooling): scaffold workflows to handle automated rebasing of cha…

    …nges to make release automation boring (#1074 #1075)
    shiftkey committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    aa51ba4 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    0493d61 View commit details
    Browse the repository at this point in the history
  36. Bump electron-packager from 17.1.1 to 17.1.2 (#916)

    Bumps [electron-packager](https://github.com/electron/electron-packager) from 17.1.1 to 17.1.2.
    - [Release notes](https://github.com/electron/electron-packager/releases)
    - [Changelog](https://github.com/electron/electron-packager/blob/main/NEWS.md)
    - [Commits](electron/packager@v17.1.1...v17.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: electron-packager
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and shiftkey committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    cc29d2f View commit details
    Browse the repository at this point in the history
  37. shells: add Black Box terminal (#1126)

    adil192 authored and shiftkey committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    51904a3 View commit details
    Browse the repository at this point in the history
  38. build(deps): bump yaml from 2.5.0 to 2.5.1 (#1123)

    Bumps [yaml](https://github.com/eemeli/yaml) from 2.5.0 to 2.5.1.
    - [Release notes](https://github.com/eemeli/yaml/releases)
    - [Commits](eemeli/yaml@v2.5.0...v2.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: yaml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and shiftkey committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    9693ea4 View commit details
    Browse the repository at this point in the history
  39. build(deps-dev): bump electron-builder from 24.13.3 to 25.0.5 (#1122)

    Bumps [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) from 24.13.3 to 25.0.5.
    - [Release notes](https://github.com/electron-userland/electron-builder/releases)
    - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md)
    - [Commits](https://github.com/electron-userland/electron-builder/commits/v25.0.5/packages/electron-builder)
    
    ---
    updated-dependencies:
    - dependency-name: electron-builder
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and shiftkey committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    9c02a6f View commit details
    Browse the repository at this point in the history
  40. build(deps): bump peter-evans/create-pull-request from 6.1.0 to 7.0.1 (

    …#1121)
    
    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.1.0 to 7.0.1.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](peter-evans/create-pull-request@v6.1.0...v7.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and shiftkey committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    9e4d0d5 View commit details
    Browse the repository at this point in the history
  41. build(deps): bump peter-evans/create-pull-request from 7.0.1 to 7.0.2 (

    …#1130)
    
    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.1 to 7.0.2.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](peter-evans/create-pull-request@v7.0.1...v7.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and shiftkey committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c30232f View commit details
    Browse the repository at this point in the history
  42. build(deps): bump peter-evans/create-pull-request from 7.0.2 to 7.0.5 (

    …#1132)
    
    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.2 to 7.0.5.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](peter-evans/create-pull-request@v7.0.2...v7.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and shiftkey committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e44a872 View commit details
    Browse the repository at this point in the history
  43. build(deps-dev): bump electron-builder from 25.0.5 to 25.1.7 (#1138)

    Bumps [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) from 25.0.5 to 25.1.7.
    - [Release notes](https://github.com/electron-userland/electron-builder/releases)
    - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md)
    - [Commits](https://github.com/electron-userland/electron-builder/commits/electron-builder@25.1.7/packages/electron-builder)
    
    ---
    updated-dependencies:
    - dependency-name: electron-builder
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and shiftkey committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    bf951bd View commit details
    Browse the repository at this point in the history
  44. build(deps): bump yaml from 2.5.1 to 2.6.0 (#1140)

    Bumps [yaml](https://github.com/eemeli/yaml) from 2.5.1 to 2.6.0.
    - [Release notes](https://github.com/eemeli/yaml/releases)
    - [Commits](eemeli/yaml@v2.5.1...v2.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: yaml
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and shiftkey committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    acbfba1 View commit details
    Browse the repository at this point in the history
  45. build(deps-dev): bump electron-builder from 25.1.7 to 25.1.8 (#1141)

    Bumps [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) from 25.1.7 to 25.1.8.
    - [Release notes](https://github.com/electron-userland/electron-builder/releases)
    - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md)
    - [Commits](https://github.com/electron-userland/electron-builder/commits/electron-builder@25.1.8/packages/electron-builder)
    
    ---
    updated-dependencies:
    - dependency-name: electron-builder
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and shiftkey committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a6e7fc9 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    a13f1e9 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    54ad20b View commit details
    Browse the repository at this point in the history