forked from desktop/desktop
-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.json
4041 lines (4041 loc) · 289 KB
/
changelog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"releases": {
"3.3.12-beta2": [
"[Improved] The pull request check run popover is now keyboard accessible - #18276",
"[Improved] The pull request check run popover button is now keyboard accessible - #18268",
"[Improved] Add the aria-label attribute to our markdown iframes to clarify their purpose to users of screen readers in browse mode. - #18277",
"[Improved] Add support for newer versions of Alacritty shell - #16614. Thanks @lhvy!",
"[Improved] Upgrade embedded Git to v2.43.3 on macOS, and to v2.43.0.windows.1 on Windows, and Git LFS to v3.5.1 - #18292",
"[Improved] Upgrade to Electron v28.2.3 - #18291",
"[Improved] Git errors due to bad config values are surfaced in the UI - #18230"
],
"3.3.12-beta1": [
"[Fixed] In the changes diff, groups of two rows that represent one line number change have a check all control - #18232",
"[Fixed] Copying lines in side by side diffs does not add new lines between each line when pasted - #18249",
"[Fixed] On Windows, PATH environment variable with values longer than 1024 are not truncated - #18244",
"[Fixed] The last lines in diffs are visible when warning banners are displayed - #18237",
"[Improved] Add the \"link\" role to the \"Open pull request\" button in tutorial sidebar - #18245",
"[Improved] Upgrade to Electron v28.2.3 - #18185"
],
"3.3.11": [
"[Fixed] Copying lines in the side by side diff does not add new lines between each line when pasted. - #18249"
],
"3.3.10": [
"[Fixed] The last lines in diffs are visible when warning banners are displayed - #18237",
"[Fixed] Ignore a file's parent directories on Windows. - #1203"
],
"3.3.10-beta1": [
"[Added] Added visible and semantic check all button for a group of consecutive selectable rows in the diff - #18201",
"[Fixed] Ignore a file's parent directories on Windows - #18206",
"[Improved] Add a setting for visibility of diff check marks when committing - #18227",
"[Improved] Add support for toggling link underlines globally - #18035"
],
"3.3.9": [
"[Fixed] The line number inclusion controls are semantic checkboxes and are keyboard accessible - #18064",
"[Fixed] Copying commit SHAs from submodule diffs is keyboard accessible - #18124",
"[Fixed] Show avatars of bot accounts such as dependabot - #12766",
"[Fixed] Focus outline is visible on the diff - #18086",
"[Fixed] Selecting or deselecting lines in a diff by dragging the mouse now scrolls the contents as needed - #17673",
"[Fixed] Last line of diffs can be selected when the file didn't have a new line at the end - #18081",
"[Fixed] Promote line endings change warning from icon to a banner, improving its accessibility - #18084",
"[Fixed] Amending a commit in non-GitHub repositories restores the commit message - #18061",
"[Fixed] The merge dialog submit button is available when conflicts are detected - #18037",
"[Fixed] Avatars are once again loading for GitHub Enterprise Server users - #18034",
"[Fixed] Lists scroll and render as expected when scrolling by dragging the scrollbar on Windows - #18012",
"[Fixed] External editor or shell failure error will open to integration settings - #18021. Thanks @yasuking0304!",
"[Improved] Add `pyi` to syntax highlighting - #18141. Thanks @pLeBlanc93!",
"[Improved] Syntax highlighting now supports .cmake, .cxx, .hh, .hxx, and .xsd files - #17503. Thanks @DylanDevelops!",
"[Improved] Apply Markdown highlighting to .mdx files - #18040. Thanks @bentookey-yotta!",
"[Improved] Implemented folder ignore with all parent directories - #1203. Thanks @masecla22!"
],
"3.3.9-beta2": [
"[Fixed] The line number inclusion controls are semantic checkboxes and are keyboard accessible - #18064",
"[Fixed] Copying commit SHAs from submodule diffs is keyboard accessible - #18124",
"[Fixed] Show avatars of bot accounts such as dependabot - #12766",
"[Fixed] Focus outline is visible on the diff - #18086",
"[Fixed] Selecting or deselecting lines in a diff by dragging the mouse now scrolls the contents as needed - #17673",
"[Fixed] Last line of diffs can be selected when the file didn't have a new line at the end - #18081",
"[Fixed] Promote line endings change warning from icon to a banner, improving its accessibility - #18084",
"[Fixed] Amending a commit in non-GitHub repositories restores the commit message - #18061",
"[Improved] Add `pyi` to syntax highlighting - #18141. Thanks @pLeBlanc93!",
"[Improved] Syntax highlighting now supports .cmake, .cxx, .hh, .hxx, and .xsd files - #17503. Thanks @DylanDevelops!",
"[Improved] Apply Markdown highlighting to .mdx files - #18040. Thanks @bentookey-yotta!",
"[Improved] The diff line numbers show check marks so color is not the sole medium to determine inclusion into a commit - #18077"
],
"3.3.9-beta1": [
"[Fixed] The merge dialog submit button is available when conflicts are detected - #18037",
"[Fixed] Avatars are once again loading for GitHub Enterprise Server users - #18034",
"[Fixed] Lists scroll and render as expected when scrolling by dragging the scrollbar on Windows - #18012",
"[Fixed] External editor or shell failure error will open to integration settings - #18021. Thanks @yasuking0304!",
"[Improved] Implemented folder ignore with all parent directories - #1203. Thanks @masecla22!"
],
"3.3.8": [
"[Fixed] The merge dialog submit button is available when conflicts are detected. - #18037",
"[Fixed] Avatars are once again loading for GitHub Enterprise Server users. - #18036"
],
"3.3.7": [
"[Fixed] Merge branch dialog's merge preview no longer shows stale merge check data - #17929",
"[Fixed] Co-authors are restored as such when a commit is amended - #17879",
"[Fixed] Tags with commas are no longer truncated to the first comma - #17952",
"[Fixed] The \"Reveal in Finder\" context menu option in the conflict resolution dialog no longer causes Finder to be unresponsive - #17933",
"[Fixed] Clicking on the commit message length warning does not close the squash commit dialog - #17966",
"[Fixed] Fix Alacritty bundle ID on macOS - #17940. Thanks @JannesMeyer!",
"[Fixed] Merge branch dialog no longer shows flickering merge preview when switching branches - #17948. Thanks @GengShengJia!",
"[Fixed] Diff no longer jumps when scrolling after pressing expansion buttons - #17776",
"[Fixed] Use list semantics in job step lists for improved accessibility - #17855",
"[Fixed] Fix heading levels used in dialogs for improved accessibility - #17848",
"[Improved] Replace the \"Default branch name for new repositories\" radio button setting with a more accessible and inclusive textbox input and description - #17844",
"[Improved] The \"You're Done\" header is focused after tutorial completion so it is announced and screen reader users are made aware of the completion screen - #17835",
"[Improved] Checkboxes always have unique id's for label association - #17839",
"[Improved] Better visibility of checkbox focus indicator - #17842",
"[Improved] Improve inclusivity and clarification of branch name change warning. - #17866",
"[Improved] Focus moves to closest expansion button or diff container after expansion - #17499",
"[Improved] Tooltips can be dismissed with the escape key - #17823, #17836",
"[Improved] Semantically grouping our settings radio and checkbox groups so their group headers will be announced to screen reader users. - #17787",
"[Improved] The \"Other\" email description is announced on input focus in the git config form - #17785",
"[Improved] Move the repository list on the \"Let's get started!\" screen to the left hand side so it can be the first logical tab placement. - #17821",
"[Improved] Increased the specificity of the \"Sign In\" and \"Sign Out\" buttons in the Account settings - #17794"
],
"3.3.7-beta3": [
"[Fixed] Merge branch dialog's merge preview no longer shows stale merge check data - #17929",
"[Fixed] Co-authors are restored as such when a commit is amended - #17879",
"[Fixed] Tags with commas are no longer truncated to the first comma - #17952",
"[Fixed] The \"Reveal in Finder\" context menu option in the conflict resolution dialog no longer causers Finder to be unresponsive - #17933",
"[Fixed] Clicking on the commit message length warning does not close the squash commit dialog - #17966",
"[Fixed] Fix Alacritty bundle ID on macOS - #17940. Thanks @JannesMeyer!",
"[Fixed] Merge branch dialog no longer shows flickering merge preview when switching branches - #17948. Thanks @GengShengJia!",
"[Improved] Improve inclusivity and clarification of branch name change warning. - #17866"
],
"3.3.7-beta2": [
"[Fixed] Use list semantics in job step lists for improved accessibility - #17855",
"[Fixed] Fix heading levels used in dialogs for improved accessibility - #17848",
"[Improved] Replace the \"Default branch name for new repositories\" radio button setting with a more accessible and inclusive textbox input and description - #17844",
"[Improved] The \"You're Done\" header is focused after tutorial completion so it is announced and screen reader users are made aware of the completion screen - #17835",
"[Improved] Checkboxes always have unique id's for label association - #17839",
"[Improved] Better visibility of checkbox focus indicator - #17842",
"[Improved] By default, tooltips can be dismissed with the escape key - #17836"
],
"3.3.7-beta1": [
"[Fixed] Diff no longer jumps when scrolling after pressing expansion buttons - #17776",
"[Improved] Focus moves to closes expansion button or diff container after expansion - #17499",
"[Improved] Tooltips can be dismissed with the escape key - #17823",
"[Improved] Semantically grouping our settings radio and checkbox groups so their group headers will be announced to screen reader users. - #17787",
"[Improved] The \"Other\" email description is announced on input focus in the git config form - #17785",
"[Improved] Move the repository list on the \"Let's get started!\" screen to the left hand side so it can be the first logical tab placement. - #17821",
"[Improved] Increased the specificity of the \"Sign In\" and \"Sign Out\" buttons in the Account settings - #17794"
],
"3.3.6": [
"[Fixed] Previewing a pull request with a deleted image file no longer errors with \"The path does not exist on disk\". - #17659",
"[Fixed] Empty lines are included when copying text from diffs - #17652",
"[Fixed] A copied full line from a diff now includes a trailing newline - #17652",
"[Fixed] Creating pull requests from a renamed branch uses the branch name in the remote - #17628",
"[Fixed] On macOS Sonoma, the VoiceOver regression preventing our dialog headers announcements has been fixed. - #17631",
"[Fixed] Squash dialog is not shown again after finishing another squashing operation where uncommitted changes were present and had to be stashed - #17627",
"[Improved] Added the ability to open your global .gitconfig file in your selected external editor - #17544. Thanks @DylanDevelops!",
"[Improved] Fixed `Github` -> `GitHub` typo in repository settings - #17697. Thanks @WilliamDavidHarrison!",
"[Improved] Screen readers announce group name when navigating through grouped lists - #17567",
"[Improved] The history commit summary header is now expandable making the tool-tipped meta data keyboard accessible - #17557.",
"[Improved] Reordering commits is now keyboard accessible - #17671",
"[Improved] The conflicts resolution dialog now has a success banner that is screen reader announced that summarize actions taken - #17687",
"[Improved] The pull request branch selection popover header is announced by screen readers. - #17631",
"[Improved] Prevent possible duplicate announcement of button labeling to screen reader users - #17706",
"[Improved] Improve keyboard and screen reader support for banners - #17542"
],
"3.3.6-beta4": [
"[Fixed] Previewing a pull request with a deleted image file no longer errors with \"The path does not exist on disk\". - #17659",
"[Improved] Commit summary descriptions are scrollable when the content is long - #17708"
],
"3.3.6-beta3": [
"[Fixed] A copied full line from a diff now includes a trailing newline - #17652",
"[Fixed] Squash dialog is not shown again after finishing another squashing operation where uncommitted changes were present and had to be stashed - #17627",
"[Improved] The conflicts resolution dialog now has a success banner that is screen reader announced that summarize actions taken - #17687",
"[Improved] Added the ability to open your global .gitconfig file in your selected external editor - #17544. Thanks @DylanDevelops!",
"[Improved] Fixed `Github` -> `GitHub` typo in repository settings - #17697. Thanks @WilliamDavidHarrison!",
"[Improved] Reordering commits is now keyboard accessible - #17671",
"[Improved] Prevent possible duplicate announcement of button labeling to screen reader users - #17706",
"[Improved] Prevent multiple announcing of success banners with Windows NVDA screen reader - #17705"
],
"3.3.6-beta2": [
"[Fixed] Empty lines are included when copying text from diffs - #17652"
],
"3.3.6-beta1": [
"[Fixed] Creating pull requests from a renamed branch uses the branch name in the remote - #17628",
"[Fixed] On macOS Sonoma, the VoiceOver regression preventing our dialog headers announcements has been fixed. - #17631",
"[Improved] The pull request branch selection popover header is announced by screen readers. - #17631",
"[Improved] Improve keyboard and screen reader support for banners - #17542",
"[Improved] The commit summary description overflow is limited to two lines when collapsed. - #17618",
"[Improved] The commit summary description has a grey background color when expanded. - #17618"
],
"3.3.5": [
"[Added] Syntax highlighting now supports .cc files - #17503. Thanks @DylanDevelops!",
"[Fixed] Long file paths are correctly truncated in the conflicts dialog - #17595"
],
"3.3.5-beta1": [
"[Added] Syntax highlighting now supports .cc files - #17503. Thanks @DylanDevelops!",
"[Fixed] Long file paths are correctly truncated in the conflicts dialog - #17595",
"[Fixed] Screen readers announce group name when navigating through grouped lists - #17567",
"[Fixed] The history commit summary header is now expandable making the tool-tipped meta data keyboard accessible - #17557."
],
"3.3.4": [
"[Added] Added Cursor support on macOS - #17462. Thanks @bjorntechCarl!",
"[Added] Add support for Pulsar code editor on Linux - #17397. Thanks @Daeraxa!",
"[Added] Add Eclipse IDE integrations for macOS - #16991. Thanks @yuzawa-san!",
"[Fixed] Fix JetBrains PhpStorm capitalization - #17505. Thanks @imkylecat!",
"[Fixed] Screen readers announce contents of error dialog when attempting to perform certain operations while local changes are present - #17519",
"[Fixed] Screen readers announce contents of app error dialogs - #17479",
"[Fixed] Screen readers announce contents of merge, rebase, interactive rebase abort confirmation dialogs - #17478",
"[Fixed] Pasting long texts in the commit summary textbox does not show a scrollbar in the left pane - #17472",
"[Fixed] Tab characters in diffs are rendered correctly - #8616",
"[Fixed] Close button in release notes dialog can be clicked - #17438",
"[Fixed] Scrolling works as expected in the \"Commit Reachability\" dialog - #17421",
"[Fixed] Tip of comment bubbles in Pull Request notifications is rendered correctly - #17411",
"[Improved] Added a setting to allow toggling the availability of the commit message length warning - #17370. Thanks @rystills!",
"[Improved] Added accessibility label to filter textbox in the History tab - #17488",
"[Improved] Improved clarity of the structure of dialogs by using `h2` elements for their titles - #17483",
"[Improved] Display co-authors button additional information when it's focused via keyboard navigation - #17464",
"[Improved] When focusing the rebase/merge/squash button, screen readers announce the outcome of the operation - #17448",
"[Improved] Clarified the outcome of toggling the setting under \"Background Updates\" in the \"Advanced\" settings - #17389",
"[Improved] Undo link when resolving conflicts is now a button - #17373"
],
"3.3.4-beta3": [
"[Fixed] Screen readers announce contents of error dialog when attempting to perform certain operations while local changes are present - #17519",
"[Fixed] Fix JetBrains PhpStorm capitalization - #17505. Thanks @imkylecat!",
"[Improved] Upgrade to Electron v26.2.4 - #17524",
"[Improved] Upgrade node to 18.16.1 - #17453"
],
"3.3.4-beta2": [
"[Added] Added Cursor support on macOS - #17462. Thanks @bjorntechCarl!",
"[Fixed] Screen readers announce contents of app error dialogs - #17479",
"[Fixed] Screen readers announce contents of merge, rebase, interactive rebase abort confirmation dialogs - #17478",
"[Fixed] Pasting long texts in the commit summary textbox does not show a scrollbar in the left pane - #17472",
"[Fixed] Tab characters in diffs are rendered correctly - #8616",
"[Improved] Added accessibility label to filter textbox in the History tab - #17488",
"[Improved] Improved clarity of the structure of dialogs by using `h2` elements for their titles - #17483",
"[Improved] Display co-authors button additional information when it's focused via keyboard navigation - #17464",
"[Improved] When focusing the rebase/merge/squash button, screen readers announce the outcome of the operation - #17448"
],
"3.3.4-beta1": [
"[Fixed] Close button in release notes dialog can be clicked - #17438",
"[Fixed] Scrolling works as expected in the \"Commit Reachability\" dialog - #17421",
"[Improved] Upgrade to Electron v26.2.1 - #17408"
],
"3.3.3": ["[Improved] Upgrade to Electron v24.8.3 - #17416"],
"3.3.3-beta2": ["[Improved] Upgrade to Electron v24.8.3 - #17416"],
"3.3.3-beta1": [
"[Added] Add support for Pulsar code editor on Linux - #17397. Thanks @Daeraxa!",
"[Added] Add Eclipse IDE integrations for macOS - #16991. Thanks @yuzawa-san!",
"[Improved] Added a setting to allow toggling the availability of the commit message length warning - #17370. Thanks @rystills!",
"[Improved] Clarified the outcome of toggling the setting under \"Background Updates\" in the \"Advanced\" settings - #17389",
"[Fixed] Tip of comment bubbles in Pull Request notifications is rendered correctly - #17411",
"[Improved] Undo link when resolving conflicts is now a button - #17373"
],
"3.3.2": [
"[Fixed] Use forked repository when checking repo rules on forks - #17382. Thanks @vaindil!",
"[Fixed] On macOs, the scroll bar only present when scrolling no longer overlaps conflict resolution buttons - #17374",
"[Fixed] Allow rebasing even when the branch is a direct descendant of the base branch - #17260",
"[Fixed] Branch name pattern regex no longer causes an automatic failure in the \"Create a Branch\" dialog. - #17392",
"[Fixed] Make clear button in input text boxes keyboard accessible - #17324",
"[Fixed] Make the create and clone repository dialogs accessible when the app is zoomed in and the window is small - #17337",
"[Fixed] Fix keyboard navigation in filtered lists - #17311",
"[Fixed] Pressing Tab from the \"Select branch to compare…\" filter input textbox focuses on the first branch in the list - #17314",
"[Fixed] Fix \"Invalid numstat line\" error when trying to preview a pull request - #17267",
"[Improved] After undo, the focus is set to the changes tab instead of the entire document body - #17387",
"[Improved] Commit text inputs retain focus while committing - #17283"
],
"3.3.2-beta2": [
"[Fixed] Use forked repository when checking repo rules on forks - #17382. Thanks @vaindil!",
"[Fixed] On macOs, the scroll bar only present when scrolling no longer overlaps conflict resolution buttons - #17374",
"[Fixed] Allow rebasing even when the branch is a direct descendant of the base branch - #17260",
"[Fixed] Branch name pattern regex no longer causes an automatic failure in the \"Create a Branch\" dialog. - #17392",
"[Improved] After undo, the focus is set to the changes tab instead of the entire document body - #17387"
],
"3.3.2-beta1": [
"[Fixed] Support the repository rule to enforce commit signing - #17310",
"[Fixed] Make clear button in input text boxes keyboard accessible - #17324",
"[Fixed] Make the create and clone repository dialogs accessible when the app is zoomed in and the window is small - #17337",
"[Fixed] Fix keyboard navigation in filtered lists - #17311",
"[Fixed] Pressing Tab from the \"Select branch to compare…\" filter input textbox focuses on the first branch in the list - #17314",
"[Fixed] Fix \"Invalid numstat line\" error when trying to preview a pull request - #17267",
"[Improved] Commit text inputs retain focus while committing - #17283"
],
"3.3.1": [
"[Fixed] Support the repository rule to enforce commit signing - #17310",
"[Fixed] Keyboard navigation in lists reintroduced - #17313"
],
"3.3.0": [
"[New] Initial support for repository rules - #16707",
"[Fixed] Recreate stash after renaming branch - #16442",
"[Fixed] Fix loop creating a new repository that already exists, or trying to add a repository that doesn't exist - #17262",
"[Fixed] Allow cloning repositories that have git as a suffix - #17221",
"[Fixed] Fix accessibility semantics of root items of the app menu bar - #17254",
"[Fixed] Double clicking the checkbox of a changed file does not open that file in the external editor - #17229",
"[Fixed] Expand buttons in the diff are keyboard navigable. - #17212",
"[Improved] Improve light mode color contrast of lines added and deleted - #17206",
"[Improved] Dropdown select buttons have aria attributes - #17271",
"[Improved] Dropdown select button menu items are keyboard navigable and have aria attributes - #17271",
"[Improved] Prevent interrupting verbose announcements of branch count on branch dropdown open for screen reader users - #17225"
],
"3.2.10-beta2": [
"[Fixed] Fix loop creating a new repository that already exists, or trying to add a repository that doesn't exist - #17262",
"[Fixed] Allow cloning repositories that have git as suffix - #17221",
"[Fixed] Fix accessibility semantics of root items of the app menu bar - #17254",
"[Improved] Dropdown select buttons have aria attributes - #17271",
"[Improved] Dropdown select buttons menu is keyboard navigable and have aria attributes - #17271",
"[Improved] Prevent interrupting verbose announcements of branch count on branch dropdown open for screen reader users - #17225"
],
"3.2.10-beta1": ["[Fixed] Fix the inability to log into GHES - #17237"],
"3.2.9": ["[Fixed] Fix the inability to log into GHES - #17237"],
"3.2.9-beta1": [
"[Fixed] Double clicking the checkbox of a changed file does not open that file in the external editor - #17229",
"[Fixed] Expand buttons in the diff are keyboard navigable. - #17212",
"[Improved] Improve light mode color contrast of lines added and deleted - #17206"
],
"3.2.8": [
"[New] Checkout a commit from the History tab - #10068. Thanks @kitswas!",
"[New] Add Double Click to Open in Default Editor - #2620. Thanks @digitalmaster!",
"[New] Show when a repository has been archived in the clone dialog - #7183",
"[Added] Add Zed Preview as an external editor option - #17097. Thanks @filiptronicek!",
"[Added] Add support for Pulsar code editor on Windows - #17120. Thanks @confused-Techie!",
"[Fixed] The force push loading state is screen reader announced - #17116",
"[Fixed] Improve readability of file statuses for keyboard-only users - #17192",
"[Fixed] Fix detection of VSCodium Insiders for Windows - #17078. Thanks @voidei!",
"[Fixed] Enable context menu keyboard shortcut for file lists - #17143",
"[Fixed] Adds a workaround for the macOS Ventura `aria-labelledby` and `aria-describedby` regressions such that dialog titles are always announced - #17148",
"[Fixed] Screen readers announce the status of files within a commit - #17144",
"[Fixed] Fix not recognizing remote for partial clone/fetch - #16284. Thanks @mkafrin!",
"[Fixed] Fix association of repositories using nonstandard usernames - #17024",
"[Improved] Screen readers announce \"overwrite stash\" and \"discard stash\" confirmation dialogs - #17197",
"[Improved] Screen readers announce contents of Delete Tag confirmation dialog - #17166",
"[Improved] The stash restore button's description is associated to the restore button - #17204",
"[Improved] The delete branch dialog's contents are announced as alert dialogs. - #17210",
"[Improved] Improve branch dropdown tabs screen reader support - #17172",
"[Improved] The rename dialog warnings are placed before the branch name input - #17164",
"[Improved] The \"Restore\" button in stashed changes is not disabled when uncommitted changes are present - #12994. Thanks @samuelko123!",
"[Improved] Improve contrast of text to links in dark and light themes - #17092",
"[Improved] The errors and warnings in the \"Create a New Repository\" dialog are screen reader announced - #16993",
"[Improved] Add `aria-label` and `aria-expanded` attributes to diff options button - #17062",
"[Improved] Screen readers announce the number of pull requests found after refreshing the list - #17031",
"[Improved] The context menu for the History view items can be invoked by keyboard shortcuts - #17035"
],
"3.2.8-beta4": [
"[Fixed] Fix selecting/deselecting changed files with the keyboard - #17207. Thanks @koenpunt!",
"[Improved] The stash restore button's description is associated to the restore button - #17204",
"[Improved] The delete branch dialog's contents are announced as alert dialogs. - #17210"
],
"3.2.8-beta3": [
"[Added] Add Zed Preview as an external editor option - #17097. Thanks @filiptronicek!",
"[Added] Add support for Pulsar code editor on Windows - #17120. Thanks @confused-Techie!",
"[Fixed] The force push loading state is screen reader announced - #17116",
"[Fixed] Allow screen readers to announce \"overwrite stash\" and \"discard stash\" confirmation dialogs - #17197",
"[Fixed] Improve readability of file statuses for keyboard-only users - #17192",
"[Fixed] Screen readers announce contents of Delete Tag confirmation dialog - #17166",
"[Fixed] Fix detection of VSCodium Insiders for Windows - #17078. Thanks @voidei!",
"[Improved] Improve branch dropdown tabs screen reader support - #17172",
"[Improved] The rename dialog warnings are placed before the branch name input - #17164",
"[Improved] The \"Restore\" button in stashed changes is not disabled when uncommitted changes are present - #12994. Thanks @samuelko123!"
],
"3.2.8-beta2": [
"[New] Initial support for repository rules - #16707. Thanks @vaindil!",
"[Fixed] Enable context menu keyboard shortcut for file lists - #17143",
"[Fixed] Adds a workaround for the macOS Ventura `aria-labelledby` and `aria-describedby` regressions such that dialog titles are always announced - #17148",
"[Fixed] Screen readers announce branch group names correctly when there are no recent branches - #17142",
"[Fixed] Screen readers announce the status of files within a commit - #17144",
"[Improved] Improve contrast of text to links in dark and light themes - #17092",
"[Improved] The errors and warnings in the \"Create a New Repository\" dialog are screen reader announced - #16993"
],
"3.2.8-beta1": [
"[Fixed] Fix not recognizing remote for partial clone/fetch - #16284. Thanks @mkafrin!",
"[Fixed] Fix association of repositories using nonstandard usernames - #17024",
"[Improved] Add aria-label and aria-expanded attributes to diff options button - #17062",
"[Improved] Screen readers announce number of pull requests found after refreshing the list - #17031",
"[Improved] The context menu for the History view items can be invoked by keyboard shortcuts - #17035"
],
"3.2.7": [
"[Fixed] Improved performance when selecting and viewing a large number of commits - #16880",
"[Fixed] Fix crash using Edit -> Copy menu when no text is selected in the diff - #16876",
"[Fixed] Emoji autocomplete list highlights filter text correctly - #16899",
"[Fixed] Allow filtering autocomplete results using uppercase characters - #16886"
],
"3.2.7-beta2": [
"[New] Checkout a commit from the History tab - #10068. Thanks @kitswas!",
"[New] Show when a repository has been archived in the clone dialog - #7183",
"[Fixed] \"Clone a Repository\" dialog list is keyboard navigable - #16977",
"[Improved] Checkboxes in dialogs can receive initial keyboard focus - #17014",
"[Improved] The progress state of the pull, push, fetch button is announced by screen readers - #16985",
"[Improved] Inline errors are consistently announced by screen readers - #16850",
"[Improved] Group title and position is correctly announced by screen readers in repository and branch lists - #16968"
],
"3.2.7-beta1": [
"[Fixed] Recreate stash after renaming branch - #16442",
"[Fixed] Improved performance when selecting and viewing a large number of commits - #16880",
"[Fixed] Preferences renamed to Settings on macOS to follow platform convention - #16907",
"[Fixed] Allow filtering autocomplete results using uppercase characters - #16886",
"[Fixed] Emoji autocomplete list highlights filter text correctly - #16899",
"[Fixed] Fix crash using Edit -> Copy menu when no text is selected in the diff - #16876",
"[Fixed] The list of the repositories under the filter box on the \"Let's get started!\" page is visible - #16955",
"[Improved] The \"pull, push, fetch\" dropdown button has an aria-label for screen reader users - #16839",
"[Improved] The aria role of alert is applied to dialog error banners so they are announced by screen readers - #16809",
"[Improved] Add Double Click to Open in Default Editor - #2620. Thanks @digitalmaster!",
"[Improved] Upgrade to Electron v24.4.0 - #15831"
],
"3.2.6": [
"[Fixed] The list of the repositories under the filter box on the \"Let's get started!\" page is visible - #16955"
],
"3.2.5": [
"[Fixed] Entering in double forward slash does not trim the target directory in the cloning dialog - #15842. Thanks @IgnazioGul!",
"[Fixed] In the \"No Repositories\" screen, controls at the bottom stay inside window when it is resized - #16502. Thanks @samuelko123!",
"[Fixed] Link to editor settings on the tutorial screen - #16636. Thanks @IgnazioGul!",
"[Fixed] Fix crash using Edit -> Copy menu when no text is selected in the diff - #16876",
"[Improved] Improve screen reader support of the \"Create Alias\" dialog - #16802",
"[Improved] Screen readers announce the number of results in filtered lists (like repositories, branches or pull requests) - #16779",
"[Improved] Screen readers announce expanded/collapsed state of dropdowns - #16781",
"[Improved] The context menu for a branches list items can be invoked by keyboard shortcuts - #16760",
"[Improved] The context menu for a repository list item can be invoked by keyboard shortcuts - #16758",
"[Improved] Make floating elements more responsive as the window or the UI are resized - #16717",
"[Improved] Adds committing avatar popover to see git configuration and ability to open git configuration settings - #16640",
"[Improved] Password inputs have a visibility toggle. - #16714",
"[Improved] Welcome flow screen change in context is announced - #16698",
"[Improved] Focus the sign in with browser button on opening the enterprise server login screen - #16706",
"[Improved] Show the remote branch name if it does not match the local branch name - #13591. Thanks @samuelko123!",
"[Improved] Reduce retries of avatars that fail to load - #16592"
],
"3.2.4": [
"[Fixed] The misattributed commit avatar popover no longer causes the changes list to have scrollbars - #16684",
"[Fixed] Autocompletion list is always visible regardless of its position on the screen - #16609, #16650",
"[Fixed] Close Squash Commit Message dialog on squash start - #16605",
"[Fixed] Multi-commit diffing produces the same results whether you select up to down or down to up - #15883",
"[Removed] Remove support for Windows 7, 8, and 8.1 - #16566"
],
"3.2.4-beta1": [
"[Fixed] Entering in double forward slash does not target directory in cloning dialog - #15842. Thanks @IgnazioGul!",
"[Fixed] In the \"No Repositories\" screen, controls at the bottom stay inside window when it is resized - #16502. Thanks @samuelko123!",
"[Fixed] Link to editor settings on the tutorial screen - #16636. Thanks @IgnazioGul!",
"[Fixed] Close Squash Commit Message dialog on squash start - #16605",
"[Fixed] Multi-commit diffing produces the same results whether you select up to down or down to up - #15883",
"[Fixed] The misattributed commit avatar popover no longer causes the changes list to have scrollbars - #16684",
"[Fixed] Autocompletion list is always visible regardless of its position on the screen - #16650 #16609",
"[Improved] Improve screen reader support of the \"Create Alias\" dialog - #16802",
"[Improved] Screen readers announce the number of results in filtered lists (like repositories, branches or pull requests) - #16779",
"[Improved] Screen readers announce expanded/collapsed state of dropdowns - #16781",
"[Improved] The context menu for a branches list items can be invoked by keyboard shortcuts - #16760",
"[Improved] The context menu for a repository list item can be invoked by keyboard shortcuts - #16758",
"[Improved] Make floating elements more responsive as the window or the UI are resized - #16717",
"[Improved] Adds committing avatar popover to see git configuration and ability to open git configuration settings - #16640",
"[Improved] Password inputs have a visibility toggle. - #16714",
"[Improved] Welcome flow screen change in context is announced - #16698",
"[Improved] Focus the sign in with browser button on opening the enterprise server login screen - #16706",
"[Improved] Show the remote branch name if it does not match the local branch name - #13591. Thanks @samuelko123!",
"[Improved] Reduce retries of avatars that fail to load - #16592",
"[Removed] Remove support for Windows 7, 8, and 8.1 - #16566"
],
"3.2.3": [
"[New] Add fetch and force-push actions in a dropdown as an alternative to the main Pull/Push/Publish action button - #15907",
"[New] Get notified when someone comments your pull requests - #16226",
"[Added] Add support for VimR code editor on macOS. - #16354. Thanks @Elmar-Wiese!",
"[Fixed] Preview pull request button in the no local changes suggested next action isn't intermittently disabled - #16368",
"[Fixed] NVDA reads number of suggestions when an autocompletion list shows up - #16526",
"[Fixed] The undo commit confirmation modal message is screen reader announced - #16472",
"[Fixed] Clipping and overlapping of the changes list is fixed at 200% zoom - #16425",
"[Fixed] The commit message avatar is now a toggle tip making the commit author details keyboard accessible - #16272",
"[Fixed] The commit length hint is keyboard and screen reader accessible - #16449",
"[Fixed] The changes list header checkbox tooltip description is announced by screen readers - #16457",
"[Fixed] The changes list header checkbox tooltip is keyboard accessible - #16487",
"[Fixed] Announce a file's state of inclusion in the commit on the changes list - #16420",
"[Fixed] Display focus ring around focused control after dismissing a dialog - #16528",
"[Improved] Add icons for tabs in Repository settings dialog - #16432. Thanks @sweezyio!",
"[Improved] Use correct name for VSCodium editor - #16511. Thanks @GitMensch!",
"[Improved] Styling improvements on Linux to scroll bars and default layouts - #16484. Thanks @shiftkey!",
"[Improved] Include remote branches in search for default branch - #15754",
"[Improved] Identify the changes list and history commit list as the changes and history tab panels for screen readers - #16463",
"[Improved] Windows title bar controls do not interrupt screen readers in browse mode - #16483",
"[Improved] Make radio theme selection look like radio buttons. - #16525",
"[Improved] Improve accessibility of GitHub Enterprise login flow - #16567",
"[Improved] Screen readers announce sign in errors - #16556"
],
"3.2.2": ["[Improved] Upgrade embedded Git to 2.39.3"],
"3.2.2-beta2": [
"[Improved] Improve accessibility of GitHub Enterprise login flow - #16567",
"[Improved] Screen readers announce sign in errors - #16556",
"[Improved] Include remote branches in search for default branch - #15754",
"[Improved] Upgrade embedded Git to 2.39.3",
"[Removed] Remove unshipped high contrast theme and dependencies - #16559"
],
"3.2.2-beta1": [
"[Added] Add support for VimR code editor on macOS. - #16354. Thanks @Elmar-Wiese!",
"[Fixed] NVDA reads number of suggestions when an autocompletion list shows up - #16526",
"[Fixed] The undo commit confirmation modal message is screen reader announced - #16472",
"[Fixed] Clipping and overlapping of the changes list is fixed at 200% zoom - #16425",
"[Fixed] Preview pull request button in the no local changes suggested next action isn't intermittently disabled - #16368",
"[Fixed] The commit message avatar is now a toggle tip making the commit author details keyboard accessible - #16272",
"[Fixed] The commit length hint is keyboard and screen reader accessible - #16449",
"[Fixed] The changes list header checkbox tooltip description is announced by screen readers - #16457",
"[Fixed] The changes list header checkbox tooltip is keyboard accessible - #16487",
"[Fixed] Announce a file's state of inclusion in the commit on the changes list - #16420",
"[Fixed] Display focus ring around focused control after dismissing a dialog - #16528",
"[Improved] Identify the changes list and history commit list as the changes and history tab panels for screen readers - #16463",
"[Improved] Windows title bar controls do not interrupt screen readers in browse mode - #16483",
"[Improved] Add icons for tabs in Repository settings dialog - #16432. Thanks @sweezyio!",
"[Improved] Use correct name for VSCodium editor - #16511. Thanks @GitMensch!",
"[Improved] Styling improvements on Linux to scroll bars and default layouts - #16484. Thanks @shiftkey!",
"[Improved] Make radio theme selection look like radio buttons. - #16525"
],
"3.2.1": [
"[Added] Add Zed as an external editor option - #16026. Thanks @JosephTLyons!",
"[Added] Add support for Pulsar code editor on macOS. - #16220. Thanks @mdibella-dev!",
"[Fixed] Misattributed warning is announced in 'Git' preferences/options by screen readers - #16239",
"[Fixed] Remove check for update error modal when no internet connection or computer has been asleep - #16057",
"[Fixed] Update diff after adding or removing trailing newlines to a file - #15638",
"[Fixed] The Preferences/Options dialog content is still visible when zoomed - #16317",
"[Fixed] Up/down arrow can be used to navigate autocomplete lists like emoji again - #16044",
"[Fixed] Large diff messaging styled consistently in pull request preview - #16238",
"[Fixed] Fix support of newer versions of RStudio - #16339",
"[Improved] Show repositories available for cloning as they're received for users with access to lots of repositories - #16276 #8955 #2770",
"[Improved] Update preferences dialog to maintain a consistent size when switching between tabs - #16313",
"[Improved] Focus history and changes list when accessed via keyboard shortcut or menu - #16360",
"[Improved] On Windows, app level menu bar and menu items are announced by screen readers - #16315",
"[Improved] Keyboard shortcuts for resizing app sidebar and file lists - #16332",
"[Improved] Misattributed commit popover does not clip when app is zoomed - #16407",
"[Improved] Accessibility improvements for the co-authors input - #16335",
"[Improved] Commit completion status is announced by screen readers - #16371, #16340",
"[Improved] Improve accessibility of dialogs for screen reader users - #16350",
"[Improved] Accessibility improvements for autocompletion suggestions - #16324",
"[Improved] Learn more links are descriptive for screen readers - #16274",
"[Improved] Popover titles are announced by screen readers - #16270",
"[Improved] Show offset focus ring for buttons, vertical tabs etc - #16288",
"[Improved] Application main menu on Windows doesn't clip when zoom is set to 200% - #16290",
"[Improved] Button and text box contrast bumps - #16287",
"[Improved] Other email input in \"Git\" preferences/Options and misattributed popover email select have a screen readable label - #16240",
"[Improved] Add/remove co-authors button is now keyboard accessible - #16200"
],
"3.2.1-beta3": [
"[Fixed] Add Zed as an external editor option - #16026. Thanks @JosephTLyons!",
"[Improved] Show repositories available for cloning as they're received for users with access to lots of repositories - #16276 #8955 #2770",
"[Improved] Users can resize the app sidebar via keyboard shortcuts - #16332",
"[Improved] Misattributed commit popover does not clip when app is zoomed - #16407",
"[Improved] Make co-authors input text accessible - #16335",
"[Improved] Commit completion status is announced by screen readers - #16371",
"[Improved] Windows menu scroll bars only present when menu is scrollable - #16367",
"[Improved] Committing status after submitting a commit is screen reader announced - #16340"
],
"3.2.1-beta2": [
"[Added] Add support for Pulsar code editor on macOS. - #16220. Thanks @mdibella-dev!",
"[Fixed] Fix support of newer versions of RStudio - #16339",
"[Fixed] On Windows, app level menu bar and menu items are announced by screen readers - #16315",
"[Fixed] Misattributed warning is announced in 'Git' preferences/options by screen readers - #16239",
"[Fixed] Remove check for update error modal when no internet connection or computer has been asleep - #16057",
"[Fixed] Update diff after adding or removing trailing newlines to a file - #15638",
"[Fixed] The Preferences/Options dialog content is still visible when zoomed - #16317",
"[Fixed] Focus history and changes list when accessed via keyboard shortcut or menu - #16360",
"[Improved] Improve accessibility of dialogs for screen reader users - #16350",
"[Improved] Make autocompletion suggestions more accessible for screen readers - #16324",
"[Improved] Preference dialog height doesn't change much between sections - #16313",
"[Improved] Learn more links are descriptive for screen readers - #16274",
"[Improved] Popover titles are announced by screen readers - #16270",
"[Improved] Add offset focus ring for buttons, vertical tabs etc - #16288",
"[Improved] Windows app main menu's do not clip when zoom is set to 200% - #16290",
"[Improved] Button and text box contrast bumps - #16287"
],
"3.2.1-beta1": [
"[New] Get notified when someone comments your pull requests - #16226",
"[Fixed] Up/down arrow can be used to navigate autocomplete lists like emoji again - #16044",
"[Fixed] Large diff messaging styled consistently in pull request preview - #16238",
"[Improved] Other email input in \"Git\" preferences/Options and misattributed popover email select have a screen readable label - #16240",
"[Improved] Make the add/remove co-authors button keyboard accessible - #16200"
],
"3.2.0": [
"[New] Preview your pull request - view a diff of changes in your current branch.",
"[Added] Add Tabby terminal integration for macOS - #16040. Thanks @ansidev!",
"[Added] Add JetBrains DataSpell support - #16020. Thanks @tsvetilian-ty and @jm-rivera!",
"[Added] Editors installed with JetBrains Toolbox supported on Linux - #16029. Thanks @adil192!",
"[Added] Support for numerous additional editors on Linux - #16030. Thanks @shiftkey!",
"[Fixed] Include renamed files in the commit summary changed files tooltip - #15155. Thanks @haykam821!",
"[Improved] The context menu for a file in the changed files list can be invoked by keyboard shortcuts - #16114",
"[Improved] The file status of a changed file is announced by screen readers - #16098",
"[Improved] The changes list announces file selection position with screen readers - #16108",
"[Improved] The 'x' close button on dialogs is keyboard accessible - #16110",
"[Improved] Focus on first suitable child in sign in flow - #16125",
"[Improved] The misattributed warning popover is accessible through keyboard navigation - #16100"
],
"3.1.9-beta2": ["[Fixed] Fixed production build startup crash - #16191"],
"3.1.9-beta1": [
"[Added] Add Tabby terminal integration for macOS - #16040. Thanks @ansidev!",
"[Added] Add JetBrains DataSpell support on Windows - #16020. Thanks @tsvetilian-ty!",
"[Added] Add JetBrains DataSpell support on macOS- #16020. Thanks @jm-rivera!",
"[Added] Editors installed with JetBrains Toolbox supported on Linux - #16029. Thanks @adil192!",
"[Added] Support for numerous additional editors on Linux - #16030. Thanks @shiftkey!",
"[Fixed] Include renamed files in the commit summary changed files tooltip - #15155. Thanks @haykam821!",
"[Improved] The context menu for a file in the changed files list can be invoked by keyboard shortcuts - #16114",
"[Improved] The file status of a changed file is announced with voice over - #16098",
"[Improved] The changes list announces file selection position with voice over - #16108",
"[Improved] The 'x' close button on dialogs is keyboard accessible - #16110",
"[Improved] Focus on first suitable child in sign in flow - #16125",
"[Improved] The misattributed warning popover is accessible through keyboard navigation - #16100"
],
"3.1.8": [
"[Added] Add JetBrains CLion support on macOS - #15881. Thanks @tsvetilian-ty!",
"[Fixed] Fix crash launching the app on Apple silicon devices - #16011",
"[Fixed] Trim leading and trailing whitespace in URLs of repository remotes - #15821. Thanks @Shivareddy-Aluri!",
"[Fixed] Fix support for the latest versions of RStudio on Windows - #15810",
"[Fixed] Fix support for latest versions of VSCodium on Windows - #15585. Thanks @voidei!"
],
"3.1.7": ["[Improved] Upgrade embedded Git to 2.39.2"],
"3.1.7-beta1": ["[Improved] Upgrade embedded Git to 2.39.2"],
"3.1.6": [
"[Improved] Upgrade embedded Git to 2.39.1 and Git LFS to 3.3.0 - #15915"
],
"3.1.6-beta2": [
"[Fixed] Fix crash launching the app on Apple silicon devices - #16011",
"[Fixed] Trim leading and trailing whitespaces in URLs of repository remotes - #15821. Thanks @Shivareddy-Aluri!",
"[Fixed] Fix support for the latest versions of RStudio on Windows - #15810"
],
"3.1.6-beta1": [
"[Added] Add fetch and force-push actions in a dropdown as an alternative to the main Pull/Push/Publish action button - #15907",
"[Added] Add JetBrains CLion support on macOS - #15881. Thanks @tsvetilian-ty!",
"[Fixed] Fix support for latest versions of VSCodium on Windows - #15585. Thanks @voidei!",
"[Improved] Upgrade to Electron v22.0.3 - #15831",
"[Improved] Upgrade embedded Git to 2.39.1 and Git LFS to 3.3.0 - #15915"
],
"3.1.5": [
"[Added] Enable menu option to Force-push branches that have diverged - #15211",
"[Added] Add menu option to Fetch the current repository at any time - #7805",
"[Added] Add support for JetBrains Toolbox and JetBrains Fleet editor for Windows - #12912. Thanks @tsvetilian-ty!",
"[Added] Add support for Emacs editor for Linux - #15857. Thanks @zipperer!",
"[Added] Add Jetbrains PhpStorm and WebStorm Editors for Linux - #15375. Thanks @patinthehat!",
"[Added] Support VSCodium as an external editor - #15348. Thanks @daniel-ciaglia!",
"[Fixed] Hide window instead of hiding the app on macOS - #15511. Thanks @angusdev!",
"[Fixed] Only left mouse clicks invoke dragging in the commit list - #15313",
"[Fixed] Selected list items stay selected when scrolling - #2957",
"[Fixed] Stick to one tooltip at a time in the repository list - #15583",
"[Fixed] Notifications of Pull Request reviews are displayed for forked repositories - #15580",
"[Fixed] Notifications when checks of a Pull Request fail are displayed for forked repositories - #15422",
"[Fixed] Prevent closing GitHub Desktop while it's being updated - #7055, #5197",
"[Fixed] Notifications are shown only when they are relevant to the current repository - #15487",
"[Fixed] The repository change indicator is visible if repository list item is selected and in focus - #7651. Thanks @angusdev!",
"[Fixed] Tooltips are positioned properly if mouse is not moved - #13636. Thanks @angusdev!",
"[Fixed] Tooltips of long commit author emails wrap to multiple lines - #15424. Thanks @angusdev!",
"[Fixed] Clone repository progress bar no longer hidden by repository list - #11953. Thanks @angusdev!",
"[Improved] Ability to copy tag names from the commit list - #15137. Thanks @Shivareddy-Aluri!",
"[Improved] The dropdown selection component is keyboard navigable - #15620",
"[Improved] The diff view now highlights Arduino's `.ino` files as C++ source - #15555. Thanks @j-f1!",
"[Improved] Close repository list after creating or adding repositories - #15508. Thanks @angusdev!",
"[Improved] Always show an error message when an update fails - #15530"
],
"3.1.4": ["[Improved] Upgrade embedded Git to 2.35.6"],
"3.1.4-beta1": [
"[Added] Add support for JetBrains Toolbox and JetBrains Fleet editor for Windows - #12912. Thanks @tsvetilian-ty!",
"[Added] Add support for Emacs editor for Linux - #15857. Thanks @zipperer!",
"[Added] Add Jetbrains PhpStorm and WebStorm Editors for Linux - #15375. Thanks @patinthehat!",
"[Improved] Pull request preview dialog only uses remote branches for base branch options - #15768",
"[Improved] Upgrade embedded Git to 2.35.6"
],
"3.1.3": [
"[Fixed] Disable reorder, squashing, cherry-picking while an action of this type is in progress. - #15468",
"[Fixed] Using the key command of 'Shift' + 'ArrowDown' adds the next commit below the current selection to the selection - #15549",
"[Fixed] Close 'Resolve conflicts before Rebase' dialog will not disable menu items - #13081. Thanks @angusdev!",
"[Fixed] Fix commit shortcut (Ctrl/Cmd + Enter) while amending a commit - #15445"
],
"3.1.3-beta4": [
"[Fixed] Hide window instead of hiding the app on macOS - #15511. Thanks @angusdev!",
"[Fixed] Only left mouse clicks invoke dragging in the commit list - #15313",
"[Fixed] Ensure selected list items stay selected when scrolling - #2957",
"[Fixed] Stick to one tooltip at a time in the repository list - #15583",
"[Fixed] Preview Pull Request opens when there is not a local default branch - #15704",
"[Fixed] Preview Pull Request suggested next action available on first app open without interaction - #15703",
"[Improved] Ability to copy tag names from the commit list - #15137. Thanks @Shivareddy-Aluri!",
"[Improved] Stacked popups remember their state when hidden due to another popup opening - #15668",
"[Improved] Create pull request from pull request preview opens to compare against the user's selected base branch - #15706",
"[Improved] On Preview Pull Request dialog, submit button closes the dialog - #15695"
],
"3.1.3-beta3": [
"[Fixed] Using the key command of 'Shift' + 'ArrowDown' in the commit list adds the next commit to the current selection - #15536",
"[Fixed] Notifications of Pull Request reviews are displayed for forked repositories - #15580",
"[Fixed] Notifications when checks of a Pull Request fail are displayed for forked repositories - #15422",
"[Improved] User can preview a Pull Request from the suggested next actions. - #15588",
"[Improved] The dropdown selection component is keyboard navigable - #15620",
"[Improved] 'Preview Pull Request' menu item availability is consistent with other menu items - #15590",
"[Improved] The diff view now highlights Arduino's `.ino` files as C++ source - #15555. Thanks @j-f1!",
"[Improved] Close repository list after creating or adding repositories - #15508. Thanks @angusdev!",
"[Improved] Always show an error message when an update fails - #15530",
"[Improved] Popups are stacked. Opening a popup will not discard an existing popup - #15496"
],
"3.1.3-beta2": [
"[Added] Enable menu option to Force-push branches that have diverged - #15211",
"[Added] Add menu option to Fetch the current repository at any time - #7805",
"[Added] Support VSCodium as an external editor - #15348. Thanks @daniel-ciaglia!",
"[Fixed] Prevent closing the GitHub Desktop while it's being updated - #7055, #5197",
"[Fixed] Notifications are shown only when they are relevant to the current repository - #15487",
"[Fixed] Disable reorder, squashing, cherry-picking while an action of this type is in progress. - #15468",
"[Fixed] Fix repository change indicator not visible if selected and in focus - #7651. Thanks @angusdev!",
"[Fixed] Close 'Resolve conflicts before Rebase' dialog will not disable menu items - #13081. Thanks @angusdev!",
"[Fixed] Tooltips are positioned properly if mouse is not moved - #13636. Thanks @angusdev!",
"[Fixed] Fix tooltips of long commit author emails not breaking properly - #15424. Thanks @angusdev!",
"[Fixed] Clone repository progress bar no longer hidden by repository list - #11953. Thanks @angusdev!",
"[Fixed] Fix commit shortcut (Ctrl/Cmd + Enter) while amending a commit - #15445",
"[Improved] Pull request preview dialog width and height is responsive - #15500"
],
"3.1.3-beta1": ["[Improved] Upgrade embedded Git to 2.35.5"],
"3.1.2": ["[Improved] Upgrade embedded Git to 2.35.5"],
"3.1.2-beta1": [
"[Added] You can preview the changes a pull request from your current branch would make - #11517",
"[Fixed] App correctly remembers undo commit prompt setting - #15408",
"[Improved] Add support for zooming out at the 67%, 75%, 80% and 90% zoom levels - #15401. Thanks @sathvikrijo!",
"[Improved] Add option to disable discard stash confirmation - #15379. Thanks @tsvetilian-ty!"
],
"3.1.1": [
"[Fixed] App correctly remembers undo commit prompt setting - #15408"
],
"3.1.0": [
"[Added] You can diff a consecutive range of commits - #14682",
"[Added] Submodule changes now display an explanatory, interactive diff screen - #15176",
"[Fixed] Enable update from upstream default branch when contributing to a fork - #15299",
"[Fixed] Fix crash installing updates that were downloaded a long time ago on macOS - #15275",
"[Fixed] Tooltips are positioned accurately when the user prefers reduced motion - #15249",
"[Improved] Add option to disable Undo Commit confirmation - #15134. Thanks @geophilusd!",
"[Improved] Update submodules when fetching, pulling and checking out branches - #8221 #9174"
],
"3.0.9-beta1": [
"[Fixed] Enable update from upstream default branch when contributing to a fork - #15299",
"[Fixed] Fix crash installing updates that were downloaded a long time ago on macOS - #15275",
"[Fixed] Tooltips are positioned accurately when the user prefers reduced motion - #15249",
"[Fixed] Add option to disable Undo Commit popup - #15134. Thanks @geophilusd!"
],
"3.0.8": [
"[Fixed] Fix system animations on Windows - #14037",
"[Fixed] The app window doesn't overlap the taskbar on Windows - #14263",
"[Fixed] The app window doesn't fit on the screen when using scaled UI on Windows - #13940"
],
"3.0.8-beta1": [
"[Added] Add support for Lite XL editor on Linux & macOS - #15180. Thanks @KaMeHb-UA!",
"[Added] Add Neovide support on macOS - #14929. Thanks @Yohannfra!",
"[Fixed] Text selection is preserved while scrolling diffs in split mode - #13701",
"[Improved] Update submodules when fetching, pulling and checking out branches - #8221 #9174",
"[Improved] Avoid truncating long menu item labels on Windows - #14868",
"[Improved] Add \"Learn more\" link to \"Commit Reachability\" dialog - #15208",
"[Improved] Improve submodule support with a new diff screen with more detailed information - #15176"
],
"3.0.7": [
"[Fixed] Do not show login prompt when repositories are fetched - #15163",
"[Improved] On Apple silicon devices running unoptimized builds, auto-update on first run to an optimized build - #14998"
],
"3.0.7-beta1": [
"[Added] Add Emacs integration for macOS - #15130. Thanks @zipperer!",
"[Fixed] Do not show login prompt when repositories are fetched - #15163"
],
"3.0.6": [
"[Added] Add Warp terminal integration for macOS - #14329. Thanks @lhvy!",
"[Added] Add context menu to the Current Branch and Current Repository toolbar - #13148. Thanks @uttiya10!",
"[Fixed] Older versions of Sublime Text and SlickEdit are also recognized as external editors - #15117. Thanks @vbwx!",
"[Fixed] Fix commit shortcut (Ctrl/Cmd + Enter) - #14689. Thanks @tsvetilian-ty!",
"[Fixed] Add PyCharm Community Edition support on macOS - #15016. Thanks @tsvetilian-ty!",
"[Fixed] Unified diff line gutter context menu items for discard changes no longer enabled when whitespace is hidden - #15003",
"[Fixed] 'Show Whitespace Changes' popover appears as expected on unified diff - #15003",
"[Fixed] On pull or fetch, make sure the default branch is updated to match the repository settings - #14266",
"[Fixed] Show 'Email' label on the preferences form when user is not signed in - #13736. Thanks @andymckay!",
"[Fixed] Fix invalid URL state while the \"Clone Repository\" modal is open - #7961. Thanks @tsvetilian-ty!",
"[Fixed] Fix commit description with three lines overflowing when it shouldn't - #14791. Thanks @HeCorr!",
"[Fixed] Fix notifications on Windows 10 builds prior to the Creators Update - #14714",
"[Fixed] 'Update from default branch` menu item allows quick merge of upstream - #14145. Thanks @uttiya10!",
"[Improved] Add ability to skip staggered release to ensure the latest version is downloaded - #14883"
],
"3.0.6-beta3": [
"[Fixed] Older versions of Sublime Text and SlickEdit are also recognized as external editors - #15117. Thanks @vbwx!",
"[Fixed] Fix commit shortcut (Ctrl/Cmd + Enter) - #14689. Thanks @tsvetilian-ty!",
"[Improved] Add ability to skip staggered release to ensure the latest version is downloaded - #14883"
],
"3.0.6-beta2": [
"[Fixed] Add PyCharm Community Edition support on macOS - #15016. Thanks @tsvetilian-ty!",
"[Fixed] Unified diff line gutter context menu items for discard changes no longer enabled when whitespace is hidden - #15003",
"[Fixed] 'Show Whitespace Changes' popover appears as expected on unified diff - #15003",
"[Fixed] On pull or fetch, make sure the default branch is updated to match the repository settings - #14266",
"[Fixed] Show 'Email' label on the preferences form when user is not signed in - #13736. Thanks @andymckay!"
],
"3.0.6-beta1": [
"[Added] You can diff a consecutive range of commits. - #14682",
"[Added] Add Warp terminal integration for macOS - #14329. Thanks @lhvy!",
"[Added] Add context menu to the Current Branch and Current Repository toolbar - #13148. Thanks @uttiya10!",
"[Fixed] Fix invalid URL state while the \"Clone Repository\" modal is open - #7961. Thanks @tsvetilian-ty!",
"[Fixed] Fix commit description with three lines overflowing when it shouldn't - #14791. Thanks @HeCorr!",
"[Fixed] Fix notifications on Windows 10 builds prior to the Creators Update - #14714",
"[Fixed] 'Update from default branch` menu item allows quick merge of upstream - #14145. Thanks @uttiya10!",
"[Improved] On Apple silicon devices running unoptimized builds, auto-update on first run to an optimized build - #14998"
],
"3.0.5": [
"[Fixed] Surface again Git's warning about unsafe directories and provide a way to trust repositories not owned by the current user"
],
"3.0.5-beta1": [
"[Fixed] Surface again Git's warning about unsafe directories and provide a way to trust repositories not owned by the current user"
],
"3.0.4": ["[Improved] Upgrade embedded Git to 2.35.4"],
"3.0.4-beta1": ["[Improved] Upgrade embedded Git to 2.35.4"],
"3.0.3": [
"[Added] Add Aptana Studio support - #14669. Thanks @tsvetilian-ty!",
"[Fixed] Fix crash when user's locale is unsupported by the spellchecker - #14817. Thanks @tsvetilian-ty!",
"[Fixed] On Windows, remember the app's zoom level on update - #5315",
"[Fixed] Fix Markdown syntax highlighting - #14710",
"[Improved] Add context menu option to copy repository paths - #14785. Thanks @novialriptide!",
"[Improved] Allow copying paths when multiple files are selected - #14638. Thanks @tsvetilian-ty!",
"[Improved] Add support for SSH password prompts when accessing repositories - #14676"
],
"3.0.3-beta1": [
"[Added] Add Aptana Studio support - #14669. Thanks @tsvetilian-ty!",
"[Fixed] Fix crash when user's locale is unsupported by the spellchecker - #14817. Thanks @tsvetilian-ty!",
"[Fixed] On Windows, remember the apps zoom level on update - #5315",
"[Fixed] Fix Markdown syntax highlighting - #14710",
"[Improved] Add context menu option to copy repository paths - #14785. Thanks @novialriptide!",
"[Improved] Allow copying paths when multiple files are selected - #14638. Thanks @tsvetilian-ty!",
"[Improved] Add support for SSH password prompts when accessing repositories - #14676",
"[Improved] Upgrade to Electron v19.0.0 - #14813"
],
"3.0.2": [
"[Fixed] Fix crash launching the app on macOS High Sierra - #14712",
"[Fixed] Terminate all GitHub Desktop processes on Windows when the app is closed - #14733. Thanks @tsvetilian-ty!"
],
"3.0.2-beta4": [
"[Improved] Add support for SSH password prompts when accessing repositories - #14676",
"[Fixed] Fix Markdown syntax highlighting - #14710",
"[Fixed] Fix issue with some repositories not being properly persisted - #14748"
],
"3.0.2-beta3": [
"[Fixed] Terminate all GitHub Desktop processes on Windows when the app is closed - #14733. Thanks @tsvetilian-ty!"
],
"3.0.2-beta2": [
"[Fixed] Fix crash launching the app on macOS High Sierra - #14712"
],
"3.0.2-beta1": [
"[Added] Add support for Aptana Studio - #14669. Thanks @tsvetilian-ty!"
],
"3.0.1": [
"[Added] Add support for PyCharm Community Edition on Windows - #14411. Thanks @tsvetilian-ty!",
"[Added] Add support for highlighting .mjs/.cjs/.mts/.cts files as JavaScript/TypeScript - #14481. Thanks @j-f1!",
"[Fixed] Prevent crash when encountering a large number of conflicts while checking for ability to merge branch - #14485",
"[Fixed] Url encode branch names when 'Viewing Branch in Github' is selected - #14631. Thanks @tsvetilian-ty!",
"[Fixed] Fix opening files with Android Studio - #14519",
"[Fixed] Checks popover summary correctly reflects a successful conclusion when skipped or neutral checks are present - #14508",
"[Fixed] Long lists of conflicted files to commit or files to discard can be scrolled - #14468",
"[Fixed] Fix random crashes when external apps probe GitHub Desktop trampoline port - #14471",
"[Improved] Display a banner when we have a pretext release note to highlight the new feature - #14620",
"[Improved] Enable interactions with notifications from previous app sessions - #14496",
"[Improved] Improve feedback about user permission to display notifications - #14496",
"[Improved] Add ability to have showcasing of features through release notes - #14488",
"[Improved] User can see all releases notes between their current version and the latest update - #14458",
"[Removed] Outdated new drag and drop and split diff new feature callouts removed - #14463"
],
"3.0.1-beta2": [
"[Fixed] Prevent crash when encountering a large number of conflicts while checking for ability to merge branch - #14485",
"[Fixed] Url encode branch names when 'Viewing Branch in Github' is selected - #14631. Thanks @tsvetilian-ty!"
],
"3.0.1-beta1": [
"[Added] Add support for PyCharm Community Edition on Windows - #14411. Thanks @tsvetilian-ty!",
"[Added] Add support for highlighting .mjs/.cjs/.mts/.cts files as JavaScript/TypeScript - #14481. Thanks @j-f1!",
"[Fixed] Fix opening files with Android Studio - #14519",
"[Fixed] Checks popover summary correctly reflects a successful conclusion when skipped or neutral checks are present - #14508",
"[Fixed] Long lists of conflicted files to commit or files to discard can be scrolled - #14468",
"[Fixed] Fix random crashes when external apps probe GitHub Desktop trampoline port - #14471",
"[Improved] Display a banner when we have a pretext release note to highlight the new feature - #14620",
"[Improved] Enable interactions with notifications from previous app sessions - #14496",
"[Improved] Improve feedback about user permission to display notifications - #14496",
"[Improved] Add ability to have showcasing of features through release notes - #14488",
"[Improved] User can see all releases notes between their current version and the latest update - #14458",
"[Removed] Outdated new drag and drop and split diff new feature callouts removed - #14463"
],
"3.0.0": [
"[New] Get notified when your pull requests are reviewed - #14175",
"[Fixed] Default to merging when pulling without a configured preference between merge or rebase - #14431",
"[Improved] Add ability to re-run individual and failed GitHub Action checks - #14310"
],
"2.9.16-beta2": [
"[Fixed] Use fast-forward flag as default for pulling divergent paths - #14431"
],
"2.9.16-beta1": [
"[Improved] Add ability to re-run individual and failed GitHub Action checks - #14310"
],
"2.9.15": [
"[Fixed] Support trusting repositories on network shares (Windows) - #14368",
"[Improved] Redesigned dialog for re-running checks - #14322"
],
"2.9.15-beta2": [
"[Improved] Show progress indicator when trusting a repository directory - #14410",
"[Improved] Reduced noise on the rerun dialog user interface - #14322",
"[Improved] Upgrade embedded Git LFS to 3.1.4 - #14415"
],
"2.9.15-beta1": [
"[Improved] Add UNC path prefix before adding to safe directory list - #14368",
"[Improved] Upgrade embedded Git to v2.35.3 on macOS, v2.35.3.windows.1 on Windows, and Git LFS to v3.1.2"
],
"2.9.14": [
"[Improved] Surface Git's warning about unsafe directories and provide a way to trust repositories not owned by the current user - #14336"
],
"2.9.14-beta1": [
"[Improved] Surface Git's warning about unsafe directories and provide a way to trust repositories not owned by the current user - #14336"
],
"2.9.13": [
"[Added] Add ability to include or exclude multiple selected files for a commit from the context menu - #7790. Thanks @tsvetilian-ty!",
"[Added] Add \"View Branch on GitHub\" to the branches menu - #14224. Thanks @tsvetilian-ty!",
"[Fixed] Fix CI check status popover not closing when clicking on PR badge - #14256",
"[Fixed] Fix checks list overflow handling on re-run checks dialog - #14246",
"[Fixed] Pull requests adhere to temporal laws again - #14238",
"[Fixed] Fix repository group header overflow when text is too long - #14233. Thanks @tsvetilian-ty!",
"[Fixed] Clone dialog \"Choose\" button uses an open dialog for directory selection on Windows - #12812",
"[Improved] Add a link under \"Enable notifications\" settings to the user's OS system notification settings - #14288"
],
"2.9.13-beta2": [
"[Added] Add ability to include or exclude multiple selected files for a commit from the context menu - #7790. Thanks @tsvetilian-ty!",
"[Added] Add \"View Branch on GitHub\" to the branches menu - #14224. Thanks @tsvetilian-ty!",
"[Fixed] Fix relative time of pull request review notification dialogs - #14261",
"[Fixed] Fix CI check status popover not closing when clicking on PR badge - #14256",
"[Fixed] Fix checks list overflow handling on re-run checks dialog - #14246",
"[Improved] Close keywords are now formatted and have informational tooltips in markdown - #14253",
"[Improved] Commit mentions in markdown are now formatted and linked - #14282",
"[Improved] Add a link under \"Enable notifications\" settings to the user's OS system notification settings - #14288"
],
"2.9.13-beta1": [
"[New] Add support for notifications of pull request reviews - #14175",
"[Fixed] Pull requests adhere to temporal laws again - #14238",
"[Fixed] Fix repository group header overflow when text is too long - #14233. Thanks @tsvetilian-ty!",
"[Fixed] Clone dialog \"Choose\" button uses an open dialog for directory selection on Windows - #12812"
],
"2.9.12": [
"[Added] Add support for Brackets Editor on Windows - #14069. Thanks @tsvetilian-ty!",
"[Added] Add support for JetBrains RubyMine on Windows - #14068. Thanks @tsvetilian-ty!",
"[Added] Add support for JetBrains GoLand on Windows - #14085. Thanks @tsvetilian-ty!",
"[Added] Add support for Android Studio on Windows - #14054. Thanks @detherminal!",
"[Fixed] Escape special characters when adding a file to .gitignore - #10253. Thanks @uttiya10!",
"[Fixed] Show warning when attempting to commit files exceeding 100 MiB - #14164",
"[Fixed] Allow selecting emojis in commit text - #14111",
"[Fixed] Merge dialog options dropdown does not cause dialog scrolling - #13944",
"[Fixed] Usernames displayed in repository list respect username casing - #9890",
"[Fixed] Coauthor doesn't steal input focus while inputting commit message in squashing dialog - #13850",
"[Fixed] Repository path validation for adding a repository doesn't erase keystrokes - #13901",
"[Fixed] Command Line Tool ignores command aliases set by user on macOS - #13935",
"[Improved] Relative time formatting consistent with dotcom - #14149",
"[Improved] Prompt to initialize Git LFS cannot be dismissed by clicking outside of it - #14131",
"[Improved] Add link to open fork settings when creating new branch on a forked repository - #12534. Thanks @geophilusd!",
"[Improved] Render native elements such as scrollbars and checkboxes as dark when using a dark theme - #11174. Thanks @rakleed!"
],
"2.9.12-beta3": [
"[Fixed] Escape special characters when adding a file to .gitignore - #10253. Thanks @uttiya10!",
"[Fixed] Dismiss \"initialize LFS\" dialog when clicking `Not Now` button - #14187"
],
"2.9.12-beta2": [
"[Fixed] Show warning when attempting to commit files exceeding 100 MiB - #14164",
"[Fixed] Allow selecting emojis in commit text - #14111",
"[Fixed] Merge dialog options dropdown does not cause dialog scrolling - #13944",
"[Improved] Relative time formatting consistent with dotcom - #14149",
"[Improved] Prompt to initialize Git LFS cannot be dismissed by clicking outside of it - #14131",
"[Improved] Add link to open fork settings when creating new branch on a forked repository - #12534. Thanks @geophilusd!",
"[Improved] Render native elements such as scrollbars and checkboxes as dark when using a dark theme - #11174. Thanks @rakleed!"
],
"2.9.12-beta1": [
"[Added] Add support for Brackets Editor on Windows - #14069. Thanks @tsvetilian-ty!",
"[Added] Add support for JetBrains RubyMine on Windows - #14068. Thanks @tsvetilian-ty!",
"[Added] Add support for JetBrains GoLand on Windows - #14085. Thanks @tsvetilian-ty!",
"[Added] Add support for Android Studio on Windows - #14054. Thanks @detherminal!",
"[Fixed] Usernames displayed in repository list respect username casing - #9890",
"[Fixed] Coauthor doesn't steal input focus while inputting commit message in squashing dialog - #13850",
"[Fixed] Repository path validation for adding a repository doesn't erase keystrokes - #13901",
"[Fixed] Command Line Tool ignores command aliases set by user on macOS - #13935",
"[Improved] Improves added and deleted line borders for high contrast mode - #12922"
],
"2.9.11": [
"[Added] Add tooltip to show types of file changes in a commit - #13957. Thanks @uttiya10!",
"[Fixed] Discarding submodules with spaces in their relative path now correctly updates the submodule instead of moving it to Trash - #14024",
"[Fixed] Prevent crash report dialog from appearing when launching on macOS Catalina or earlier - #13974",
"[Fixed] Pre-fill clone path with repository name - #13971",
"[Fixed] Allow discarding changes in scenarios where they cannot be moved to Trash - #13888",
"[Fixed] \"Create New Repository\" dialog preserves the path set from \"Add Local Repository\" dialog - #13909",
"[Fixed] Treat the old and new format of private email addresses equally when showing commit attribution warning - #13879",
"[Fixed] Repositories containing untracked submodules no longer display a duplicated first character on Windows - #12314"
],
"2.9.11-beta1": [
"[Added] Add tooltip to show types of file changes in a commit - #13957. Thanks @uttiya10!",
"[Fixed] Discarding submodules with spaces in their relative path now correctly updates the submodule instead of moving it to Trash - #14024",
"[Fixed] Prevent crash report dialog from appearing when launching on macOS Catalina or earlier - #13974",
"[Fixed] Pre-fill clone path with repository name - #13971",
"[Fixed] Allow discarding changes in scenarios where they cannot be moved to Trash - #13888",
"[Fixed] \"Create New Repository\" dialog preserves the path set from \"Add Local Repository\" dialog - #13909",
"[Fixed] Treat the old and new format of private email addresses equally when showing commit attribution warning - #13879",
"[Fixed] Repositories containing untracked submodules no longer display a duplicated first character on Windows - #12314"
],
"2.9.10": [
"[New] Initial support for system notifications when checks fail - #13655",
"[Fixed] Unicode emoji on Windows are rendered in the correct position - #13958",
"[Fixed] Fix crash logging under some circumstances - #13962"
],
"2.9.10-beta2": [
"[Fixed] Unicode emoji on Windows are rendered in the correct position - #13958",
"[Fixed] Fix crash logging under some circumstances - #13962"
],
"2.9.10-beta1": [
"[Fixed] \"Create New Repository\" dialog preserves the path set from \"Add Local Repository\" dialog - #13928",
"[Fixed] User guides now opens the correct page - #13920",
"[Fixed] Fix duplicated first character on Windows when dealing with submodules or repos-within-repos - #12314",
"[Fixed] Treat the old and new format of private email address equally when showing commit attribution warning - #13887",
"[Fixed] Fixes crash on some Windows machines - #13930"
],
"2.9.9": [
"[Fixed] \"Create New Repository\" dialog preserves the path set from \"Add Local Repository\" dialog - #13928",
"[Fixed] User guides now opens the correct page - #13920",
"[Fixed] Fixes crash on some Windows machines - #13930",
"[Fixed] App no longer crashes intermittently when running remote Git operations - #13916"
],
"2.9.9-beta1": [
"[Fixed] App no longer crashes intermittently when running remote Git operations - #13916",
"[Fixed] Unicode emoji on Windows no longer render as monochrome outlines - #13914",
"[Fixed] App no longer hangs when discarding changes in some scenarios - #13899",
"[Fixed] App no longer crashes intermittently when rebasing and cherry-picking - #13889",
"[Fixed] Fix crash when attempting to move the app to the /Applications folder on macOS - #13886",
"[Fixed] App no longer crashes when checking for updates while the closing the window - #13892",
"[Fixed] Restore application icon in \"Apps & Features\" on Windows - #13890",
"[Improved] Relative dates in branch menu and commit history match - #13867"
],
"2.9.8": [
"[Fixed] Unicode emoji on Windows no longer render as monochrome outlines - #13914",
"[Fixed] App no longer hangs when discarding changes in some scenarios - #13899",
"[Fixed] App no longer crashes intermittently when rebasing and cherry-picking - #13889",
"[Fixed] Fix crash when attempting to move the app to the /Applications folder on macOS - #13886",
"[Fixed] App no longer crashes when checking for updates while the closing the window - #13892",
"[Fixed] Restore application icon in \"Apps & Features\" on Windows - #13890",
"[Improved] Relative dates in branch menu and commit history match - #13867"
],
"2.9.7": [