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

Prefix the summary with the branch / ticket name #1111

Open
wants to merge 97 commits into
base: linux
Choose a base branch
from

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    35a3034 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d0cbd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    546602b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23530f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e18f8c View commit details
    Browse the repository at this point in the history
  6. polish About modal for Linux build (shiftkey#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 Dec 18, 2023
    Configuration menu
    Copy the full SHA
    921d895 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d34c07 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 Dec 18, 2023
    Configuration menu
    Copy the full SHA
    a3004f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    01a9a1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e911634 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d62219 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c93caef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2095d7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04fc421 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6a8ca1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ace937 View commit details
    Browse the repository at this point in the history
  9. allow tilde character when specifying a local repository (shiftkey#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 Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d4a06f3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    25c4654 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e02616c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    22f0aa8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bf3b649 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d6f003e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e8d755b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f99def5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    adeb09e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cdbf0cb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9d2478e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    16ce500 View commit details
    Browse the repository at this point in the history
  21. refresh smaller icons to use new theme (shiftkey#530)

    * drop explicit window icon on Linux
    * drop old icon used in app window
    * regenerate smaller icons from new 256px source
    shiftkey committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0c655b8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2b21cce View commit details
    Browse the repository at this point in the history
  23. introduce abstractions to make Flatpak integration easier (shiftkey#555)

    Co-Authored-By: nullrequest <30698906+advaithm@users.noreply.github.com>
    shiftkey and Lunarequest committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0fa549a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    07026fe View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    431739b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9b76e1f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f957a1e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e0dcd74 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    74a2677 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2452b15 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5765fbe View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    041ba1d View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    69190fa View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a0d842d View commit details
    Browse the repository at this point in the history
  35. Add mirror to README (shiftkey#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 Dec 20, 2023
    Configuration menu
    Copy the full SHA
    de342d2 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    7f8aa9e View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    988b869 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    2c4e222 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ea492a6 View commit details
    Browse the repository at this point in the history
  40. Add support for GNOME console and newer GNOME editors (shiftkey#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 Dec 20, 2023
    Configuration menu
    Copy the full SHA
    9cb6010 View commit details
    Browse the repository at this point in the history
  41. Adds LXTerminal to terminals and Geany and Mousepad to supported edit…

    …ors (shiftkey#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 Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ae4112f View commit details
    Browse the repository at this point in the history
  42. add armv7l support to scripts (shiftkey#712)

    * add armv7l support to scripts
    
    * lint fix new files
    
    Co-authored-by: Brendan Forster <github@brendanforster.com>
    theofficialgman and shiftkey committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    481ae0d View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    f9e9dd4 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    bf11321 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    d554aeb View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    f2aa406 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    f04f96b View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    7d152f6 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    dc95aa2 View commit details
    Browse the repository at this point in the history
  50. patch electron-installer-redhat to disable .build-id links in dir…

    …ectory (shiftkey#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 Dec 20, 2023
    Configuration menu
    Copy the full SHA
    6f12316 View commit details
    Browse the repository at this point in the history
  51. Delete FUNDING.yml

    shiftkey committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    7414e7f View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    2113e77 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    89a8249 View commit details
    Browse the repository at this point in the history
  54. Bump electron-installer-redhat from 3.3.0 to 3.4.0 (shiftkey#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 Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d00af01 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    ff67ba9 View commit details
    Browse the repository at this point in the history
  56. reformat changed files

    shiftkey committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    7db5585 View commit details
    Browse the repository at this point in the history
  57. Add support for Flatpak installs of several editors (shiftkey#887)

    * Update linux.ts
    
    Fix shiftkey#885 for VSCode, VSCodium, and VSCode Insiders
    
    * Use full path for Flatpak binaries
    
    Adds full path, as previous method didn't function properly.
    FloridaMan7588 authored and shiftkey committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    aaa08a9 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    f772584 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    5fb282c View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    4fae82b View commit details
    Browse the repository at this point in the history
  61. switch Linux build over to use configured docker image (shiftkey#898)

    Co-authored-by: theofficialgman <28281419+theofficialgman@users.noreply.github.com>
    shiftkey and theofficialgman committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    6b37bfe View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    e3a588c View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    e11edac View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    b3eb476 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    69d9220 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    9bafea2 View commit details
    Browse the repository at this point in the history
  67. backport some release fixes after initial testing (shiftkey#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 Dec 20, 2023
    Configuration menu
    Copy the full SHA
    6e89801 View commit details
    Browse the repository at this point in the history
  68. Bump actions/download-artifact from 2 to 3 (shiftkey#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 Dec 20, 2023
    Configuration menu
    Copy the full SHA
    2d20c74 View commit details
    Browse the repository at this point in the history
  69. Docs: add GNOME Terminal immutability to known issues. (shiftkey#910)

    Addresses issue described at shiftkey#344
    khawkins98 authored and shiftkey committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4811c3f View commit details
    Browse the repository at this point in the history
  70. Bump electron-builder from 24.4.0 to 24.6.3 (shiftkey#914)

    Bumps [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) from 24.4.0 to 24.6.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.6.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 Dec 20, 2023
    Configuration menu
    Copy the full SHA
    f36b22e View commit details
    Browse the repository at this point in the history
  71. backport patches from previous release (shiftkey#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 Dec 20, 2023
    Configuration menu
    Copy the full SHA
    2e4e584 View commit details
    Browse the repository at this point in the history
  72. Bump electron-packager from 17.1.1 to 17.1.2 (shiftkey#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 Dec 20, 2023
    Configuration menu
    Copy the full SHA
    867c239 View commit details
    Browse the repository at this point in the history
  73. Bump electron-installer-debian from 3.1.0 to 3.2.0 (shiftkey#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 Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ff46c2f View commit details
    Browse the repository at this point in the history
  74. Bump electron-builder from 24.6.3 to 24.6.4 (shiftkey#926)

    Bumps [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) from 24.6.3 to 24.6.4.
    - [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.6.4/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 Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a378069 View commit details
    Browse the repository at this point in the history
  75. Add an option to use the Windows title bar (shiftkey#912)

    Co-authored-by: Brendan Forster <github@brendanforster.com>
    mon-jai and shiftkey committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    afa95c7 View commit details
    Browse the repository at this point in the history
  76. add support for vscodium insiders (shiftkey#928)

    * [app: editors] add vscodium insiders
    FeyXieXzf authored and shiftkey committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    16f0a08 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    5d75f29 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    4913168 View commit details
    Browse the repository at this point in the history
  79. Bump actions/setup-node from 3 to 4 (shiftkey#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 Dec 20, 2023
    Configuration menu
    Copy the full SHA
    cd10351 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    7f8f220 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    0723dc6 View commit details
    Browse the repository at this point in the history
  82. Bump electron-builder from 24.6.4 to 24.9.1 (shiftkey#959)

    Bumps [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) from 24.6.4 to 24.9.1.
    - [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.9.1/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 Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0846627 View commit details
    Browse the repository at this point in the history
  83. Bump github/codeql-action from 2 to 3 (shiftkey#976)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      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 Dec 20, 2023
    Configuration menu
    Copy the full SHA
    04529ea View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    87ad288 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    f589a5f View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    7b6808e View commit details
    Browse the repository at this point in the history
  87. added Intellij Idea Ultimate and Goland under Linux IDE options (shi…

    …ftkey#985)
    
    * added intellij idea ultimate and golang under linux IDE options
    
    * Update Linux IDE integration doc
    
    ---------
    
    Co-authored-by: madeindreams <madeindreams@protonmail.com>
    Co-authored-by: madeindreams <ian@idecentralize.finance>
    3 people authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    737fb81 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    59a9eaf View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    e035053 View commit details
    Browse the repository at this point in the history