forked from desktop/desktop
-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.json
1977 lines (1977 loc) · 136 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": {
"2.1.2": [
"[Added] Syntax highlighting support for 20 more programming languages - #7217. Thanks @KennethSweezy!",
"[Added] Kitty shell support for macOS - #5162",
"[Added] Atom editor support on Windows for beta and nightly channels - #8010. Thanks @Rexogamer!",
"[Fixed] File checkboxes and line selection in diffs are not disabled when committing - #3814 #5934. Thanks @HashimotoYT!",
"[Fixed] Small images are scaled down too much in two-up image rendering - #7520",
"[Fixed] Manual conflict resolution for binary files always chooses same version - #8059",
"[Fixed] Branch pruner errors on \"orphaned\" branches - #7983",
"[Fixed] Prevent CodeMirror search plugin from stealing registered global keyboard shortcuts - #8068",
"[Fixed] Update embedded Git on Windows to remove erroneous errors - #8133",
"[Fixed] Menu state not updated for macOS after performing some actions - #8055",
"[Fixed] Error message could appear outside the boundary of its container - #7988",
"[Fixed] Improved error handling when trying to rebase a ref that doesn't exist - #7881",
"[Improved] Expand hover area on repository list items - #7910. Thanks @say25!",
"[Improved] Always fast forward recent branches after fetch - #7761",
"[Improved] Ensure recent branches are updated during remote interactions - #8081"
],
"2.1.2-beta2": ["[Fixed] Update embedded Git on Windows - #8133"],
"2.1.2-beta1": [
"[Added] Option to hide whitespace in historical commits - #8045. Thanks @say25!",
"[Fixed] Small images are scaled down too much in two-up image rendering - #7520",
"[Fixed] Manual conflict resolution for binary files always chooses same version - #8059",
"[Fixed] Disable some unavailable actions while committing - #3814 #5934. Thanks @HashimotoYT!",
"[Fixed] Branch pruner errors on \"orphaned\" branches - #7983",
"[Fixed] Prevent CodeMirror search plugin from stealing registered global keyboard shortcuts - #8068",
"[Improved] Re-word \"No local changes\" view summary - #8007. Thanks @rexogamer!",
"[Improved] Expand hover area on repository list items - #7910. Thanks @say25!",
"[Improved] Always fast forward recent branches after fetch - #7761"
],
"2.1.1": [
"[Fixed] Update embedded Git on Windows to address security vulnerability - #8101"
],
"2.1.1-beta4": [
"[Fixed] Update embedded Git on Windows to address security vulnerability - #8101"
],
"2.1.1-beta3": [
"[Added] Syntax highlighting support for 20 more programming languages - #7217. Thanks @KennethSweezy!",
"[Added] Kitty shell support for macOS - #5162",
"[Added] Atom editor support on Windows for beta and nightly channels - #8010. Thanks @Rexogamer!",
"[Fixed] File checkboxes and line selection in diffs are not disabled when committing - #3814 #5934. Thanks @HashimotoYT!",
"[Improved] \"No local changes\" message in repository view - #8007",
"[Improved] Text overflow in error popup when an editor cannot be launched - #7988"
],
"2.1.1-beta2": [
"[Fixed] Incorrect proportions for \"stashed changes\" button - #7964",
"[Fixed] Overflowing diffs push UI elements out of window - #7967"
],
"2.1.1-beta1": [
"[Added] WSL Support - #7821 #7891. Thanks @ADustyOldMuffin @say25!",
"[Fixed] Tooltip does not display on the entire hit area for list items - #7910. Thanks @say25!",
"[Improved] Error handling when trying to rebase onto an invalid ref - #7871",
"[Improved] Trigger diff search even when CodeMirror doesn't have focus - #7899"
],
"2.1.0": [
"[New] Branches that have been merged and deleted on GitHub.com will now be pruned after two weeks - #750",
"[Added] Search text within diffs using shortcut - #7538",
"[Added] Keyboard shortcut for \"Discard All Changes\" menu item - #7588. Thanks @say25!",
"[Fixed] Repository name moves cursor to end in \"Create Repository\" dialog - #7862",
"[Fixed] Keyboard navigation inside \"Compare Branch\" list - #7802. Thanks @ADustyOldMuffin!",
"[Fixed] New repository does not write description into README - #7571. Thanks @noelledusahel!",
"[Fixed] Disable \"Discard\" and \"Restore\" buttons while restoring stash - #7289",
"[Fixed] \"Unable to restore\" warning message appears momentarily when restoring stash - #7652",
"[Fixed] Unresponsive app on macOS if user switches away from file dialog - #7636",
"[Fixed] Launching app on Windows after being maximized does not restore correct window state - #7750",
"[Improved] Update mentions of \"Enterprise\" to \"Enterprise Server\" in app - #7728 #7845 #7835. Thanks @nathos!",
"[Improved] Update license and .gitignore templates for initializing a new repository - #7548 #7661. Thanks @VADS!",
"[Improved] \"Authentication failed\" dialog provides more help to diagnose issue - #7622"
],
"2.1.0-beta3": [
"[Added] Search text within diffs using shortcut - #7538",
"[Fixed] Repository name moves cursor to end in \"Create Repository\" dialog - #7862",
"[Fixed] Keyboard navigation inside \"Compare Branch\" list - #7802. Thanks @ADustyOldMuffin!"
],
"2.1.0-beta2": [
"[New] Commit form will warn user when working on a protected branch - #7826"
],
"2.1.0-beta1": [
"[Added] Keyboard shortcut for \"Discard All Changes\" menu item - #7588. Thanks @say25!",
"[Fixed] New repository does not write description into README - #7571. Thanks @noelledusahel!",
"[Fixed] Disable \"Discard\" and \"Restore\" buttons while restoring stash - #7289",
"[Fixed] \"Unable to restore\" warning message appears when restoring stash - #7652",
"[Fixed] Unresponsive app on macOS if user switches away from file dialog - #7636",
"[Fixed] Launching app on Windows after being maximized does not restore correct window state - #7750",
"[Improved] Update mentions of \"Enterprise\" to \"Enterprise Server\" in app - #7728 #7845 #7835. Thanks @nathos!",
"[Improved] Update license and .gitignore templates for initializing a new repository - #7548 #7661. Thanks @VADS!",
"[Improved] \"Authentication failed\" dialog provides more help to diagnose issue - #7622"
],
"2.0.4-test2": ["Upgrading infrastructure to Node 10"],
"2.0.4": [
"[Fixed] Refresh for Enterprise repositories did not handle API error querying branches - #7713",
"[Fixed] Missing \"Discard all changes\" context menu in Changes header - #7696",
"[Fixed] \"Select all\" keyboard shortcut not firing on Windows - #7759"
],
"2.0.4-beta1": [
"[Fixed] Refresh for Enterprise repositories did not handle API error querying branches - #7713",
"[Fixed] Missing \"Discard all changes\" context menu in Changes header - #7696",
"[Fixed] \"Select all\" keyboard shortcut not firing on Windows - #7759"
],
"2.0.4-beta0": [
"[Added] Extend crash reports with more information about application state for troubleshooting - #7693",
"[Fixed] Crash when attempting to update pull requests with partially updated repository information - #7688",
"[Fixed] Crash when loading repositories after signing in through the welcome flow - #7699"
],
"2.0.3": [
"[Fixed] Crash when loading repositories after signing in through the welcome flow - #7699"
],
"2.0.2": [
"[Added] Extend crash reports with more information about application state for troubleshooting - #7693"
],
"2.0.1": [
"[Fixed] Crash when attempting to update pull requests with partially updated repository information - #7688"
],
"2.0.0": [
"[New] You can now choose to bring your changes with you to a new branch or stash them on the current branch when switching branches - #6107",
"[New] Rebase your current branch onto another branch using a guided flow - #5953",
"[New] Repositories grouped by owner, and recent repositories listed at top - #6923 #7132",
"[New] Suggested next steps now includes suggestion to create a pull request after publishing a branch - #7505",
"[Added] .resx syntax highlighting - #7235. Thanks @say25!",
"[Added] \"Exit\" menu item now has accelerator and access key - #6507. Thanks @AndreiMaga!",
"[Added] Help menu entry to view documentation about keyboard shortcuts - #7184",
"[Added] \"Discard all changes\" action under Branch menu - #7394. Thanks @ahuth!",
"[Fixed] \"Esc\" key does not close Repository or Branch list - #7177. Thanks @roottool!",
"[Fixed] Attempting to revert commits not on current branch results in an error - #6300. Thanks @msftrncs!",
"[Fixed] Emoji rendering in app when account name has special characters - #6909",
"[Fixed] Files staged outside Desktop for deletion are incorrectly marked as modified after committing - #4133",
"[Fixed] Horizontal scroll bar appears unnecessarily when switching branches - #7212",
"[Fixed] Icon accessibility labels fail when multiple icons are visible at the same time - #7174",
"[Fixed] Incorrectly encoding URLs affects issue filtering - #7506",
"[Fixed] License templates do not end with newline character - #6999",
"[Fixed] Conflicts banners do not hide after aborting operation outside Desktop - #7046",
"[Fixed] Missing tooltips for change indicators in the sidebar - #7174",
"[Fixed] Mistaken classification of all crashes being related to launch - #7126",
"[Fixed] Unable to switch keyboard layout and retain keyboard focus while using commit form - #6366. Thanks @AndreiMaga!",
"[Fixed] Prevent console errors due to underlying component unmounts - #6970",
"[Fixed] Menus disabled by activity in inactive repositories - #6313",
"[Fixed] Race condition with Git remote lookup may cause push to incorrect remote - #6986",
"[Fixed] Restore GitHub Desktop to main screen if external monitor removed - #7418 #2107. Thanks @say25!",
"[Fixed] Tab Bar focus ring outlines clip into other elements - #5802. Thanks @Daniel-McCarthy!",
"[Improved] \"Automatically Switch Theme\" on macOS checks theme on launch - #7116. Thanks @say25!",
"[Improved] \"Add\" button in repository list should always be visible - #6646",
"[Improved] Pull Requests list loads and updates pull requests from GitHub more quickly - #7501 #7163",
"[Improved] Indicator hidden in Pull Requests list when there are no open pull requests - #7258",
"[Improved] Manually refresh pull requests instead of having to wait for a fetch - #7027",
"[Improved] Accessibility attributes for dialog - #6496. Thanks @HirdayGupta!",
"[Improved] Alignment of icons in repository list - #7133",
"[Improved] Command line interface warning when using \"github open\" with a remote URL - #7452. Thanks @msztech!",
"[Improved] Error message when unable to publish private repository to an organization - #7472",
"[Improved] Initiate cloning by pressing \"Enter\" when a repository is selected - #6570. Thanks @Daniel-McCarthy!",
"[Improved] Lowercase pronoun in \"Revert this commit\" menu item - #7534",
"[Improved] Styles for manual resolution button in \"Resolve Conflicts\" dialog - #7302",
"[Improved] Onboarding language for blank slate components - #6638. Thanks @jamesgeorge007!",
"[Improved] Explanation for manually conflicted text files in diff viewer - #7611",
"[Improved] Visual progress on \"Remove Repository\" and \"Discard Changes\" dialogs - #7015. Thanks @HashimotoYT!",
"[Improved] Menu items now aware of force push state and preference to confirm repository removal - #4976 #7138",
"[Removed] Branch and pull request filter text persistence - #7437",
"[Removed] \"Discard all changes\" context menu item from Changes list - #7394. Thanks @ahuth!"
],
"1.7.1-beta1": [
"[Fixed] Tab Bar focus ring outlines clip into other elements - #5802. Thanks @Daniel-McCarthy!",
"[Improved] Show explanation for manually conflicted text files in diff viewer - #7611",
"[Improved] Alignment of entries in repository list - #7133"
],
"1.7.0-beta9": [
"[Fixed] Add warning when renaming a branch with a stash - #7283",
"[Fixed] Restore Desktop to main screen when external monitor removed - #7418 #2107. Thanks @say25!",
"[Improved] Performance for bringing uncommitted changes to another branch - #7474"
],
"1.7.0-beta8": [
"[Added] Accelerator and access key to \"Exit\" menu item - #6507. Thanks @AndreiMaga!",
"[Fixed] Pressing \"Shift\" + \"Alt\" in Commit summary moves input-focus to app menu - #6366. Thanks @AndreiMaga!",
"[Fixed] Incorrectly encoding URLs affects issue filtering - #7506",
"[Improved] Command line interface warns with helpful message when given a remote URL - #7452. Thanks @msztech!",
"[Improved] Lowercase pronoun in \"Revert this commit\" menu item - #7534",
"[Improved] \"Pull Requests\" list reflects pull requests from GitHub more quickly - #7501",
"[Removed] Branch and pull request filter text persistence - #7437"
],
"1.7.0-beta7": [
"[Improved] Error message when unable to publish private repository to an organization - #7472",
"[Improved] \"Stashed changes\" button accessibility improvements - #7274",
"[Improved] Performance improvements for bringing changes to another branch - #7471",
"[Improved] Performance improvements for detecting conflicts from a restored stash - #7476"
],
"1.7.0-beta6": [
"[Fixed] Stash viewer does not disable restore button when changes present - #7409",
"[Fixed] Stash viewer does not center \"no content\" text - #7299",
"[Fixed] Stash viewer pane width not remembered between sessions - #7416",
"[Fixed] \"Esc\" key does not close Repository or Branch list - #7177. Thanks @roottool!",
"[Fixed] Stash not cleaned up when it conflicts with working directory contents - #7383",
"[Improved] Branch names remain accurate in dialog when stashing and switching branches - #7402",
"[Improved] Moved \"Discard all changes\" to Branch menu to prevent unintentionally discarding all changes - #7394. Thanks @ahuth!",
"[Improved] UI responsiveness when using keyboard to choose branch in rebase flow - #7407"
],
"1.7.0-beta5": [
"[Fixed] Handle warnings if stash creation encounters file permission issue - #7351",
"[Fixed] Add \"View stash entry\" action to suggested next steps - #7353",
"[Fixed] Handle and recover from failed rebase flow starts - #7223",
"[Fixed] Reverse button order when viewing a stash on macOS - #7273",
"[Fixed] Prevent console errors due to underlying component unmounts - #6970",
"[Fixed] Rebase success banner always includes base branch name - #7220",
"[Improved] Added explanatory text for \"Restore\" button for stashes - #7303",
"[Improved] Ask for confirmation before discarding stash - #7348",
"[Improved] Order stashed changes files alphabetically - #7327",
"[Improved] Clarify \"Overwrite Stash Confirmation\" dialog text - #7361",
"[Improved] Message shown in rebase setup when target branch is already rebased - #7343",
"[Improved] Update stashing prompt verbiage - #7393.",
"[Improved] Update \"Start Rebase\" dialog verbiage - #7391",
"[Improved] Changes list now reflects what will be committed when handling rebase conflicts - #7006"
],
"1.7.0-beta4": [
"[Fixed] Manual conflict resolution choice not updated when resolving rebase conflicts - #7255",
"[Fixed] Menu items don't display the expected verbiage for force push and removing a repository - #4976 #7138"
],
"1.7.0-beta3": [
"[New] Users can choose to bring changes with them to a new branch or stash them on the current branch when switching branches - #6107",
"[Added] GitHub Desktop keyboard shortcuts available in Help menu - #7184",
"[Added] .resx file extension highlighting support - #7235. Thanks @say25!",
"[Fixed] Attempting to revert commits not on current branch results in an error - #6300. Thanks @msftrncs!",
"[Improved] Warn users before rebase if operation will require a force push after rebase complete - #6963",
"[Improved] Do not show the number of pull requests when there are no open pull requests - #7258",
"[Improved] Accessibility attributes for dialog - #6496. Thanks @HirdayGupta!",
"[Improved] Initiate cloning by pressing \"Enter\" when a repository is selected - #6570. Thanks @Daniel-McCarthy!",
"[Improved] Manual Conflicts button styling - #7302",
"[Improved] \"Add\" button in repository list should always be visible - #6646"
],
"1.7.0-beta2": [
"[New] Rebase your current branch onto another branch using a guided flow - #5953",
"[Fixed] Horizontal scroll bar appears unnecessarily when switching branches - #7212",
"[Fixed] License templates do not end with newline character - #6999",
"[Fixed] Merge/Rebase conflicts banners do not clear when aborting the operation outside Desktop - #7046",
"[Fixed] Missing tooltips for change indicators in the sidebar - #7174",
"[Fixed] Icon accessibility labels fail when multiple icons are visible at the same time - #7174",
"[Improved] Pull requests load faster and PR build status updates automatically - #7163"
],
"1.7.0-beta1": [
"[New] Recently opened repositories appear at the top of the repository list - #7132",
"[Fixed] Error when selecting diff text while diff is updating - #7131",
"[Fixed] Crash when unable to create log file on disk - #7096",
"[Fixed] Race condition with remote lookup could cause push to go to incorrect remote - #6986",
"[Fixed] Mistaken classification of all crashes being related to launch - #7126",
"[Fixed] Prevent menus from being disabled by activity in inactive repositories - #6313",
"[Fixed] \"Automatically Switch Theme\" on macOS does not check theme on launch - #7116. Thanks @say25!",
"[Fixed] Clicking \"Undo\" doesn't repopulate summary in commit form - #6390. Thanks @humphd!",
"[Fixed] Emoji rendering in app broken when account name has special characters - #6909",
"[Fixed] Files staged outside Desktop for deletion are incorrectly marked as modified after committing - #4133",
"[Improved] Visual feedback on \"Remove Repository\" and \"Discard Changes\" dialogs to show progress - #7015. Thanks @HashimotoYT!",
"[Improved] Onboarding language for blank slate components - #6638. Thanks @jamesgeorge007!",
"[Improved] Manually refresh pull requests instead of having to wait for a fetch - #7027"
],
"1.6.6": [
"[Fixed] Clicking \"Undo\" doesn't repopulate summary in commit form - #6390. Thanks @humphd!",
"[Fixed] Handle error when unable to create log file for app - #7096",
"[Fixed] Crash when selecting text while the underlying diff changes - #7131"
],
"1.6.6-test1": [
"[Fixed] Clicking \"Undo\" doesn't repopulate summary in commit form - #6390. Thanks @humphd!",
"[Fixed] Handle error when unable to create log file for app - #7096",
"[Fixed] Crash when selecting text while the underlying diff changes - #7131"
],
"1.6.5": [
"[Fixed] Publish Repository does not let you publish to an organization on your Enterprise account - #7052"
],
"1.6.5-beta2": [
"[Fixed] Publish Repository does not let you choose an organization on your Enterprise account - #7052"
],
"1.6.5-beta1": [
"[Fixed] Publish Repository does not let you choose an organization on your Enterprise account - #7052"
],
"1.6.4": [
"[Fixed] Embedded Git not working for core.longpath usage in some environments - #7028",
"[Fixed] \"Recover missing repository\" can get stuck in a loop - #7038"
],
"1.6.4-beta1": [
"[Fixed] Embedded Git not working for core.longpath usage in some environments - #7028",
"[Fixed] \"Recover missing repository\" can get stuck in a loop - #7038"
],
"1.6.4-beta0": [
"[Removed] Option to discard when files would be overwritten by a checkout - #7016"
],
"1.6.3": [
"[New] Display \"pull with rebase\" if a user has set this option in their Git config - #6553 #3422",
"[Fixed] Context menu does not open when right clicking on the edges of files in Changes list - #6296. Thanks @JQuinnie!",
"[Fixed] Display question mark in image when no commit selected in dark theme - #6915. Thanks @say25!",
"[Fixed] No left padding for :emoji:/@user/#issue autocomplete forms. - #6895. Thanks @murrelljenna!",
"[Fixed] Reinstate missing image and update illustration in dark theme when no local changes exist - #6894",
"[Fixed] Resizing the diff area preserves text selection range - #2677",
"[Fixed] Text selection in wrapped diff lines now allows selection of individual lines - #1551",
"[Improved] Add option to fetch when a user needs to pull changes from the remote before pushing - #2738 #5451",
"[Improved] Enable Git protocol v2 for fetch/push/pull operations - #6142",
"[Improved] Moving mouse pointer outside visible diff while selecting a range of lines in a partial commit now automatically scrolls the diff - #658",
"[Improved] Sign in form validates both username and password - #6952. Thanks @say25!",
"[Improved] Update GitHub logo in \"About\" dialog - #5619. Thanks @HashimotoYT!"
],
"1.6.3-beta4": [
"[Improved] Update GitHub logo in \"About\" dialog - #5619. Thanks @HashimotoYT!",
"[Improved] Sign in form validates both username and password - #6952. Thanks @say25!"
],
"1.6.3-beta3": [
"[New] Display \"pull with rebase\" if a user has set this option in their Git config - #6553 #3422",
"[Added] Provide option to discard when files would be overwritten by a checkout - #6755. Thanks @mathieudutour!",
"[Fixed] No left padding for :emoji:/@user/#issue autocomplete forms. - #6895. Thanks @murrelljenna!",
"[Fixed] Reinstate missing image and fix illustration to work in the dark theme when there are no local changes - #6894",
"[Fixed] Display question mark image when there is no commit selected in dark theme - #6915. Thanks @say25!",
"[Improved] Group and filter repositories by owner - #6923",
"[Improved] Add option to fetch when a user needs to pull changes from the remote before pushing - #2738 #5451"
],
"1.6.3-beta2": [
"[Fixed] Text selection in wrapped diff lines now allows selection of individual lines - #1551",
"[Fixed] Resizing the diff area preserves text selection range - #2677",
"[Improved] Moving the mouse pointer outside of the visible diff while selecting a range of lines in a partial commit will now automatically scroll the diff - #658"
],
"1.6.3-beta1": [
"[New] Branches that have been merged and deleted on GitHub.com will now be pruned after two weeks - #750",
"[Fixed] Context menu doesn't open when right clicking on the edges of files in Changes list - #6296. Thanks @JQuinnie!",
"[Improved] Enable Git protocol v2 for fetch/push/pull operations - #6142",
"[Improved] Upgrade to Electron v3 - #6391"
],
"1.6.2": [
"[Added] Allow users to also resolve manual conflicts when resolving merge conflicts - #6062",
"[Added] Automatic switching between Dark and Light modes on macOS - #5037. Thanks @say25!",
"[Added] Crystal and Julia syntax highlighting - #6710. Thanks @KennethSweezy!",
"[Added] Lua and Fortran syntax highlighting - #6700. Thanks @SimpleBinary!",
"[Fixed] Abbreviated commits are not long enough for large repositories - #6662. Thanks @say25!",
"[Fixed] App menu bar visible on hover on Windows when in \"Let’s get started\" mode - #6669",
"[Fixed] Fix pointy corners on commit message text area - #6635. Thanks @lisavogtsf!",
"[Fixed] Inconsistent \"Reveal in …\" labels for context menus - #6466. Thanks @say25!",
"[Fixed] Merge conflict conflict did not ask user to resolve some binary files - #6693",
"[Fixed] Prevent concurrent fetches between user and status indicator checks - #6121 #5438 #5328",
"[Fixed] Remember scroll positions in History and Changes lists - #5177 #5059. Thanks @Daniel-McCarthy!",
"[Improved] Guided merge conflict resolution only commits changes relevant to the merge - #6349",
"[Improved] Use higher contrast color for links in \"Merge Conflicts\" dialog - #6758",
"[Improved] Add link to all release notes in Release Notes dialog - #6443. Thanks @koralcem!",
"[Improved] Arrow for renamed/copied changes when viewing commit - #6519. Thanks @koralcem!",
"[Improved] Updated verbiage for ignoring the files - #6689. Thanks @PaulViola!"
],
"1.6.2-beta3": [
"[Improved] Guided merge conflict resolution only commits changes relevant to the merge - #6349"
],
"1.6.2-beta2": [
"[Added] Allow users to also resolve manual conflicts when resolving merge conflicts - #6062",
"[Added] Crystal and Julia syntax highlighting - #6710. Thanks @KennethSweezy!",
"[Fixed] Fix pointy corners on commit message text area - #6635. Thanks @lisavogtsf!",
"[Fixed] Use higher contrast color for links in \"Merge Conflicts\" dialog - #6758"
],
"1.6.2-beta1": [
"[Added] Automatic switching between Dark and Light modes on macOS - #5037. Thanks @say25!",
"[Added] Lua and Fortran syntax highlighting - #6700. Thanks @SimpleBinary!",
"[Fixed] Abbreviated commits are not long enough for large repositories - #6662. Thanks @say25!",
"[Fixed] App menu bar visible on hover on Windows when in \"Let’s get started\" mode - #6669",
"[Fixed] Remember scroll positions in History and Changes lists - #5177 #5059. Thanks @Daniel-McCarthy!",
"[Fixed] Inconsistent \"Reveal in …\" labels for context menus - #6466. Thanks @say25!",
"[Fixed] Prevent concurrent fetches between user and status indicator checks - #6121 #5438 #5328",
"[Fixed] Merge conflict conflict did not ask user to resolve some binary files - #6693",
"[Improved] Add link to all release notes in Release Notes dialog - #6443. Thanks @koralcem!",
"[Improved] Arrow for renamed/copied changes when viewing commit - #6519. Thanks @koralcem!",
"[Improved] Menu state updating to address race condition - #6643",
"[Improved] Updated verbiage when clicking on changed files to make it more explicit what will occur when you ignore the file(s) - #6689. Thanks @PaulViola!"
],
"1.6.2-beta0": [
"[Fixed] Don't show \"No local changes\" view when switching between changed files"
],
"1.6.1": [
"[Fixed] Don't show \"No local changes\" view when switching between changed files"
],
"1.6.0": [
"[New] Help users add their first repo during onboarding - #6474",
"[New] \"No local changes\" view helpfully suggests next actions for you to take - #6445",
"[Added] Support JetBrains Webstorm as an external editor - #6077. Thanks @KennethSweezy!",
"[Added] Add Visual Basic syntax highlighting - #6461. Thanks @SimpleBinary!",
"[Fixed] Automatically locate a missing repository when it cannot be found - #6228. Thanks @msftrncs!",
"[Fixed] Don't include untracked files in merge commit - #6411",
"[Fixed] Don't show \"Still Conflicted Warning\" when all conflicts are resolved - #6451",
"[Fixed] Only execute menu action a single time upon hitting Enter - #5344",
"[Fixed] Show autocompletion of GitHub handles and issues properly in commit description field - #6459",
"[Improved] Repository list when no repositories found - #5566 #6474",
"[Improved] Image diff menu no longer covered by large images - #6520. Thanks @06b!",
"[Improved] Enable additional actions during a merge conflict - #6385",
"[Improved] Increase contrast on input placeholder color in dark mode - #6556",
"[Improved] Don't show merge success banner when attempted merge doesn't complete - #6282",
"[Improved] Capitalize menu items appropriately on macOS - #6469"
],
"1.6.0-beta3": [
"[Fixed] Autocomplete selection does not overflow text area - #6459",
"[Fixed] No local changes views incorrectly rendering ampersands - #6596",
"[Improved] Capitalization of menu items on macOS - #6469"
],
"1.6.0-beta2": [
"[New] \"No local changes\" view makes it easy to find and accomplish common actions - #6445",
"[Fixed] Automatically locate a missing repository when it cannot be found - #6228. Thanks @msftrncs!",
"[Improved] Enable additional actions during a merge conflict - #6385",
"[Improved] Increase contrast on input placeholder color in dark mode - #6556",
"[Improved] Merge success banner no longer shown when attempted merge doesn't complete - #6282"
],
"1.6.0-beta1": [
"[New] Help users add their first repo during onboarding - #6474",
"[Added] Include ability for users to add new repositories when there are none available - #5566 #6474",
"[Added] Support JetBrains Webstorm as an external editor - #6077. Thanks @KennethSweezy!",
"[Added] Add Visual Basic syntax highlighting - #6461. Thanks @SimpleBinary!",
"[Fixed] Don't include untracked files in merge commit - #6411",
"[Fixed] Don't show \"Still Conflicted Warning\" when all conflicts are resolved - #6451",
"[Fixed] Enter when using keyboard to navigate app menu executed menu action twice - #5344",
"[Improved] Image diff menu no longer covered by large images - #6520. Thanks @06b!"
],
"1.5.2-beta0": [],
"1.5.1": [
"[Added] Provide keyboard shortcut for getting to commit summary field - #1719. Thanks @bruncun!",
"[Added] Add hover states on list items and tabs - #6310",
"[Added] Add Dockerfile syntax highlighting - #4533. Thanks @say25!",
"[Added] Support Visual SlickEdit as an external editor - #6029. Thanks @texasaggie97!",
"[Fixed] Allow repositories to be cloned to empty folders - #5857. Thanks @Daniel-McCarthy!",
"[Fixed] Prevent creating branch with detached HEAD from reverting to default branch - #6085",
"[Fixed] Fix \"Open In External Editor\" for Atom/VS Code on Windows when paths contain spaces - #6181. Thanks @msftrncs!",
"[Fixed] Persist Branch List and Pull Request List filter text - #6002. Thanks @Daniel-McCarthy!",
"[Fixed] Retain renamed branches position in recent branches list - #6155. Thanks @gnehcc!",
"[Fixed] Prevent avatar duplication when user is co-author and committer - #6135. Thanks @bblarney!",
"[Fixed] Provide keyboard selection for the \"Clone a Repository\" dialog - #3596. Thanks @a-golovanov!",
"[Fixed] Close License & Open Source Notices dialog upon pressing \"Enter\" in dialog - #6137. Thanks @bblarney!",
"[Fixed] Dismiss \"Merge into Branch\" dialog with escape key - #6154. Thanks @altaf933!",
"[Fixed] Focus branch selector when comparing to branch from menu - #5600",
"[Fixed] Reverse fold/unfold icons for expand/collapse commit summary - #6196. Thanks @HazemAM!",
"[Improved] Allow toggling between diff modes - #6231. Thanks @06b!",
"[Improved] Show focus around full input field - #6234. Thanks @seokju-na!",
"[Improved] Make lists scroll to bring selected items into view - #6279",
"[Improved] Consistently order the options for adding a repository - #6396. Thanks @vilanz!",
"[Improved] Clear merge conflicts banner after there are no more conflicted files - #6428"
],
"1.5.1-beta6": [
"[Improved] Consistently order the options for adding a repository - #6396. Thanks @vilanz!",
"[Improved] Clear merge conflicts banner after there are no more conflicted files - #6428"
],
"1.5.1-beta5": [
"[Improved] Commit conflicted files warning - #6381",
"[Improved] Dismissable merge conflict dialog and associated banner - #6379 #6380",
"[Fixed] Fix feature flag for readme overwrite warning so that it shows on beta - #6412"
],
"1.5.1-beta4": [
"[Improved] Display warning if existing readme file will be overwritten - #6338. Thanks @Daniel-McCarthy!",
"[Improved] Add check for attempts to commit >100 MB files without Git LFS - #997. Thanks @Daniel-McCarthy!",
"[Improved] Merge conflicts dialog visual updates - #6377"
],
"1.5.1-beta3": [
"[Improved] Maintains state on tabs for different methods of cloning repositories - #5937"
],
"1.5.1-beta2": [
"[Improved] Clarified internal documentation - #6348. Thanks @bblarney!"
],
"1.5.1-beta1": [
"[Added] Provide keyboard shortcut for getting to commit summary field - #1719. Thanks @bruncun!",
"[Added] Add hover states on list items and tabs - #6310",
"[Added] Add Dockerfile syntax highlighting - #4533. Thanks @say25!",
"[Added] Support Visual SlickEdit as an external editor - #6029. Thanks @texasaggie97!",
"[Improved] Allow toggling between diff modes - #6231. Thanks @06b!",
"[Improved] Show focus around full input field - #6234. Thanks @seokju-na!",
"[Improved] Make lists scroll to bring selected items into view - #6279",
"[Fixed] Allow repositories to be cloned to empty folders - #5857. Thanks @Daniel-McCarthy!",
"[Fixed] Prevent creating branch with detached HEAD from reverting to default branch - #6085",
"[Fixed] Fix 'Open In External Editor' for Atom/VS Code on Windows when paths contain spaces - #6181. Thanks @msftrncs!",
"[Fixed] Persist Branch List and Pull Request List filter text - #6002. Thanks @Daniel-McCarthy!",
"[Fixed] Retain renamed branches position in recent branches list - #6155. Thanks @gnehcc!",
"[Fixed] Prevent avatar duplication when user is co-author and committer - #6135. Thanks @bblarney!",
"[Fixed] Provide keyboard selection for the ‘Clone a Repository’ dialog - #3596. Thanks @a-golovanov!",
"[Fixed] Close License & Open Source Notices dialog upon pressing \"Enter\" in dialog - #6137. Thanks @bblarney!",
"[Fixed] Dismiss \"Merge into Branch\" dialog with escape key - #6154. Thanks @altaf933!",
"[Fixed] Focus branch selector when comparing to branch from menu - #5600",
"[Fixed] Reverse fold/unfold icons for expand/collapse commit summary - #6196. Thanks @HazemAM!"
],
"1.5.1-beta0": [],
"1.5.0": [
"[New] Clone, create, or add repositories right from the repository dropdown - #5878",
"[New] Drag-and-drop to add local repositories from macOS tray icon - #5048",
"[Added] Resolve merge conflicts through a guided flow - #5400",
"[Added] Allow merging branches directly from branch dropdown - #5929. Thanks @bruncun!",
"[Added] Commit file list now has \"Copy File Path\" context menu action - #2944. Thanks @Amabel!",
"[Added] Keyboard shortcut for \"Rename Branch\" menu item - #5964. Thanks @agisilaos!",
"[Added] Notify users when a merge is successfully completed - #5851",
"[Fixed] \"Compare on GitHub\" menu item enabled when no repository is selected - #6078",
"[Fixed] Diff viewer blocks keyboard navigation using reverse tab order - #2794",
"[Fixed] Launching Desktop from browser always asks to clone repository - #5913",
"[Fixed] Publish dialog displayed on push when repository is already published - #5936",
"[Improved] \"Publish Repository\" dialog handles emoji characters - #5980. Thanks @WaleedAshraf!",
"[Improved] Avoid repository checks when no path is specified in \"Create Repository\" dialog - #5828. Thanks @JakeHL!",
"[Improved] Clarify the direction of merging branches - #5930. Thanks @JQuinnie!",
"[Improved] Default commit summary more explanatory and consistent with GitHub.com - #6017. Thanks @Daniel-McCarthy!",
"[Improved] Display a more informative message on merge dialog when branch is up to date - #5890",
"[Improved] Getting a repository's status only blocks other operations when absolutely necessary - #5952",
"[Improved] Display current branch in header of merge dialog - #6027",
"[Improved] Sanitize repository name before publishing to GitHub - #3090. Thanks @Daniel-McCarthy!",
"[Improved] Show the branch name in \"Update From Default Branch\" menu item - #3018. Thanks @a-golovanov!",
"[Improved] Update license and .gitignore templates for initializing a new repository - #6024. Thanks @say25!"
],
"1.5.0-beta5": [],
"1.5.0-beta4": [
"[Fixed] \"Compare on GitHub\" menu item enabled when no repository is selected - #6078",
"[Fixed] Diff viewer blocks keyboard navigation using reverse tab order - #2794",
"[Improved] \"Publish Repository\" dialog handles emoji characters - #5980. Thanks @WaleedAshraf!"
],
"1.5.0-beta3": [],
"1.5.0-beta2": [
"[Added] Resolve merge conflicts through a guided flow - #5400",
"[Added] Notify users when a merge is successfully completed - #5851",
"[Added] Allow merging branches directly from branch dropdown - #5929. Thanks @bruncun!",
"[Improved] Merge dialog displays current branch in header - #6027",
"[Improved] Clarify the direction of merging branches - #5930. Thanks @JQuinnie!",
"[Improved] Show the branch name in \"Update From Default Branch\" menu item - #3018. Thanks @a-golovanov!",
"[Improved] Default commit summary more explanatory and consistent with GitHub.com - #6017. Thanks @Daniel-McCarthy!",
"[Improved] Updated license and .gitignore templates for initializing a new repository - #6024. Thanks @say25!"
],
"1.5.0-beta1": [
"[New] Repository switcher has a convenient \"Add\" button to add other repositories - #5878",
"[New] macOS tray icon now supports drag-and-drop to add local repositories - #5048",
"[Added] Keyboard shortcut for \"Rename Branch\" menu item - #5964. Thanks @agisilaos!",
"[Added] Commit file list now has \"Copy File Path\" context menu action - #2944. Thanks @Amabel!",
"[Fixed] Launching Desktop from browser always asks to clone repository - #5913",
"[Fixed] Publish dialog displayed on push when repository is already published - #5936",
"[Improved] Sanitize repository name before publishing to GitHub - #3090. Thanks @Daniel-McCarthy!",
"[Improved] Getting a repository's status only blocks other operations when absolutely necessary - #5952",
"[Improved] Avoid repository checks when no path is specified in \"Create Repository\" dialog - #5828. Thanks @JakeHL!",
"[Improved] Display a more informative message on merge dialog when branch is up to date - #5890"
],
"1.4.4-beta0": [],
"1.4.3": [
"[Added] Add \"Remove Repository\" keyboard shortcut - #5848. Thanks @say25!",
"[Added] Add keyboard shortcut to delete a branch - #5018. Thanks @JakeHL!",
"[Fixed] Emoji autocomplete not rendering in some situations - #5859",
"[Fixed] Release notes text overflowing dialog box - #5854. Thanks @amarsiingh!",
"[Improved] Support Python 3 in Desktop CLI on macOS - #5843. Thanks @munir131!",
"[Improved] Avoid unnecessarily reloading commit history - #5470",
"[Improved] Publish Branch dialog will publish commits when pressing Enter - #5777. Thanks @JKirkYuan!"
],
"1.4.3-beta2": [
"[Added] Added keyboard shortcut to delete a branch - #5018. Thanks @JakeHL!",
"[Fixed] Fix release notes text overflowing dialog box - #5854. Thanks @amarsiingh!",
"[Improved] Avoid unnecessarily reloading commit history - #5470"
],
"1.4.3-beta1": [
"[Added] Add \"Remove Repository\" keyboard shortcut - #5848. Thanks @say25!",
"[Fixed] Fix emoji autocomplete not rendering in some situations - #5859",
"[Fixed] Support Python 3 in Desktop CLI on macOS - #5843. Thanks @munir131!",
"[Improved] Publish Branch dialog will publish commits when pressing Enter - #5777. Thanks @JKirkYuan!"
],
"1.4.3-beta0": [],
"1.4.2": [
"[New] Show resolved conflicts as resolved in Changes pane - #5609",
"[Added] Add Terminator, MATE Terminal, and Terminology shells - #5753. Thanks @joaomlneto!",
"[Fixed] Update embedded Git to version 2.19.1 for security vulnerability fix",
"[Fixed] Always show commit history list when History tab is clicked - #5783. Thanks @JKirkYuan!",
"[Fixed] Stop overriding the protocol of a detected GitHub repository - #5721",
"[Fixed] Update sign in error message - #5766. Thanks @tiagodenoronha!",
"[Fixed] Correct overflowing T&C and License Notices dialogs - #5756. Thanks @amarsiingh!",
"[Improved] Add default commit message for single-file commits - #5240. Thanks @lean257!",
"[Improved] Refresh commit list faster after reverting commit via UI - #5752",
"[Improved] Add repository path to Remove repository dialog - #5805. Thanks @NickCraver!",
"[Improved] Display whether user entered incorrect username or email address - #5775. Thanks @tiagodenoronha!",
"[Improved] Update Discard Changes dialog text when discarding all changes - #5744. Thanks @Daniel-McCarthy!"
],
"1.4.2-beta0": [],
"1.4.1-test2": [
"Testing changes to how Desktop performs CI platform checks"
],
"1.4.1-test1": [
"Testing changes to how Desktop performs CI platform checks"
],
"1.4.1": [
"[Added] Support for opening repository in Cygwin terminal - #5654. Thanks @LordOfTheThunder!",
"[Fixed] 'Compare to Branch' menu item not disabled when modal is open - #5673. Thanks @kanishk98!",
"[Fixed] Co-author form does not show/hide for newly-added repository - #5490",
"[Fixed] Desktop command line always suffixes `.git` to URL when starting a clone - #5529. Thanks @j-f1!",
"[Fixed] Dialog styling issue for dark theme users on Windows - #5629. Thanks @cwongmath!",
"[Fixed] No message shown when filter returns no results in Clone Repository view - #5637. Thanks @DanielHix!",
"[Improved] Branch names cannot start with a '+' character - #5594. Thanks @Daniel-McCarthy!",
"[Improved] Clone dialog re-runs filesystem check when re-focusing on Desktop - #5518. Thanks @Daniel-McCarthy!",
"[Improved] Commit disabled when commit summary is only spaces - #5677. Thanks @Daniel-McCarthy!",
"[Improved] Commit summary expander sometimes shown when not needed - #5700. Thanks @aryyya!",
"[Improved] Error handling when looking for merge base of a missing ref - #5612",
"[Improved] Warning if branch exists on remote when creating branch - #5141. Thanks @Daniel-McCarthy!"
],
"1.4.1-beta1": [
"[Added] Support for opening repository in Cygwin terminal - #5654. Thanks @LordOfTheThunder!",
"[Fixed] 'Compare to Branch' menu item not disabled when modal is open - #5673. Thanks @kanishk98!",
"[Fixed] No message shown when filter returns no results in Clone Repository view - #5637. Thanks @DanielHix!",
"[Fixed] Co-author form does not show/hide for newly-added repository - #5490",
"[Fixed] Dialog styling issue for dark theme users on Windows - #5629. Thanks @cwongmath!",
"[Fixed] Desktop command line always suffixes `.git` to URL when starting a clone - #5529. Thanks @j-f1!",
"[Improved] Commit summary expander sometimes shown when not needed - #5700. Thanks @aryyya!",
"[Improved] Commit disabled when commit summary is only spaces - #5677. Thanks @Daniel-McCarthy!",
"[Improved] Error handling when looking for merge base of a missing ref - #5612",
"[Improved] Clone dialog re-runs filesystem check when re-focusing on Desktop - #5518. Thanks @Daniel-McCarthy!",
"[Improved] Branch names cannot start with a '+' character - #5594. Thanks @Daniel-McCarthy!",
"[Improved] Warning if branch exists on remote when creating branch - #5141. Thanks @Daniel-McCarthy!"
],
"1.4.1-beta0": [],
"1.4.0": [
"[New] When an update is available for GitHub Desktop, release notes can be viewed in Desktop - #2774",
"[New] Detect merge conflicts when comparing branches - #4588",
"[Fixed] Avoid double checkout warning when opening a pull request in Desktop - #5375",
"[Fixed] Error when publishing repository is now associated with the right tab - #5422. Thanks @Daniel-McCarthy!",
"[Fixed] Disable affected menu items when on detached HEAD - #5500. Thanks @say25!",
"[Fixed] Show border when commit description is expanded - #5506. Thanks @aryyya!",
"[Fixed] GitLab URL which corresponds to GitHub repository of same name cloned GitHub repository - #4154",
"[Fixed] Caret in co-author selector is hidden when dark theme enabled - #5589",
"[Fixed] Authenticating to GitHub Enterprise fails when user has no emails defined - #5585",
"[Improved] Avoid multiple lookups of default remote - #5399"
],
"1.4.0-beta3": [
"[New] When an update is available for GitHub Desktop, the release notes can be viewed in Desktop - #2774",
"[New] Detect merge conflicts when comparing branches - #4588",
"[Fixed] Avoid double checkout warning when opening a pull request in Desktop - #5375",
"[Fixed] Error when publishing repository is now associated with the right tab - #5422. Thanks @Daniel-McCarthy!",
"[Fixed] Disable affected menu items when on detached HEAD - #5500. Thanks @say25!",
"[Fixed] Show border when commit description is expanded - #5506. Thanks @aryyya!",
"[Fixed] GitLab URL which corresponds to GitHub repository of same name cloned GitHub repository - #4154",
"[Improved] Avoid multiple lookups of default remote - #5399",
"[Improved] Skip optional locks when checking status of repository - #5376"
],
"1.4.0-beta2": [
"[New] When an update is available for GitHub Desktop, the release notes can be viewed in Desktop - #2774",
"[New] Detect merge conflicts when comparing branches - #4588",
"[Fixed] Avoid double checkout warning when opening a pull request in Desktop - #5375",
"[Fixed] Error when publishing repository is now associated with the right tab - #5422. Thanks @Daniel-McCarthy!",
"[Fixed] Disable affected menu items when on detached HEAD - #5500. Thanks @say25!",
"[Fixed] Show border when commit description is expanded - #5506. Thanks @aryyya!",
"[Fixed] GitLab URL which corresponds to GitHub repository of same name cloned GitHub repository - #4154",
"[Improved] Avoid multiple lookups of default remote - #5399",
"[Improved] Skip optional locks when checking status of repository - #5376"
],
"1.4.0-beta1": [
"[New] When an update is available for GitHub Desktop, the release notes can be viewed in Desktop - #2774",
"[New] Detect merge conflicts when comparing branches - #4588",
"[Fixed] Avoid double checkout warning when opening a pull request in Desktop - #5375",
"[Fixed] Error when publishing repository is now associated with the right tab - #5422. Thanks @Daniel-McCarthy!",
"[Fixed] Disable affected menu items when on detached HEAD - #5500. Thanks @say25!",
"[Fixed] Show border when commit description is expanded - #5506. Thanks @aryyya!",
"[Fixed] GitLab URL which corresponds to GitHub repository of same name cloned GitHub repository - #4154",
"[Improved] Avoid multiple lookups of default remote - #5399",
"[Improved] Skip optional locks when checking status of repository - #5376"
],
"1.4.0-beta0": [],
"1.3.5": [
"[Fixed] Disable delete button while deleting a branch - #5331",
"[Fixed] History now avoids calling log.showSignature if set in config - #5466",
"[Fixed] Start blocking the ability to add local bare repositories - #4293. Thanks @Daniel-McCarthy!",
"[Fixed] Revert workaround for tooltip issue on Windows - #3362. Thanks @divayprakash!",
"[Improved] Error message when publishing to missing organisation - #5380. Thanks @Daniel-McCarthy!",
"[Improved] Don't hide commit details when commit description is expanded. - #5471. Thanks @aryyya!"
],
"1.3.5-beta1": [
"[Fixed] Disable delete button while deleting a branch - #5331",
"[Fixed] History now avoids calling log.showSignature if set in config - #5466",
"[Fixed] Start blocking the ability to add local bare repositories - #4293. Thanks @Daniel-McCarthy!",
"[Fixed] Revert workaround for tooltip issue on Windows - #3362. Thanks @divayprakash!",
"[Improved] Error message when publishing to missing organisation - #5380. Thanks @Daniel-McCarthy!",
"[Improved] Don't hide commit details when commit summary description is expanded. - #5471. Thanks @aryyya!"
],
"1.3.5-beta0": [],
"1.3.4": [
"[Improved] Cloning message uses remote repo name not file destination - #5413. Thanks @lisavogtsf!",
"[Improved] Support VSCode user scope installation - #5281. Thanks @saschanaz!"
],
"1.3.4-beta1": [
"[Improved] Cloning message uses remote repo name not file destination - #5413. Thanks @lisavogtsf!",
"[Improved] Support VSCode user scope installation - #5281. Thanks @saschanaz!"
],
"1.3.4-beta0": [],
"1.3.3": [
"[Fixed] Maximize and restore app on Windows does not fill available space - #5033",
"[Fixed] 'Clone repository' menu item label is obscured on Windows - #5348. Thanks @Daniel-McCarthy!",
"[Fixed] User can toggle files when commit is in progress - #5341. Thanks @masungwon!",
"[Improved] Repository indicator background work - #5317 #5326 #5363 #5241 #5320"
],
"1.3.3-beta1": [
"[Fixed] Maximize and restore app on Windows does not fill available space - #5033",
"[Fixed] 'Clone repository' menu item label is obscured on Windows - #5348. Thanks @Daniel-McCarthy!",
"[Fixed] User can toggle files when commit is in progress - #5341. Thanks @masungwon!",
"[Improved] Repository indicator background work - #5317 #5326 #5363 #5241 #5320"
],
"1.3.3-test6": ["Testing infrastructure changes"],
"1.3.3-test5": ["Testing the new CircleCI config changes"],
"1.3.3-test4": ["Testing the new CircleCI config changes"],
"1.3.3-test3": ["Testing the new CircleCI config changes"],
"1.3.3-test2": ["Testing the new CircleCI config changes"],
"1.3.3-test1": ["Testing the new CircleCI config changes"],
"1.3.2": [
"[Fixed] Bugfix for background checks not being aware of missing repositories - #5282",
"[Fixed] Check the local state of a repository before performing Git operations - #5289",
"[Fixed] Switch to history view for default branch when deleting current branch during a compare - #5256",
"[Fixed] Handle missing .git directory inside a tracked repository - #5291"
],
"1.3.2-beta1": [
"[Fixed] Bugfix for background checks not being aware of missing repositories - #5282",
"[Fixed] Check the local state of a repository before performing Git operations - #5289",
"[Fixed] Switch to history view for default branch when deleting current branch during a compare - #5256",
"[Fixed] Handle missing .git directory inside a tracked repository - #5291"
],
"1.3.1": [
"[Fixed] Background Git operations on missing repositories are not handled as expected - #5282"
],
"1.3.1-beta1": [
"[Fixed] Background Git operations on missing repositories are not handled as expected - #5282"
],
"1.3.1-beta0": [
"[New] Notification displayed in History tab when the base branch moves ahead of the current branch - #4768",
"[New] Repository list displays uncommitted changes indicator and ahead/behind information - #2259 #5095",
"[Added] Option to move repository to trash when removing from app - #2108. Thanks @say25!",
"[Added] Syntax highlighting for PowerShell files - #5081. Thanks @say25!",
"[Fixed] \"Discard Changes\" context menu discards correct file when entry is not part of selected group - #4788",
"[Fixed] Display local path of selected repository as tooltip - #4922. Thanks @yongdamsh!",
"[Fixed] Display root directory name when repository is located at drive root - #4924",
"[Fixed] Handle legacy macOS right click gesture - #4942",
"[Fixed] History omits latest commit from list - #5243",
"[Fixed] Markdown header elements hard to read in dark mode - #5133. Thanks @agisilaos!",
"[Fixed] Only perform ahead/behind comparisons when branch selector is open - #5142",
"[Fixed] Relax checks for merge commits for GitHub Enterprise repositories - #4329",
"[Fixed] Render clickable link in \"squash and merge\" commit message - #5203. Thanks @1pete!",
"[Fixed] Return key disabled when no matches found in Compare branch list - #4458",
"[Fixed] Selected commit not remembered when switching between History and Changes tabs - #4985",
"[Fixed] Selected commit when comparing is reset to latest when Desktop regains focus - #5069",
"[Fixed] Support default branch detection for non-GitHub repositories - #4937",
"[Improved] Change primary button color to blue for dark theme - #5074",
"[Improved] Diff gutter elements should be considered button elements when interacting - #5158",
"[Improved] Status parsing significantly more performant when handling thousands of changed files - #2449 #5186"
],
"1.3.0": [
"[New] Notification displayed in History tab when the base branch moves ahead of the current branch - #4768",
"[New] Repository list displays uncommitted changes indicator and ahead/behind information - #2259 #5095",
"[Added] Option to move repository to trash when removing from app - #2108. Thanks @say25!",
"[Added] Syntax highlighting for PowerShell files - #5081. Thanks @say25!",
"[Fixed] \"Discard Changes\" context menu discards correct file when entry is not part of selected group - #4788",
"[Fixed] Display local path of selected repository as tooltip - #4922. Thanks @yongdamsh!",
"[Fixed] Display root directory name when repository is located at drive root - #4924",
"[Fixed] Handle legacy macOS right click gesture - #4942",
"[Fixed] History omits latest commit from list - #5243",
"[Fixed] Markdown header elements hard to read in dark mode - #5133. Thanks @agisilaos!",
"[Fixed] Only perform ahead/behind comparisons when branch selector is open - #5142",
"[Fixed] Relax checks for merge commits for GitHub Enterprise repositories - #4329",
"[Fixed] Render clickable link in \"squash and merge\" commit message - #5203. Thanks @1pete!",
"[Fixed] Return key disabled when no matches found in Compare branch list - #4458",
"[Fixed] Selected commit not remembered when switching between History and Changes tabs - #4985",
"[Fixed] Selected commit when comparing is reset to latest when Desktop regains focus - #5069",
"[Fixed] Support default branch detection for non-GitHub repositories - #4937",
"[Improved] Change primary button color to blue for dark theme - #5074",
"[Improved] Diff gutter elements should be considered button elements when interacting - #5158",
"[Improved] Status parsing significantly more performant when handling thousands of changed files - #2449 #5186"
],
"1.3.0-beta7": [],
"1.3.0-beta6": [],
"1.3.0-beta5": [
"[Fixed] Ensure commit message is cleared after successful commit - #4046",
"[Fixed] History omits latest commit from list - #5243"
],
"1.3.0-beta4": [
"[Fixed] Only perform ahead/behind comparisons when branch selector is open - #5142",
"[Fixed] Render clickable link in \"squash and merge\" commit message - #5203. Thanks @1pete!",
"[Fixed] Selected commit not remembered when switching between History and Changes tabs - #4985",
"[Fixed] Selected commit when comparing is reset to latest when Desktop regains focus - #5069"
],
"1.3.0-beta3": [
"[Fixed] \"Discard Changes\" context menu discards correct file when entry is not part of selected group - #4788",
"[Fixed] Return key disabled when no matches found in Compare branch list - #4458",
"[Improved] Status parsing significantly more performant when handling thousands of changed files - #2449 #5186"
],
"1.3.0-beta2": [
"[Added] Option to move repository to trash when removing from app - #2108. Thanks @say25!",
"[Fixed] Markdown header elements hard to read in dark mode - #5133. Thanks @agisilaos!",
"[Improved] Diff gutter elements should be considered button elements when interacting - #5158"
],
"1.2.7-test3": ["Test deployment for electron version bump."],
"1.3.0-beta1": [
"[New] Notification displayed in History tab when the base branch moves ahead of the current branch - #4768",
"[New] Repository list displays uncommitted changes count and ahead/behind information - #2259",
"[Added] Syntax highlighting for PowerShell files- #5081. Thanks @say25!",
"[Fixed] Display something when repository is located at drive root - #4924",
"[Fixed] Relax checks for merge commits for GitHub Enterprise repositories - #4329",
"[Fixed] Display local path of selected repository as tooltip - #4922. Thanks @yongdamsh!",
"[Fixed] Support default branch detection for non-GitHub repositories - #4937",
"[Fixed] Handle legacy macOS right click gesture - #4942",
"[Improved] Repository list badge style tweaks and tweaks for dark theme - #5095",
"[Improved] Change primary button color to blue for dark theme - #5074"
],
"1.2.7-test2": ["Test deployment for electron version bump."],
"1.2.7-test1": ["Sanity check deployment for refactored scripts"],
"1.2.7-beta0": [
"[Fixed] Visual indicator for upcoming feature should not be shown - #5026"
],
"1.2.6": [
"[Fixed] Visual indicator for upcoming feature should not be shown - #5026"
],
"1.2.6-beta0": [
"[Fixed] Feature flag for upcoming feature not applied correctly - #5024"
],
"1.2.5": [
"[Fixed] Feature flag for upcoming feature not applied correctly - #5024"
],
"1.2.4": [
"[New] Dark Theme preview - #4849",
"[Added] Syntax highlighting for Cake files - #4935. Thanks @say25!",
"[Added] WebStorm support for macOS - #4841. Thanks @mrsimonfletcher!",
"[Fixed] Compare tab appends older commits when scrolling to bottom of list - #4964",
"[Fixed] Remove temporary directory after Git LFS operation completes - #4414",
"[Fixed] Unable to compare when two branches exist - #4947 #4730",
"[Fixed] Unhandled errors when refreshing pull requests fails - #4844 #4866",
"[Improved] Remove context menu needs to hint if a dialog will be shown - #4975",
"[Improved] Upgrade embedded Git LFS - #4602 #4745",
"[Improved] Update banner message clarifies that only Desktop needs to be restarted - #4891. Thanks @KennethSweezy!",
"[Improved] Discard Changes context menu entry should contain ellipses when user needs to confirm - #4846. Thanks @yongdamsh!",
"[Improved] Initializing syntax highlighting components - #4764",
"[Improved] Only show overflow shadow when description overflows - #4898",
"[Improved] Changes tab displays number of changed files instead of dot - #4772. Thanks @yongdamsh!"
],
"1.2.4-beta5": [],
"1.2.4-beta4": [
"[Fixed] Compare tab appends older commits when scrolling to bottom of list - #4964",
"[Fixed] Remove temporary directory after Git LFS operation completes - #4414",
"[Improved] Remove context menu needs to hint if a dialog will be shown - #4975",
"[Improved] Upgrade embedded Git LFS - #4602 #4745"
],
"1.2.4-test1": [
"Confirming latest Git LFS version addresses reported issues"
],
"1.2.4-beta3": [
"[Added] WebStorm support for macOS - #4841. Thanks @mrsimonfletcher!",
"[Improved] Update banner message clarifies that only Desktop needs to be restarted - #4891. Thanks @KennethSweezy!"
],
"1.2.4-beta2": [],
"1.2.4-beta1": [
"[New] Dark Theme preview - #4849",
"[Added] Syntax highlighting for Cake files - #4935. Thanks @say25!",
"[Fixed] Unable to compare when two branches exist - #4947 #4730",
"[Fixed] Unhandled errors when refreshing pull requests fails - #4844 #4866",
"[Improved] Discard Changes context menu entry should contain ellipses when user needs to confirm - #4846. Thanks @yongdamsh!",
"[Improved] Initializing syntax highlighting components - #4764",
"[Improved] Only show overflow shadow when description overflows - #4898",
"[Improved] Changes tab displays number of changed files instead of dot - #4772. Thanks @yongdamsh!"
],
"1.2.3": [
"[Fixed] No autocomplete when searching for co-authors - #4847",
"[Fixed] Error when checking out a PR from a fork - #4842"
],
"1.2.3-beta1": [
"[Fixed] No autocomplete when searching for co-authors - #4847",
"[Fixed] Error when checking out a PR from a fork - #4842"
],
"1.2.3-test1": [
"Confirming switch from uglify-es to babel-minify addresses minification issue - #4871"
],
"1.2.2": [
"[Fixed] Make cURL/schannel default to using the Windows certificate store - #4817",
"[Fixed] Restore text selection highlighting in diffs - #4818"
],
"1.2.2-beta1": [
"[Fixed] Make cURL/schannel default to using the Windows certificate store - #4817",
"[Fixed] Text selection highlighting in diffs is back - #4818"
],
"1.2.1": [
"[Added] Brackets support for macOS - #4608. Thanks @3raxton!",
"[Added] Pull request number and author are included in fuzzy-find filtering - #4653. Thanks @damaneice!",
"[Fixed] Decreased the max line length limit - #3740. Thanks @sagaragarwal94!",
"[Fixed] Updated embedded Git to 2.17.1 to address upstream security issue - #4791",
"[Improved] Display the difference in file size of an image in the diff view - #4380. Thanks @ggajos!"
],
"1.2.1-test1": ["Upgraded embedded Git to 2.17.0"],
"1.2.1-beta1": [
"[Added] Brackets support for macOS - #4608. Thanks @3raxton!",
"[Added] Pull request number and author are included in fuzzy-find filtering - #4653. Thanks @damaneice!",
"[Fixed] Decreased the max line length limit - #3740. Thanks @sagaragarwal94!",
"[Fixed] Updated embedded Git to 2.17.1 to address upstream security issue - #4791",
"[Improved] Display the difference in file size of an image in the diff view - #4380. Thanks @ggajos!"
],
"1.2.1-beta0": [],
"1.1.2-test6": ["Testing the Webpack v4 output from the project"],
"1.2.0": [
"[New] History now has ability to compare to another branch and merge outstanding commits",
"[New] Support for selecting more than one file in the changes list - #1712. Thanks @icosamuel!",
"[New] Render bitmap images in diffs - #4367. Thanks @MagicMarvMan!",
"[Added] Add PowerShell Core support for Windows and macOS - #3791. Thanks @saschanaz!",
"[Added] Add MacVim support for macOS - #4532. Thanks @johnelliott!",
"[Added] Syntax highlighting for JavaServer Pages (JSP) - #4470. Thanks @damaneice!",
"[Added] Syntax highlighting for Haxe files - #4445. Thanks @Gama11!",
"[Added] Syntax highlighting for R files - #4455. Thanks @say25!",
"[Fixed] 'Open in Shell' on Linux ensures Git is on PATH - #4619. Thanks @ziggy42!",
"[Fixed] Pressing 'Enter' on filtered Pull Request does not checkout - #4673",
"[Fixed] Alert icon shrinks in rename dialog when branch name is long - #4566",
"[Fixed] 'Open in Desktop' performs fetch to ensure branch exists before checkout - #3006",
"[Fixed] 'Open in Default Program' on Windows changes the window title - #4446",
"[Fixed] Skip fast-forwarding when there are many eligible local branches - #4392",
"[Fixed] Image diffs not working for files with upper-case file extension - #4466",
"[Fixed] Syntax highlighting not working for files with upper-case file extension - #4462. Thanks @say25!",
"[Fixed] Error when creating Git LFS progress causes clone to fail - #4307. Thanks @MagicMarvMan!",
"[Fixed] 'Open File in External Editor' always opens a new instance - #4381",
"[Fixed] 'Select All' shortcut now works for changes list - #3821",
"[Improved] Automatically add valid repository when using command line interface - #4513. Thanks @ggajos!",
"[Improved] Always fast-forward the default branch - #4506",
"[Improved] Warn when trying to rename a published branch - #4035. Thanks @agisilaos!",
"[Improved] Added context menu for files in commit history - #2845. Thanks @crea7or",
"[Improved] Discarding all changes always prompts for confirmation - #4459",
"[Improved] Getting list of changed files is now more efficient when dealing with thousands of files - #4443",
"[Improved] Checking out a Pull Request may skip unnecessary fetch - #4068. Thanks @agisilaos!",
"[Improved] Commit summary now has a hint to indicate why committing is disabled - #4429.",
"[Improved] Pull request status text now matches format on GitHub - #3521",
"[Improved] Add escape hatch to disable hardware acceleration when launching - #3921"
],
"1.1.2-beta7": [],
"1.1.2-beta6": [
"[Added] Add MacVim support for macOS - #4532. Thanks @johnelliott!",
"[Fixed] Open in Shell on Linux ensures Git is available on the user's PATH - #4619. Thanks @ziggy42!",
"[Fixed] Keyboard focus issues when navigating Pull Request list - #4673",
"[Improved] Automatically add valid repository when using command line interface - #4513. Thanks @ggajos!"
],
"1.1.2-test5": ["Actually upgrading fs-extra to v6 in the app"],
"1.1.2-test4": ["Upgrading fs-extra to v6"],
"1.1.2-beta5": [
"[Added] Syntax highlighting for JavaServer Pages (JSP) - #4470. Thanks @damaneice!",
"[Fixed] Prevent icon from shrinking in rename dialog - #4566"
],
"1.1.2-beta4": [
"[New] New Compare tab allowing visualization of the relationship between branches",
"[New] Support for selecting more than one file in the changes list - #1712. Thanks @icosamuel!",
"[Fixed] 'Select All' shortcut now works for changes list - #3821",
"[Improved] Always fast-forward the default branch - #4506",
"[Improved] Warn when trying to rename a published branch - #4035. Thanks @agisilaos!",
"[Improved] Added context menu for files in commit history - #2845. Thanks @crea7or",
"[Improved] Discarding all changes always prompts for confirmation - #4459"
],
"1.1.2-beta3": [
"[Added] Syntax highlighting for Haxe files - #4445. Thanks @Gama11!",
"[Added] Syntax highlighting for R files - #4455. Thanks @say25!",
"[Fixed] Fetch to ensure \"Open in Desktop\" has a branch to checkout - #3006",
"[Fixed] Handle the click event when opening a binary file - #4446",
"[Fixed] Skip fast-forwarding when there are a lot of eligible local branches - #4392",
"[Fixed] Image diffs not working for files with upper-case file extension - #4466",
"[Fixed] Syntax highlighting not working for files with upper-case file extension - #4462. Thanks @say25!",
"[Improved] Getting list of changed files is now more efficient when dealing with thousands of files - #4443",
"[Improved] Checking out a Pull Request may skip unnecessary fetch - #4068. Thanks @agisilaos!",
"[Improved] Commit summary now has a hint to indicate why committing is disabled - #4429."
],
"1.1.2-test3": ["[New] Comparison Branch demo build"],
"1.1.2-test2": [
"Refactoring the diff internals to potentially land some SVG improvements"
],
"1.1.2-test1": [
"Refactoring the diff internals to potentially land some SVG improvements"
],
"1.1.2-beta2": [
"[New] Render bitmap images in diffs - #4367. Thanks @MagicMarvMan!",
"[New] Add PowerShell Core support for Windows and macOS - #3791. Thanks @saschanaz!",
"[Fixed] Error when creating Git LFS progress causes clone to fail - #4307. Thanks @MagicMarvMan!",
"[Fixed] 'Open File in External Editor' does not use existing window - #4381",
"[Fixed] Always ask for confirmation when discarding all changes - #4423",
"[Improved] Pull request status text now matches format on GitHub - #3521",
"[Improved] Add escape hatch to disable hardware acceleration when launching - #3921"
],
"1.1.2-beta1": [],
"1.1.1": [
"[New] Render WebP images in diffs - #4164. Thanks @agisilaos!",
"[Fixed] Edit context menus in commit form input elements - #3886",
"[Fixed] Escape behavior for Pull Request list does not match Branch List - #3597",
"[Fixed] Keep caret position after inserting completion for emoji/mention - #3835. Thanks @CarlRosell!",
"[Fixed] Handle error events when watching files used to get Git LFS output - #4117",
"[Fixed] Potential race condition when opening a fork pull request - #4149",
"[Fixed] Show placeholder image when no pull requests found - #3973",
"[Fixed] Disable commit summary and description inputs while commit in progress - #3893. Thanks @crea7or!",
"[Fixed] Ensure pull request cache is cleared after last pull request merged - #4122",
"[Fixed] Focus two-factor authentication dialog on input - #4220. Thanks @WaleedAshraf!",
"[Fixed] Branches button no longer disabled while on an unborn branch - #4236. Thanks @agisilaos!",
"[Fixed] Delete gitignore file when all entries cleared in Repository Settings - #1896",
"[Fixed] Add visual indicator that a folder can be dropped on Desktop - #4004. Thanks @agisilaos!",
"[Fixed] Attempt to focus the application window on macOS after signing in via the browser - #4126",
"[Fixed] Refresh issues when user manually fetches - #4076",
"[Improved] Add `Discard All Changes...` to context menu on changed file list - #4197. Thanks @xamm!",
"[Improved] Improve contrast for button labels in app toolbar - #4219",
"[Improved] Speed up check for submodules when discarding - #4186. Thanks @kmscode!",
"[Improved] Make the keychain known issue more clear within Desktop - #4125",
"[Improved] Continue past the 'diff too large' message and view the diff - #4050",
"[Improved] Repository association might not have expected prefix - #4090. Thanks @mathieudutour!",
"[Improved] Add message to gitignore dialog when not on default branch - #3720",
"[Improved] Hide Desktop-specific forks in Branch List - #4127",
"[Improved] Disregard accidental whitespace when cloning a repository by URL - #4216",
"[Improved] Show alert icon in repository list when repository not found on disk - #4254. Thanks @gingerbeardman!",
"[Improved] Repository list now closes after removing last repository - #4269. Thanks @agisilaos!",
"[Improved] Move forget password link after the password dialog to match expected tab order - #4283. Thanks @iamnapo!",
"[Improved] More descriptive text in repository toolbar button when no repositories are tracked - #4268. Thanks @agisilaos!",
"[Improved] Context menu in Changes tab now supports opening file in your preferred editor - #4030"
],
"1.1.1-beta4": [
"[Improved] Context menu in Changes tab now supports opening file in your preferred editor - #4030"
],
"1.1.1-beta3": [],
"1.1.1-beta2": [
"[New] Render WebP images in diffs - #4164. Thanks @agisilaos!",
"[Fixed] Edit context menus in commit form input elements - #3886",
"[Fixed] Escape behavior should match that of Branch List - #3972",
"[Fixed] Keep caret position after inserting completion - #3835. Thanks @CarlRosell!",
"[Fixed] Handle error events when watching files used to get Git LFS output - #4117",
"[Fixed] Potential race condition when opening a fork pull request - #4149",
"[Fixed] Show placeholder image when no pull requests found - #3973",
"[Fixed] Disable input fields summary and description while commit in progress - #3893. Thanks @crea7or!",
"[Fixed] Ensure pull request cache is cleared after last pull request merged - #4122",
"[Fixed] Focus two-factor authentication dialog on input - #4220. Thanks @WaleedAshraf!",
"[Fixed] Branches button no longer disabled while on an unborn branch - #4236. Thanks @agisilaos!",
"[Fixed] Delete gitignore file when entries cleared in Repository Settings - #1896",