Skip to content

Commit e328d5e

Browse files
authored
Merge pull request desktop#16155 from desktop/releases/3.1.8
Release 3.1.8
2 parents 5bfe751 + fba02b7 commit e328d5e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelog.json

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"releases": {
3+
"3.1.8": [
4+
"[Added] Add JetBrains CLion support on macOS - #15881. Thanks @tsvetilian-ty!",
5+
"[Fixed] Fix crash launching the app on Apple silicon devices - #16011",
6+
"[Fixed] Trim leading and trailing whitespace in URLs of repository remotes - #15821. Thanks @Shivareddy-Aluri!",
7+
"[Fixed] Fix support for the latest versions of RStudio on Windows - #15810",
8+
"[Fixed] Fix support for latest versions of VSCodium on Windows - #15585. Thanks @voidei!"
9+
],
310
"3.1.7": ["[Improved] Upgrade embedded Git to 2.39.2"],
411
"3.1.7-beta1": ["[Improved] Upgrade embedded Git to 2.39.2"],
512
"3.1.6": [

script/validate-electron-version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type ChannelToValidate = 'production' | 'beta'
1515
* to a previous version of GitHub Desktop without losing all settings.
1616
*/
1717
const ValidElectronVersions: Record<ChannelToValidate, string> = {
18-
production: '19.0.0',
18+
production: '22.0.3',
1919
beta: '22.0.3',
2020
}
2121

0 commit comments

Comments
 (0)