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.1 release #1095

Merged
merged 92 commits into from
Jul 1, 2024

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    41b7a47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db3a1d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b1d1ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1341c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f295b62 View commit details
    Browse the repository at this point in the history
  6. polish About modal for Linux build (#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 Jul 1, 2024
    Configuration menu
    Copy the full SHA
    72f7fee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b1e45e View commit details
    Browse the repository at this point in the history
  8. Added test for symlinks

    Reduce errors produced in terminal from debian package installations by testing for existence of symlink prior to executing unlink
    jfgordon2 authored and shiftkey committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4638b96 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    949a115 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6c29000 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    63a17b2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4679027 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3d080a0 View commit details
    Browse the repository at this point in the history
  14. allow tilde character when specifying a local repository (#316)

    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 Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4d9784a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    770b350 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9108fb0 View commit details
    Browse the repository at this point in the history
  17. Add smaller icons (#395)

    kevinhikaruevans authored and shiftkey committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    32910fd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3181b5e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    579a46b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    eeddd14 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b610a10 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d5ac6d1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b51a8cb View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f203e6e View commit details
    Browse the repository at this point in the history
  25. refresh smaller icons to use new theme (#530)

    * drop explicit window icon on Linux
    * drop old icon used in app window
    * regenerate smaller icons from new 256px source
    shiftkey committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7e71426 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b0d4389 View commit details
    Browse the repository at this point in the history
  27. introduce abstractions to make Flatpak integration easier (#555)

    Co-Authored-By: nullrequest <30698906+advaithm@users.noreply.github.com>
    shiftkey and Lunarequest committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9fc3ede View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3f4ed65 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4d847d8 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b148c6e View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    6cae1ba View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    879d98d View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    4fecf98 View commit details
    Browse the repository at this point in the history
  34. fixed a typo in the README (#605)

    foxler2010 authored and shiftkey committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    72e6a74 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    3571dc1 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    b28093f View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    f494844 View commit details
    Browse the repository at this point in the history
  38. Add mirror to README (#667)

    * Update README.md to add mirror
    
    I added `mirror.mwt.me` as a possible repo option. I tried to keep this stylistically consistent with the rest of the document.
    
    I also offloaded the GPG key download to keys.openpgp.org. This allows this step to work even if PackageCloud is out of bandwidth. It also has the advantage of putting the key id in the README and does not require users to trust me.
    
    * undo use of openpgp.org
    
    * Mention AppImage and Flatpak
    mwt authored and shiftkey committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    113330f View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    58ef249 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    e3a4572 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    120bd4e View commit details
    Browse the repository at this point in the history
  42. Add support for GNOME console and newer GNOME editors (#700)

    * add support for gnome console
    
    * Delete configurationCache.log
    
    * Update linux.ts
    
    * fix cap of gnome
    
    * support new GNOME Text Editor
    
    * support GNOME builder
    Etaash-mathamsetty authored and shiftkey committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    762b30d View commit details
    Browse the repository at this point in the history
  43. Adds LXTerminal to terminals and Geany and Mousepad to supported edit…

    …ors (#711)
    
    * add LXTerminal to supported terminals
    
    * add geany to supported editors list
    
    * Update linux.ts
    
    * add mousepad to supported editors
    
    * lint changed files
    
    Co-authored-by: Brendan Forster <github@brendanforster.com>
    theofficialgman and shiftkey committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    61bf995 View commit details
    Browse the repository at this point in the history
  44. add armv7l support to scripts (#712)

    * add armv7l support to scripts
    
    * lint fix new files
    
    Co-authored-by: Brendan Forster <github@brendanforster.com>
    theofficialgman and shiftkey committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2529b15 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    b954e71 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    f32bda0 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    539409f View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    19bf622 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    9d5846a View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    53e5acc View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    cbf04d1 View commit details
    Browse the repository at this point in the history
  52. patch electron-installer-redhat to disable .build-id links in dir…

    …ectory (#837)
    
    * 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 Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7121ebf View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    16ef9a7 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    b4af524 View commit details
    Browse the repository at this point in the history
  55. Bump electron-installer-redhat from 3.3.0 to 3.4.0 (#848)

    * Bump electron-installer-redhat from 3.3.0 to 3.4.0
    
    Dependabot couldn't find the original pull request head commit, 6b63cfc.
    
    * regenerate patch file
    
    ---------
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Brendan Forster <github@brendanforster.com>
    dependabot[bot] and shiftkey committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    88b968d View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    18f59e0 View commit details
    Browse the repository at this point in the history
  57. switch Linux build over to use configured docker image (#898)

    Co-authored-by: theofficialgman <28281419+theofficialgman@users.noreply.github.com>
    shiftkey and theofficialgman committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4f1ede6 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    436a719 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    60b1065 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    1f720b3 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    5dfaba0 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    927257f View commit details
    Browse the repository at this point in the history
  63. backport some release fixes after initial testing (#905)

    * adjust release flow to skip the release- prefix
    
    * aupdate glob to look recursively for artifacts
    
    * fail when the files cannot be found
    shiftkey committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7269310 View commit details
    Browse the repository at this point in the history
  64. Bump actions/download-artifact from 2 to 3 (#907)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      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 Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7c18118 View commit details
    Browse the repository at this point in the history
  65. Docs: add GNOME Terminal immutability to known issues. (#910)

    Addresses issue described at #344
    khawkins98 authored and shiftkey committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3fe2900 View commit details
    Browse the repository at this point in the history
  66. Bump electron-builder from 24.4.0 to 24.13.3 (#914 #926 #959 #1015)

    Bumps [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) from 24.4.0 to 24.13.3.
    - [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/v24.13.3/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 Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2204c2e View commit details
    Browse the repository at this point in the history
  67. backport patches from previous release (#915)

    * remove rpm section as unnecessary
    
    * strip out checksum generation for release
    
    * include .sha256 artifacts in release
    
    * update electron to latest minor release
    
    * Apply suggestions from code review
    shiftkey committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    74631da View commit details
    Browse the repository at this point in the history
  68. 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 Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a42cabb View commit details
    Browse the repository at this point in the history
  69. Bump electron-installer-debian from 3.1.0 to 3.2.0 (#917)

    Bumps [electron-installer-debian](https://github.com/electron-userland/electron-installer-debian) from 3.1.0 to 3.2.0.
    - [Release notes](https://github.com/electron-userland/electron-installer-debian/releases)
    - [Changelog](https://github.com/electron-userland/electron-installer-debian/blob/main/NEWS.md)
    - [Commits](electron-userland/electron-installer-debian@v3.1.0...v3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: electron-installer-debian
      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 Jul 1, 2024
    Configuration menu
    Copy the full SHA
    5f7dc3d View commit details
    Browse the repository at this point in the history
  70. Add an option to use the Windows title bar (#912)

    Co-authored-by: Brendan Forster <github@brendanforster.com>
    mon-jai and shiftkey committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    aa8b7f0 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    53b1333 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    7d4809d View commit details
    Browse the repository at this point in the history
  73. Bump actions/setup-node from 3 to 4 (#949)

    Dependabot couldn't find the original pull request head commit, 693b452.
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and shiftkey committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    16c0a41 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    9c13a7d View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    75e881e View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    6589cf0 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    6115614 View commit details
    Browse the repository at this point in the history
  78. Use Ctrl+Q to quit (#997)

    Resolves #484
    kra-mo authored and shiftkey committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    20f24ca View commit details
    Browse the repository at this point in the history
  79. Bump softprops/action-gh-release from 1 to 2 (#1021)

    Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
    - [Release notes](https://github.com/softprops/action-gh-release/releases)
    - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
    - [Commits](softprops/action-gh-release@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: softprops/action-gh-release
      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 Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9f55d3f View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    8e33075 View commit details
    Browse the repository at this point in the history
  81. Bump yaml from 1.4.0 to 2.4.2 (#1037 #1056)

    Bumps [yaml](https://github.com/eemeli/yaml) from 1.4.0 to 2.4.2.
    - [Release notes](https://github.com/eemeli/yaml/releases)
    - [Commits](eemeli/yaml@v1.4.0...v2.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: yaml
      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 Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c761405 View commit details
    Browse the repository at this point in the history
  82. Bump patch-package from 6.5.1 to 8.0.0 (#1038)

    Bumps [patch-package](https://github.com/ds300/patch-package) from 6.5.1 to 8.0.0.
    - [Release notes](https://github.com/ds300/patch-package/releases)
    - [Changelog](https://github.com/ds300/patch-package/blob/master/CHANGELOG.md)
    - [Commits](ds300/patch-package@v6.5.1...v8.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: patch-package
      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 Jul 1, 2024
    Configuration menu
    Copy the full SHA
    762e491 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    8842309 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    810ba53 View commit details
    Browse the repository at this point in the history
  85. Bump yaml from 2.4.2 to 2.4.3 (#1077)

    Bumps [yaml](https://github.com/eemeli/yaml) from 2.4.2 to 2.4.3.
    - [Release notes](https://github.com/eemeli/yaml/releases)
    - [Commits](eemeli/yaml@v2.4.2...v2.4.3)
    
    ---
    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 Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4fd0da1 View commit details
    Browse the repository at this point in the history
  86. Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#1089)

    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.5 to 6.1.0.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](peter-evans/create-pull-request@v6.0.5...v6.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      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 Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e122e7b View commit details
    Browse the repository at this point in the history
  87. Bump yaml from 2.4.3 to 2.4.5 (#1082)

    Bumps [yaml](https://github.com/eemeli/yaml) from 2.4.3 to 2.4.5.
    - [Release notes](https://github.com/eemeli/yaml/releases)
    - [Commits](eemeli/yaml@v2.4.3...v2.4.5)
    
    ---
    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 Jul 1, 2024
    Configuration menu
    Copy the full SHA
    73e9b2a View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    f18be73 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    30a9714 View commit details
    Browse the repository at this point in the history
  90. Update README.md (#1079)

    tct123 authored and shiftkey committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    94d8471 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    9b2a880 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    d5cde7f View commit details
    Browse the repository at this point in the history