forked from desktop/desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.json
3779 lines (3779 loc) · 268 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.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": [
"[Added] Support pushing workflow files for GitHub Actions to GitHub Enterprise Server - #13640",
"[Added] Support CLion as an external editor - #13739. Thanks @Pinzauti!",
"[Fixed] Don't show web flow committer on GitHub Enterprise Server - #13848",
"[Fixed] Cherry-pick success message always correctly reflects target branch - #13849",
"[Fixed] Fix error managing remotes under some circumstances - #13837",
"[Fixed] Add \"Copy Relative File Path\" option to changed files' context menu - #12589. Thanks @uttiya10!",
"[Fixed] Fix CLI tool on macOS Monterey - #13764. Thanks @spotlightishere!",
"[Fixed] Fix close button in full screen mode on macOS - #12838",
"[Fixed] Commit message dialog background styles match dialog - #13606",
"[Fixed] Ensure job steps on pull request check run list are always present - #13531",
"[Improved] Changes within lines are presented the same way in side-by-side and unified diffs - #13838",
"[Improved] Select integration tab automatically when changing default editor - #13856. Thanks @uttiya10!",
"[Improved] The check runs list for pull requests with multiple branches displays all actions workflow steps and headers - #13868",
"[Improved] Check run group headers and checks stay in view while scrolling the sub checks or job steps. - #13532",
"[Improved] Take aliases into account when sorting repositories - #13429",
"[Improved] Support avatars on GitHub Enterprise Server - #13719",
"[Improved] Fetch before trying to follow a URL link to a specific branch - #13641. Thanks @Bestra!",
"[Improved] Add \"View on GitHub\" context menu option to repository list items - #13227. Thanks @lhvy!",
"[Improved] Signal when a commit summary is getting long - #2055. Thanks @Twixes!",
"[Improved] Remove unnecessary punctuation in appearance settings - #13715. Thanks @Pinzauti!"
],
"2.9.7-beta3": [
"[Fixed] Don't show web flow committer on GitHub Enterprise Server - #13848",
"[Fixed] Cherry-pick success message always correctly reflects target branch - #13849",
"[Fixed] Fix error managing remotes under some circumstances - #13837",
"[Fixed] Add \"Copy Relative File Path\" option to changed files' context menu - #12589. Thanks @uttiya10!",
"[Improved] Changes within lines are presented the same way in side-by-side and unified modes - #13838",
"[Improved] Select integration tab automatically when changing default editor - #13856. Thanks @uttiya10!",
"[Improved] The check runs list for pull requests with multiple branches displays all actions workflow steps and headers - #13868"
],
"2.9.7-beta2": [
"[New] Initial support for system notifications when checks fail in Windows - #13655",
"[Fixed] Fix CLI tool on macOS Monterey - #13764. Thanks @spotlightishere!",
"[Improved] Upgrade to Electron v16.0.8 - #13814"
],
"2.9.7-beta1": [
"[New] Initial support for system notifications when checks fail in macOS - #13655",
"[Added] Support pushing workflow files for GitHub Actions to GitHub Enterprise Server - #13640",
"[Added] Support CLion as an external editor - #13739. Thanks @Pinzauti!",
"[Fixed] Fix close button in full screen mode on macOS - #12838",
"[Fixed] Commit message dialog background styles match dialog - #13606",
"[Fixed] Ensure job steps on pull request check run list are always present - #13531",
"[Improved] Take alias into account when sorting repositories - #13429",
"[Improved] Upgrade to Electron v14.2.3 - #13689",
"[Improved] Support avatars on GitHub Enterprise Server - #13719",
"[Improved] Fetch before trying to follow a URL link to a specific branch - #13641. Thanks @Bestra!",
"[Improved] Add \"View on GitHub\" context menu option to repository list items - #13227. Thanks @lhvy!",
"[Improved] Signal when a commit summary is getting long - #2055. Thanks @Twixes!",
"[Improved] Check run group headers and checks stay in view while scrolling the sub checks or job steps. - #13532",
"[Improved] Remove unnecessary punctuation in appearance settings- #13715. Thanks @Pinzauti!"
],
"2.9.6": [
"[Added] View and re-run the check runs for the checked out pull request.",
"[Fixed] Tooltip improvements and polish - #13452 #13449",
"[Fixed] Stashing dialog no longer hangs when initiating cherry-pick in some circumstances - #13419",
"[Fixed] Rebase no longer hangs after conflicts resolved when initiated through pull conflict error - #13204"
],
"2.9.6-beta3": [
"[Fixed] Tooltip improvements and polish - #13452 #13449",
"[Improved] Add dynamic constraints for resizable components - #2745",
"[Improved] Remove re-run button for repositories that cannot re-run checks. - #13460"
],
"2.9.6-beta2": [
"[Fixed] Stashing dialog no longer hangs when intiating cherry-pick - #13419",
"[Fixed] Rebase no longer hangs after conflicts resolved when intiated through pull conflict error - #13204",
"[Fixed] Discarding files and repositories successfully moves items to trash - #13433",
"[Improved] Added check runs overall completeness indicator in check run popover header - #13423"
],
"2.9.6-beta1": [
"[Improved] Upgrade to Electron 13.6.2 - #12978",
"[Improved] Allow amending pushed commits - #13384"
],
"2.9.5": [
"[Added] Add custom tooltips for quicker and more helpful information - #6384",
"[Added] Support PyCharm as an external editor - #13270. Thanks @stevetaggart!",
"[Fixed] Prevent inactive selected state from disappearing on lists - #13115",
"[Fixed] Fix click area to select hunk on both sides of diff - #13325. Thanks @jwbth!",
"[Fixed] Replace dialog animations with fade when user prefers reduced motion - #12976 #2768",
"[Improved] Warn users when files contain bidirectional Unicode text - #13343",
"[Improved] Change wording for default branch name option - #13223. Thanks @Rexogamer!"
],
"2.9.5-beta4": [
"[Fixed] Enable scroll in unified diff - #13393",
"[Improved] Adds a re-run dialog to inform user which check runs will be re-run - #13369"
],
"2.9.5-beta3": [
"[Improved] Warn users when files contain bidirectional Unicode text - #13343",
"[Improved] Group CI check runs by runner app and event - #13348, #13349, #13344"
],
"2.9.5-beta2": [
"[Added] View the check runs for the checked out pull request.",
"[Fixed] Fix click area to select hunk on both sides of diff - #13325. Thanks @jwbth!"
],
"2.9.5-beta1": [
"[Added] Support PyCharm as an external editor - #13270. Thanks @stevetaggart!",
"[Added] Add custom tooltips for quicker and more helpful information - #6384",
"[Fixed] Replace dialog animations with fade when user prefers reduced motion - #12976 #2768",
"[Fixed] Prevent inactive selected state from disappearing on lists - #13115",
"[Improved] Change wording for default branch name option - #13223. Thanks @Rexogamer!"
],
"2.9.4": [
"[Added] Add syntax mapping for HAML - #13009. Thanks @alexanderadam!",
"[Added] Add support for WezTerm on macOS - #12957. Thanks @theodore-s-beers!",
"[Added] Add a menu item to view a committed file change on GitHub - #12492. Thanks @haykam821!",
"[Fixed] Diffs are scrolled to the top when switching between files - #12980",
"[Fixed] Fix SSH prompt for unknown hosts in some scenarios - #13050",
"[Fixed] Apply syntax highlighting when viewing a small change for the first time - #13004",
"[Fixed] Wrap long email addresses in the misattributed commit warning popover - #13044",
"[Fixed] Refresh diffs when application receives focus - #12962",
"[Fixed] Only consider tokens invalid when 401 error comes from GitHub Enterprise - #12943",
"[Fixed] Show \"add repo\" dialog when opening repo from CLI - #12935",
"[Fixed] Continue merge flow after merge conflicts are resolved with external conflict tool - #12881",
"[Fixed] Prevent crash on successful merge after conflicts resolved - #12888",
"[Fixed] Use same width for hunk expansion handles as we do for line numbers - #12887",
"[Fixed] Use the correct icon for diff expansion - #12882",
"[Improved] Add offending file name to the file exceeds size limit error - #10242. Thanks @ADustyOldMuffin!",
"[Improved] Show a message explaining why line selection is disabled when hiding whitespace - #12979",
"[Improved] Upgrade embedded Git to v2.32.0 on macOS, and to v2.32.0.windows.2 on Windows - #13000",
"[Improved] Remove gaps in the commit message container revealing a different background - #12900. Thanks @haykam821!",
"[Improved] Add clearer verbiage in the \"remove repository\" dialog - #12497. Thanks @fonsp!",
"[Improved] Update grammar for \"repo deletion\" and \"couldn't find pull request\" error messages - #12902. Thanks @patrykmichalik!",
"[Improved] Show confirmation dialog for SSH host key verification - #12894. Thanks @thsmdt!"
],
"2.9.4-beta4": [
"[Added] Add syntax mapping for HAML - #13009. Thanks @alexanderadam!",
"[Fixed] Diffs are scrolled to the top when switching between files - #12980",
"[Fixed] Fix SSH prompt for unknown hosts in some scenarios - #13050",
"[Fixed] Apply syntax highlighting when viewing a small change for the first time - #13004",
"[Fixed] Wrap long email addresses in the misattributed commit warning popover - #13044",
"[Improved] Add offending file name to the file exceeds size limit error - #10242. Thanks @ADustyOldMuffin!",
"[Improved] Show a message explaining why line selection is disabled when hiding whitespace - #12979",
"[Improved] Show previous similar tags in the tag creation dialog - #12509. Thanks @mahezsh!"
],
"2.9.4-beta3": [
"[Fixed] Refresh diffs when application receives focus - #12962",
"[Fixed] Tokens are not considered invalid when accessing GitHub Enterprise from outside of the company's VPN - #12943",
"[Improved] Upgrade embedded Git to v2.32.0 on macOS, and to v2.32.0.windows.2 on Windows - #13000"
],
"2.9.4-beta2": [
"[Added] Add support for WezTerm on macOS - #12957. Thanks @theodore-s-beers!",
"[Fixed] Remove high-contrast specific hover effects from light and dark theme - #12952",
"[Fixed] Show \"add repo\" dialog when opening repo from CLI - #12935",
"[Fixed] Continue merge flow after merge conflicts are resolved with exterior conflict tool - #12881",
"[Fixed] Remove glitches when diffs are shown for the first time - #12903",
"[Improved] Remove gaps in the commit message container revealing a different background - #12900. Thanks @haykam821!",
"[Improved] Add clearer verbiage in the \"remove repository\" dialog - #12497. Thanks @fonsp!",
"[Improved] Update grammar for \"repo deletion\" and \"couldn't find pull request\" error messages - #12902. Thanks @patrykmichalik!",
"[Improved] Show confirmation dialog for SSH host key verification - #12894. Thanks @thsmdt!"
],
"2.9.4-beta1": [
"[Added] Add a menu item to view a committed file change on GitHub - #12492. Thanks @haykam821!",
"[Added] Customizable high contrast theme - #12833",
"[Fixed] App no longer crashes on successful merge after conflicts resolved - #12888",
"[Fixed] Use same width for hunk expansion handles as we do for line numbers - #12887",
"[Fixed] Use the correct icon for diff expansion - #12882"
],
"2.9.3": [
"[Fixed] Fix Notepad++ and RStudio integration on Windows - #12841",
"[Fixed] Add minor version support for JetBrains IDEs on Windows - #12847. Thanks @tsvetilian-ty!"
],
"2.9.3-beta2": [
"[Fixed] Fix Notepad++ and RStudio integration on Windows - #12841",
"[Fixed] Add minor version support for JetBrains IDEs on Windows - #12847. Thanks @tsvetilian-ty!"
],
"2.9.3-beta1": [
"[Added] Add syntax highlighting for dart - #12827. Thanks @say25!",
"[Fixed] Fix scrolling performance issue for large diffs."
],
"2.9.2": ["[Fixed] Fix scrolling performance issue for large diffs."],
"2.9.1": [
"[Added] Add Fluent Terminal shell support - #12305. Thanks @Idered!",
"[Added] Add support for IntelliJ CE for macOS - #12748. Thanks @T41US!",
"[Added] Show number of lines changed in a commit - #11656",
"[Fixed] Enable 'Open in External Editor' for bat/cmd/sh/exe files - #6361. Thanks @AndreiMaga!",
"[Fixed] Green circle in progress dialog remains round when commits have long descriptions - #12594. Thanks @litetex!",
"[Fixed] History tab shows all commits as the user scrolls down - #12506 #3704",
"[Fixed] Remove border of Repository and Branch foldouts in dark theme - #12478. Thanks @meJevin!",
"[Fixed] Render links in commit messages when they are at the beginning of a line - #12105. Thanks @tsvetilian-ty!",
"[Fixed] Show co-authors from undone commits - #12537",
"[Fixed] Show SSH prompts (key passphrase, adding host, etc.) to users via dialog - #3457 #8761",
"[Improved] Add support for more versions of JetBrains IDEs on Windows - #12778",
"[Improved] Change the diff gutter width based on number of lines in diff - #2102. Thanks @ADustyOldMuffin!",
"[Improved] Check invalidated tokens and prompt the user to sign in again - #12554",
"[Improved] Double-click an option when switching branches to confirm how changed files are handled - #12522. Thanks @j-f1!",
"[Improved] Improve auth error and prompt to suggest the user use a PAT instead of password - #12323",
"[Improved] Increase visibility of misattributed commit warning in dark mode - #12210",
"[Improved] Reduce time needed to make a commit - #12529",
"[Improved] Use \"Recycle Bin\" name only on Windows - #12544. Thanks @shiftkey!",
"[Improved] Windows users can use the system OpenSSH for their Git repositories - #5641"
],
"2.9.1-beta7": [
"[Fixed] Wrong SSH key passphrases are not stored after multiple failed attempts and then one successful - #12804"
],
"2.9.1-beta6": [
"[Fixed] Wrong SSH key passphrases are not stored - #12800",
"[Fixed] Show SSH prompts (key passphrase, adding host, etc.) to macOS users via dialog - #12782"
],
"2.9.1-beta5": [
"[Fixed] Fixed authentication errors in some Git operations - #12796"
],
"2.9.1-beta4": [
"[Fixed] Show SSH prompts (key passphrase, adding host, etc.) to Windows users via dialog - #3457 #8761"
],
"2.9.1-beta3": [
"[Added] Add support for IntelliJ CE for macOS - #12748. Thanks @T41US!",
"[Fixed] Render links in commit messages when they are at the beginning of a line - #12105. Thanks @tsvetilian-ty!",
"[Improved] Added support for more versions of JetBrains IDEs on Windows - #12778",
"[Improved] Windows users can use the system OpenSSH for their Git repositories - #5641"
],
"2.9.1-beta2": [
"[Added] Show number of lines changed in a commit - #11656",
"[Improved] Increase visibility of misattributed commit warning in dark mode - #12210",
"[Improved] Check invalidated tokens and prompt the user to sign in again - #12554",
"[Improved] Improve auth error and prompt to suggest the user use a PAT instead of password - #12323"
],
"2.9.1-beta1": [
"[Added] Add Fluent Terminal shell support - #12305. Thanks @Idered!",
"[Fixed] History tab shows all commits as the user scrolls down - #12506 #3704",
"[Fixed] Show co-authors from undone commits - #12537",
"[Fixed] Change the diff gutter width based on number of lines in diff - #2102. Thanks @ADustyOldMuffin!",
"[Fixed] Enable 'Open in External Editor' for bat/cmd/sh/exe files - #6361. Thanks @AndreiMaga!",
"[Fixed] Green circle in progress dialog remains round when commits have long descriptions - #12594. Thanks @litetex!",
"[Fixed] Removed border of Repository and Branch foldouts in dark theme - #12478. Thanks @meJevin!",
"[Improved] Double-click an option when switching branches to quickly confirm how you want changed files to be handled - #12522. Thanks @j-f1!",
"[Improved] Use \"Recycle Bin\" name only on Windows - #12544. Thanks @shiftkey!",
"[Improved] Reduced time needed to make a commit - #12529"
],
"2.9.0": [
"[New] Reorder commits with drag and drop in your commit history - #2507",
"[New] Create a branch from any commit in your history - #3474",
"[New] Amend the most recent commit on your branch - #1644",
"[New] Squash commits in the history tab with drag and drop and a context menu - #2507",
"[New] Squash and merge option available when merging branches - #2507",
"[Added] Add support for Sublime Text 4 on Windows - #12124",
"[Improved] Show warning before undoing commit if it potentially conflicts with changes in working directory - #4596 #9286 #5874 #6043",
"[Fixed] Remove extra space in drag & drop tooltips - #12327"
],
"2.8.4-beta5": [
"[Improved] Scroll history to top after creating a branch from a commit - #12432"
],
"2.8.4-beta4": [
"[Added] Add support for Sublime Text 4 on Windows - #12124",
"[Fixed] Fix rebase after a successful merge - #12429",
"[Fixed] Only attempt to reorder commits when it's necessary - #12422"
],
"2.8.4-beta3": [
"[Fixed] Update from default branch now merges as expected - #12412",
"[Improved] Create intros for the new drag and drop features :tada: - #12419",
"[Improved] Squash merge and rebase options are available in comparison view - #12416",
"[Removed] Remove cherry-picking drag prompt - #12410",
"[Removed] Remove reset to a commit"
],
"2.8.4-beta2": [
"[New] Reorder commits with drag and drop in the history tab - #2507",
"[New] Reset your branch to a previous commit up to the most recent pushed commit in your history - #12393",
"[New] Amend the most recent commit on your branch - #1644",
"[Add] Allow rebase, squashing, or merging when choosing how to update your current branch - #12396, #12382, 12362",
"[Add] Add \"Undo Commit\" action to the context menu - #12344",
"[Fixed] Show warning before undoing commit if it potentially conflicts with changes in working directory - #4596 #9286 #5874 #6043",
"[Fixed] Fix coauthor styling in commit message dialog for squashing - #12356",
"[Fixed] Selecting a coauthor and committing adds coauthor trailer - #12355",
"[Fixed] Lists of commits, repositories or changes don't disappear after switching between apps",