File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"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
+ ],
3
10
"3.1.7" : [" [Improved] Upgrade embedded Git to 2.39.2" ],
4
11
"3.1.7-beta1" : [" [Improved] Upgrade embedded Git to 2.39.2" ],
5
12
"3.1.6" : [
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type ChannelToValidate = 'production' | 'beta'
15
15
* to a previous version of GitHub Desktop without losing all settings.
16
16
*/
17
17
const ValidElectronVersions : Record < ChannelToValidate , string > = {
18
- production : '19 .0.0 ' ,
18
+ production : '22 .0.3 ' ,
19
19
beta : '22.0.3' ,
20
20
}
21
21
You can’t perform that action at this time.
0 commit comments