forked from desktop/desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.json
1377 lines (1370 loc) · 88.5 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": {
"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",
"[Fixed] Add visual indicator that a folder can be dropped on Desktop - #4004. Thanks @agisilaos!",
"[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 to after the password dialog to maintain expected tab order - #4283. Thanks @iamnapo!",
"[Improved] More descriptive text in repository toolbar button when no repositories are tracked - #4268. Thanks @agisilaos!"
],
"1.1.1-test2": [
"[Improved] Electron 1.8.3 upgrade (again)"
],
"1.1.1-test1": [
"[Improved] Forcing a focus on the window after the OAuth dance is done"
],
"1.1.1-beta1": [
],
"1.1.0": [
"[New] Check out pull requests from collaborators or forks from within Desktop",
"[New] View the commit status of the branch when it has an open pull request",
"[Added] Add RubyMine support for macOS - #3883. Thanks @gssbzn!",
"[Added] Add TextMate support for macOS - #3910. Thanks @caiofbpa!",
"[Added] Syntax highlighting for Elixir files - #3774. Thanks @joaovitoras!",
"[Fixed] Update layout of branch blankslate image - #4011",
"[Fixed] Expanded avatar stack in commit summary gets cut off - #3884",
"[Fixed] Clear repository filter when switching tabs - #3787. Thanks @reyronald!",
"[Fixed] Avoid crash when unable to launch shell - #3954",
"[Fixed] Ensure renames are detected when viewing commit diffs - #3673",
"[Fixed] Fetch default remote if it differs from the current - #4056",
"[Fixed] Handle Git errors when .gitmodules are malformed - #3912",
"[Fixed] Handle error when \"where\" is not on PATH - #3882 #3825",
"[Fixed] Ignore action assumes CRLF when core.autocrlf is unset - #3514",
"[Fixed] Prevent duplicate entries in co-author autocomplete list - #3887",
"[Fixed] Renames not detected when viewing commit diffs - #3673",
"[Fixed] Support legacy usernames as co-authors - #3897",
"[Improved] Update branch button text from \"New\" to \"New Branch\" - #4032",
"[Improved] Add fuzzy search in the repository, branch, PR, and clone FilterLists - #911. Thanks @j-f1!",
"[Improved] Tidy up commit summary and description layout in commit list - #3922. Thanks @willnode!",
"[Improved] Use smaller default size when rendering Gravatar avatars - #3911",
"[Improved] Show fetch progress when initializing remote for fork - #3953",
"[Improved] Remove references to Hubot from the user setup page - #4015. Thanks @j-f1!",
"[Improved] Error handling around ENOENT - #3954",
"[Improved] Clear repository filter text when switching tabs - #3787. Thanks @reyronald!",
"[Improved] Allow window to accept single click on focus - #3843",
"[Improved] Disable drag-and-drop interaction when a popup is in the foreground - #3996"
],
"1.1.0-beta3": [
"[Fixed] Fetch default remote if it differs from the current - #4056"
],
"1.1.0-beta2": [
"[Improved] Update embedded Git to improve error handling when using stdin - #4058"
],
"1.1.0-beta1": [
"[Improved] Add 'Branch' to 'New' branch button - #4032",
"[Improved] Remove references to Hubot from the user setup page - #4015. Thanks @j-f1!"
],
"1.0.14-beta5": [
"[Fixed] Improve detection of pull requests associated with current branch - #3991",
"[Fixed] Disable drag-and-drop interaction when a popup is in the foreground - #3996",
"[Fixed] Branch blank slate image out of position - #4011"
],
"1.0.14-beta4": [
"[New] Syntax highlighting for Elixir files - #3774. Thanks @joaovitoras!",
"[Fixed] Crash when unable to launch shell - #3954",
"[Fixed] Support legacy usernames as co-authors - #3897",
"[Improved] Enable fuzzy search in the repository, branch, PR, and clone FilterLists - #911. Thanks @j-f1!",
"[Improved] Tidy up commit summary and description layout in commit list - #3922. Thanks @willnode!"
],
"1.0.14-test1": [
"[Improved] Electron 1.8.2 upgrade"
],
"1.0.14-beta3": [
"[Added] Add TextMate support for macOS - #3910. Thanks @caiofbpa!",
"[Fixed] Handle Git errors when .gitmodules are malformed - #3912",
"[Fixed] Clear repository filter when switching tabs - #3787. Thanks @reyronald!",
"[Fixed] Prevent duplicate entries in co-author autocomplete list - #3887",
"[Improved] Show progress when initializing remote for fork - #3953"
],
"1.0.14-beta2": [
"[Added] Add RubyMine support for macOS - #3883. Thanks @gssbzn!",
"[Fixed] Allow window to accept single click on focus - #3843",
"[Fixed] Expanded avatar list hidden behind commit details - #3884",
"[Fixed] Renames not detected when viewing commit diffs - #3673",
"[Fixed] Ignore action assumes CRLF when core.autocrlf is unset - #3514",
"[Improved] Use smaller default size when rendering Gravatar avatars - #3911"
],
"1.0.14-beta1": [
"[New] Commit together with co-authors - #3879"
],
"1.0.13": [
"[New] Commit together with co-authors - #3879",
"[New] PhpStorm is now a supported external editor on macOS - #3749. Thanks @hubgit!",
"[Improved] Update embedded Git to 2.16.1 - #3617 #3828 #3871",
"[Improved] Blank slate view is now more responsive when zoomed - #3777",
"[Improved] Documentation fix for Open in Shell resource - #3799. Thanks @saschanaz!",
"[Improved] Improved error handling for Linux - #3732",
"[Improved] Allow links in unexpanded summary to be clickable - #3719. Thanks @koenpunt!",
"[Fixed] Update Electron to 1.7.11 to address security issue - #3846",
"[Fixed] Allow double dashes in branch name - #3599. Thanks @JQuinnie!",
"[Fixed] Sort the organization list - #3657. Thanks @j-f1!",
"[Fixed] Check out PRs from a fork - #3395",
"[Fixed] Confirm deleting branch when it has an open PR - #3615",
"[Fixed] Defer user/email validation in Preferences - #3722",
"[Fixed] Checkout progress did not include branch name - #3780",
"[Fixed] Don't block branch switching when in detached HEAD - #3807",
"[Fixed] Handle discarding submodule changes properly - #3647",
"[Fixed] Show tooltip with additional info about the build status - #3134",
"[Fixed] Update placeholders to support Linux distributions - #3150",
"[Fixed] Refresh local commit list when switching tabs - #3698"
],
"1.0.13-test1": [
"[Improved] Update embedded Git to 2.16.1 - #3617 #3828 #3871",
"[Fixed] Update Electron to 1.7.11 to address security issue - #3846",
"[Fixed] Allows double dashes in branch name - #3599. Thanks @JQuinnie!",
"[Fixed] Pull Request store may not have status defined - #3869",
"[Fixed] Render the Pull Request badge when no commit statuses found - #3608"
],
"1.0.13-beta1": [
"[New] PhpStorm is now a supported external editor on macOS - #3749. Thanks @hubgit!",
"[Improved] Blank slate view is now more responsive when zoomed - #3777",
"[Improved] Documentation fix for Open in Shell resource - #3799. Thanks @saschanaz!",
"[Improved] Improved error handling for Linux - #3732",
"[Improved] Allow links in unexpanded summary to be clickable - #3719. Thanks @koenpunt!",
"[Fixed] Sort the organization list - #3657. Thanks @j-f1!",
"[Fixed] Check out PRs from a fork - #3395",
"[Fixed] Confirm deleting branch when it has an open PR - #3615",
"[Fixed] Defer user/email validation in Preferences - #3722",
"[Fixed] Checkout progress did not include branch name - #3780",
"[Fixed] Don't block branch switching when in detached HEAD - #3807",
"[Fixed] Handle discarding submodule changes properly - #3647",
"[Fixed] Show tooltip with additional info about the build status - #3134",
"[Fixed] Update placeholders to support Linux distributions - #3150",
"[Fixed] Refresh local commit list when switching tabs - #3698"
],
"1.0.12": [
"[New] Syntax highlighting for Rust files - #3666. Thanks @subnomo!",
"[New] Syntax highlighting for Clojure cljc, cljs, and edn files - #3610. Thanks @mtkp!",
"[Improved] Prevent creating a branch in the middle of a merge - #3733",
"[Improved] Truncate long repo names in panes and modals to fit into a single line - #3598. Thanks @http-request!",
"[Improved] Keyboard navigation support in pull request list - #3607",
"[Fixed] Inconsistent caret behavior in text boxes when using certain keyboard layouts - #3354",
"[Fixed] Only render the organizations list when it has orgs - #1414",
"[Fixed] Checkout now handles situations where a ref exists on multiple remotes - #3281",
"[Fixed] Retain accounts on desktop when losing connectivity - #3641",
"[Fixed] Missing argument in FullScreenInfo that could prevent app from launching - #3727. Thanks @OiYouYeahYou!"
],
"1.0.12-beta1": [
"[New] Syntax highlighting for Rust files - #3666. Thanks @subnomo!",
"[New] Syntax highlighting for Clojure cljc, cljs, and edn files - #3610. Thanks @mtkp!",
"[Improved] Prevent creating a branch in the middle of a merge - #3733",
"[Improved] Truncate long repo names in panes and modals to fit into a single line - #3598. Thanks @http-request!",
"[Improved] Keyboard navigation support in pull request list - #3607",
"[Fixed] Inconsistent caret behavior in text boxes when using certain keyboard layouts - #3354",
"[Fixed] Only render the organizations list when it has orgs - #1414",
"[Fixed] Checkout now handles situations where a ref exists on multiple remotes - #3281",
"[Fixed] Retain accounts on desktop when losing connectivity - #3641",
"[Fixed] Missing argument in FullScreenInfo that could prevent app from launching - #3727. Thanks @OiYouYeahYou!"
],
"1.0.12-beta0": [
"[New] Highlight substring matches in the \"Branches\" and \"Repositories\" list when filtering - #910. Thanks @JordanMussi!",
"[New] Add preview for ico files - #3531. Thanks @serhiivinichuk!",
"[New] Fallback to Gravatar for loading avatars - #821",
"[New] Provide syntax highlighting for Visual Studio project files - #3552. Thanks @saul!",
"[New] Provide syntax highlighting for F# fsx and fsi files - #3544. Thanks @saul!",
"[New] Provide syntax highlighting for Kotlin files - #3555. Thanks @ziggy42!",
"[New] Provide syntax highlighting for Clojure - #3523. Thanks @mtkp!",
"[Improved] Toggle the \"Repository List\" from the menu - #2638. Thanks @JordanMussi!",
"[Improved] Prevent saving of disallowed character strings for your name and email - #3204",
"[Improved] Error messages now appear at the top of the \"Create a New Repository\" dialog - #3571. Thanks @http-request!",
"[Improved] \"Repository List\" header is now \"Github.com\" for consistency - #3567. Thanks @iFun!",
"[Improved] Rename the \"Install Update\" button to \"Quit and Install Update\" - #3494. Thanks @say25!",
"[Fixed] Fix ordering of commit history when your branch and tracking branch have both changed - #2737",
"[Fixed] Prevent creating a branch that starts with a period - #3013. Thanks @JordanMussi!",
"[Fixed] Branch names are properly encoded when creating a pull request - #3509",
"[Fixed] Re-enable all the menu items after closing a popup - #3533",
"[Fixed] Removes option to delete remote branch after it's been deleted - #2964. Thanks @JordanMussi!",
"[Fixed] Windows: Detects available editors and shells now works even when the group policy blocks write registry access - #3105 #3405",
"[Fixed] Windows: Menu items are no longer truncated - #3547",
"[Fixed] Windows: Prevent disabled menu items from being accessed - #3391 #1521",
"[Fixed] Preserve the selected pull request when a manual fetch is done - #3524",
"[Fixed] Update pull request badge after switching branches or pull requests - #3454",
"[Fixed] Restore keyboard arrow navigation for pull request list - #3499"
],
"1.0.11": [
"[New] Highlight substring matches in the \"Branches\" and \"Repositories\" list when filtering - #910. Thanks @JordanMussi!",
"[New] Add preview for ico files - #3531. Thanks @serhiivinichuk!",
"[New] Fallback to Gravatar for loading avatars - #821",
"[New] Provide syntax highlighting for Visual Studio project files - #3552. Thanks @saul!",
"[New] Provide syntax highlighting for F# fsx and fsi files - #3544. Thanks @saul!",
"[New] Provide syntax highlighting for Kotlin files - #3555. Thanks @ziggy42!",
"[New] Provide syntax highlighting for Clojure - #3523. Thanks @mtkp!",
"[Improved] Toggle the \"Repository List\" from the menu - #2638. Thanks @JordanMussi!",
"[Improved] Prevent saving of disallowed character strings for your name and email - #3204",
"[Improved] Error messages now appear at the top of the \"Create a New Repository\" dialog - #3571. Thanks @http-request!",
"[Improved] \"Repository List\" header is now \"Github.com\" for consistency - #3567. Thanks @iFun!",
"[Improved] Rename the \"Install Update\" button to \"Quit and Install Update\" - #3494. Thanks @say25!",
"[Fixed] Fix ordering of commit history when your branch and tracking branch have both changed - #2737",
"[Fixed] Prevent creating a branch that starts with a period - #3013. Thanks @JordanMussi!",
"[Fixed] Branch names are properly encoded when creating a pull request - #3509",
"[Fixed] Re-enable all the menu items after closing a popup - #3533",
"[Fixed] Removes option to delete remote branch after it's been deleted - #2964. Thanks @JordanMussi!",
"[Fixed] Windows: Detects available editors and shells now works even when the group policy blocks write registry access - #3105 #3405",
"[Fixed] Windows: Menu items are no longer truncated - #3547",
"[Fixed] Windows: Prevent disabled menu items from being accessed - #3391 #1521"
],
"1.0.11-test0": [
"[Improved] now with a new major version of electron-packager"
],
"1.0.11-beta0": [
"[Improved] Refresh the pull requests list after fetching - #3503",
"[Improved] Rename the \"Install Update\" button to \"Quit and Install Update\" - #3494. Thanks @say25!",
"[Fixed] URL encode branch names when creating a pull request - #3509",
"[Fixed] Windows: detecting available editors and shells now works even when the group policy blocks write registry access - #3105 #3405"
],
"1.0.10": [
"[New] ColdFusion Builder is now a supported external editor - #3336 #3321. Thanks @AtomicCons!",
"[New] VSCode Insiders build is now a supported external editor - #3441. Thanks @say25!",
"[New] BBEdit is now a supported external editor - #3467. Thanks @NiklasBr!",
"[New] Hyper is now a supported shell on Windows too - #3455. Thanks @JordanMussi!",
"[New] Swift is now syntax highlighted - #3305. Thanks @agisilaos!",
"[New] Vue.js is now syntax highlighted - #3368. Thanks @wanecek!",
"[New] CoffeeScript is now syntax highlighted - #3356. Thanks @agisilaos!",
"[New] Cypher is now syntax highlighted - #3440. Thanks @say25!",
"[New] .hpp is now syntax highlighted as C++ - #3420. Thanks @say25!",
"[New] ML-like languages are now syntax highlighted - #3401. Thanks @say25!",
"[New] Objective-C is now syntax highlighted - #3355. Thanks @koenpunt!",
"[New] SQL is now syntax highlighted - #3389. Thanks @say25!",
"[Improved] Better message on the 'Publish Branch' button when HEAD is unborn - #3344. Thanks @Venkat5694!",
"[Improved] Better error message when trying to push to an archived repository - #3084. Thanks @agisilaos!",
"[Improved] Avoid excessive background fetching when switching repositories - #3329",
"[Improved] Ignore menu events sent when a modal is shown - #3308",
"[Fixed] Parse changed files whose paths include a newline - #3271",
"[Fixed] Parse file type changes - #3334",
"[Fixed] Windows: 'Open without Git' would present the dialog again instead of actually opening a shell without git - #3290",
"[Fixed] Avoid text selection when dragging resizable dividers - #3268",
"[Fixed] Windows: Removed the title attribute on the Windows buttons so that they no longer leave their tooltips hanging around - #3348. Thanks @j-f1!",
"[Fixed] Windows: Detect VS Code when installed to non-standard locations - #3304",
"[Fixed] Hitting Return would select the first item in a filter list when the filter text was empty - #3447",
"[Fixed] Add some missing keyboard shortcuts - #3327. Thanks @say25!",
"[Fixed] Handle \"304 Not Modified\" responses - #3399",
"[Fixed] Don't overwrite an existing .gitattributes when creating a new repository - #3419. Thanks @strafe!"
],
"1.0.10-beta3": [
"[New] Change \"Create Pull Request\" to \"Show Pull Request\" when there is already a pull request open for the branch - #2524",
"[New] VSCode Insiders build is now a supported external editor - #3441. Thanks @say25!",
"[New] BBEdit is now a supported external editor - #3467. Thanks @NiklasBr!",
"[New] Hyper is now a supported shell - #3455. Thanks @JordanMussi!",
"[New] Cypher is now syntax highlighted - #3440. Thanks @say25!",
"[New] .hpp is now syntax highlighted as C++ - #3420. Thanks @say25!",
"[New] ML-like languages are now syntax highlighted - #3401. Thanks @say25!",
"[Improved] Use the same colors in pull request dropdown as we use on GitHub.com - #3451",
"[Improved] Fancy pull request loading animations - #2868",
"[Improved] Avoid excessive background fetching when switching repositories - #3329",
"[Improved] Refresh the pull request list when the Push/Pull/Fetch button is clicked - #3448",
"[Improved] Ignore menu events sent when a modal is shown - #3308",
"[Fixed] Hitting Return would select the first item in a filter list when the filter text was empty - #3447",
"[Fixed] Add some missing keyboard shortcuts - #3327. Thanks @say25!",
"[Fixed] Handle \"304 Not Modified\" responses - #3399",
"[Fixed] Don't overwrite an existing .gitattributes when creating a new repository - #3419. Thanks @strafe!"
],
"1.0.10-beta2": [
"[New] SQL is now syntax highlighted! - #3389. Thanks @say25!",
"[Fixed] Windows: Detect VS Code when installed to non-standard locations - #3304"
],
"1.0.10-beta1": [
"[New] Vue.js code is now syntax highlighted! - #3368. Thanks @wanecek!",
"[New] CoffeeScript is now syntax highlighted! - #3356. Thanks @agisilaos!",
"[New] Highlight .m as Objective-C - #3355. Thanks @koenpunt!",
"[Improved] Use smarter middle truncation for branch names - #3357",
"[Fixed] Windows: Removed the title attribute on the Windows buttons so that they no longer leave their tooltips hanging around - #3348. Thanks @j-f1!"
],
"1.0.10-beta0": [
"[New] ColdFusion Builder is now available as an option for External Editor - #3336 #3321. Thanks @AtomicCons!",
"[New] Swift code is now syntax highlighted - #3305. Thanks @agisilaos!",
"[Improved] Better message on the 'Publish Branch' button when HEAD is unborn - #3344. Thanks @Venkat5694!",
"[Improved] Better error message when trying to push to an archived repository - #3084. Thanks @agisilaos!",
"[Fixed] Parse changed files whose paths include a newline - #3271",
"[Fixed] Parse file type changes - #3334",
"[Fixed] Windows: 'Open without Git' would present the dialog again instead of actually opening a shell without git - #3290",
"[Fixed] Avoid text selection when dragging resizable dividers - #3268"
],
"1.0.9": [
"[New] ColdFusion Builder is now available as an option for External Editor - #3336 #3321. Thanks @AtomicCons!",
"[New] Swift code is now syntax highlighted - #3305. Thanks @agisilaos!",
"[Improved] Better message on the 'Publish Branch' button when HEAD is unborn - #3344. Thanks @Venkat5694!",
"[Improved] Better error message when trying to push to an archived repository - #3084. Thanks @agisilaos!",
"[Fixed] Parse changed files whose paths include a newline - #3271",
"[Fixed] Parse file type changes - #3334",
"[Fixed] Windows: 'Open without Git' would present the dialog again instead of actually opening a shell without git - #3290",
"[Fixed] Avoid text selection when dragging resizable dividers - #3268"
],
"1.0.9-beta1": [
"[New] ColdFusion Builder is now available as an option for External Editor - #3336 #3321. Thanks @AtomicCons!",
"[New] Swift code is now syntax highlighted - #3305. Thanks @agisilaos!",
"[Improved] Better message on the 'Publish Branch' button when HEAD is unborn - #3344. Thanks @Venkat5694!",
"[Improved] Better error message when trying to push to an archived repository - #3084. Thanks @agisilaos!",
"[Fixed] Parse changed files whose paths include a newline - #3271",
"[Fixed] Parse file type changes - #3334",
"[Fixed] Windows: 'Open without Git' would present the dialog again instead of actually opening a shell without git - #3290",
"[Fixed] Avoid text selection when dragging resizable dividers - #3268"
],
"1.0.9-beta0": [
"[Fixed] Crash when rendering diffs for certain types of files - #3249",
"[Fixed] Continually being prompted to add the upstream remote, even when it already exists - #3252"
],
"1.0.8": [
"[Fixed] Crash when rendering diffs for certain types of files - #3249",
"[Fixed] Continually being prompted to add the upstream remote, even when it already exists - #3252"
],
"1.0.8-beta0": [
"[New] Syntax highlighted diffs - #3101",
"[New] Add upstream to forked repositories - #2364",
"[Fixed] Only reset scale of title bar on macOS - #3193",
"[Fixed] Filter symbolic refs in the branch list - #3196",
"[Fixed] Address path issue with invoking Git Bash - #3186",
"[Fixed] Update embedded Git to support repository hooks and better error messages - #3067 #3079",
"[Fixed] Provide credentials to LFS repositories when performing checkout - #3167",
"[Fixed] Assorted changelog typos - #3174 #3184 #3207. Thanks @strafe, @alanaasmaa and @jt2k!"
],
"1.0.7": [
"[New] Syntax highlighted diffs - #3101",
"[New] Add upstream to forked repositories - #2364",
"[Fixed] Only reset scale of title bar on macOS - #3193",
"[Fixed] Filter symbolic refs in the branch list - #3196",
"[Fixed] Address path issue with invoking Git Bash - #3186",
"[Fixed] Update embedded Git to support repository hooks and better error messages - #3067 #3079",
"[Fixed] Provide credentials to LFS repositories when performing checkout - #3167",
"[Fixed] Assorted changelog typos - #3174 #3184 #3207. Thanks @strafe, @alanaasmaa and @jt2k!"
],
"1.0.7-beta0": [
"[Fixed] The Branches list wouldn't display the branches for non-GitHub repositories - #3169",
"[Fixed] Pushing or pulling could error when the temp directory was unavailable - #3046"
],
"1.0.6": [
"[Fixed] The Branches list wouldn't display the branches for non-GitHub repositories - #3169",
"[Fixed] Pushing or pulling could error when the temp directory was unavailable - #3046"
],
"1.0.5": [
"[New] The command line interface now provides some helpful help! - #2372. Thanks @j-f1!",
"[New] Create new branches from the Branches foldout - #2784",
"[New] Add support for VSCode Insiders - #3012 #3062. Thanks @MSathieu!",
"[New] Linux: Add Atom and Sublime Text support - #3133. Thanks @ziggy42!",
"[New] Linux: Tilix support - #3117. Thanks @ziggy42!",
"[New] Linux: Add Visual Studio Code support - #3122. Thanks @ziggy42!",
"[Improved] Report errors when a problem occurs storing tokens - #3159",
"[Improved] Bump to Git 2.14.3 - #3146",
"[Improved] Don't try to display diffs that could cause the app to hang - #2596",
"[Fixed] Handle local user accounts with URL-hostile characters - #3107",
"[Fixed] Cloning a repository which uses Git LFS would leave all the files appearing modified - #3146",
"[Fixed] Signing in in the Welcome flow could hang - #2769",
"[Fixed] Properly replace old Git LFS configuration values - #2984"
],
"1.0.5-beta1": [
"[New] Create new branches from the Branches foldout - #2784",
"[New] Add support for VSCode Insiders - #3012 #3062. Thanks @MSathieu!",
"[New] Linux: Add Atom and Sublime Text support - #3133. Thanks @ziggy42!",
"[New] Linux: Tilix support - #3117. Thanks @ziggy42!",
"[New] Linux: Add Visual Studio Code support - #3122. Thanks @ziggy42!",
"[Improved] Report errors when a problem occurs storing tokens - #3159",
"[Improved] Bump to Git 2.14.3 - #3146",
"[Improved] Don't try to display diffs that could cause the app to hang - #2596",
"[Fixed] Handle local user accounts with URL-hostile characters - #3107",
"[Fixed] Cloning a repository which uses Git LFS would leave all the files appearing modified - #3146",
"[Fixed] Signing in in the Welcome flow could hang - #2769",
"[Fixed] Properly replace old Git LFS configuration values - #2984"
],
"1.0.5-test1": [],
"1.0.5-test0": [],
"1.0.5-beta0": [
"[New] The command line interface now provides some helpful help! - #2372. Thanks @j-f1!"
],
"1.0.4": [
"[New] Report Git LFS progress when cloning, pushing, pulling, or reverting - #2226",
"[Improved] Increased diff contrast and and line gutter selection - #2586 #2181",
"[Improved] Clarify why publishing a branch is disabled in various scenarios - #2773",
"[Improved] Improved error message when installing the command Line tool fails - #2979. Thanks @agisilaos!",
"[Improved] Format the branch name in \"Create Branch\" like we format branch names elsewhere - #2977. Thanks @j-f1!",
"[Fixed] Avatars not updating after signing in - #2911",
"[Fixed] Lots of bugs if there was a file named \"HEAD\" in the repository - #3009 #2721 #2938",
"[Fixed] Handle duplicate config values when saving user.name and user.email - #2945",
"[Fixed] The \"Create without pushing\" button when creating a new pull request wouldn't actually do anything - #2917"
],
"1.0.4-beta1": [
"[New] Report Git LFS progress when cloning, pushing, pulling, or reverting - #2226",
"[Improved] Increased diff contrast and and line gutter selection - #2586 #2181",
"[Improved] Clarify why publishing a branch is disabled in various scenarios - #2773",
"[Improved] Improved error message when installing the command Line tool fails - #2979. Thanks @agisilaos!",
"[Improved] Format the branch name in \"Create Branch\" like we format branch names elsewhere - #2977. Thanks @j-f1!",
"[Fixed] Avatars not updating after signing in - #2911",
"[Fixed] Lots of bugs if there was a file named \"HEAD\" in the repository - #3009 #2721 #2938",
"[Fixed] Handle duplicate config values when saving user.name and user.email - #2945",
"[Fixed] The \"Create without pushing\" button when creating a new pull request wouldn't actually do anything - #2917 #2917"
],
"1.0.4-beta0": [
"[Improved] Increase the contrast of the modified file status octicons - #2914",
"[Fixed] Showing changed files in Finder/Explorer would open the file - #2909",
"[Fixed] macOS: Fix app icon on High Sierra - #2915",
"[Fixed] Cloning an empty repository would fail - #2897 #2906",
"[Fixed] Catch logging exceptions - #2910"
],
"1.0.3": [
"[Improved] Increase the contrast of the modified file status octicons - #2914",
"[Fixed] Showing changed files in Finder/Explorer would open the file - #2909",
"[Fixed] macOS: Fix app icon on High Sierra - #2915",
"[Fixed] Cloning an empty repository would fail - #2897 #2906",
"[Fixed] Catch logging exceptions - #2910"
],
"1.0.2": [
"[Improved] Better message for GitHub Enterprise users when there is a network error - #2574. Thanks @agisilaos!",
"[Improved] Clone error message now suggests networking might be involved - #2872. Thanks @agisilaos!",
"[Improved] Include push/pull progress information in the push/pull button tooltip - #2879",
"[Improved] Allow publishing a brand new, empty repository - #2773",
"[Improved] Make file paths in lists selectable - #2801. Thanks @artivilla!",
"[Fixed] Disable LFS hook creation when cloning - #2809",
"[Fixed] Use the new URL for the \"Show User Guides\" menu item - #2792. Thanks @db6edr!",
"[Fixed] Make the SHA selectable when viewing commit details - #1154",
"[Fixed] Windows: Make `github` CLI work in Git Bash - #2712",
"[Fixed] Use the initial path provided when creating a new repository - #2883",
"[Fixed] Windows: Avoid long path limits when discarding changes - #2833",
"[Fixed] Files would get deleted when undoing the first commit - #2764",
"[Fixed] Find the repository root before adding it - #2832",
"[Fixed] Display warning about an existing folder before cloning - #2777 #2830",
"[Fixed] Show contents of directory when showing a repository from Show in Explorer/Finder instead of showing the parent - #2798"
],
"1.0.2-beta1": [
"[Improved] Clone error message now suggests networking might be involved - #2872. Thanks @agisilaos!",
"[Improved] Include push/pull progress information in the push/pull button tooltip - #2879",
"[Improved] Allow publishing a brand new, empty repository - #2773",
"[Improved] Make file paths in lists selectable - #2801. Thanks @artivilla!",
"[Fixed] Use the initial path provided when creating a new repository - #2883",
"[Fixed] Windows: Avoid long path limits when discarding changes - #2833",
"[Fixed] Files would get deleted when undoing the first commit - #2764",
"[Fixed] Find the repository root before adding it - #2832",
"[Fixed] Display warning about an existing folder before cloning - #2777 #2830",
"[Fixed] Show contents of directory when showing a repository from Show in Explorer/Finder instead of showing the parent - #2798"
],
"1.0.2-beta0": [
"[Improved] Message for GitHub Enterprise users when there is a network error - #2574. Thanks @agisilaos!",
"[Fixed] Disable LFS hook creation when cloning - #2809",
"[Fixed] Use the new URL for the \"Show User Guides\" menu item - #2792. Thanks @db6edr!",
"[Fixed] Make the SHA selectable when viewing commit details - #1154",
"[Fixed] Windows: Make `github` CLI work in Git Bash - #2712"
],
"1.0.1": [
"[Improved] Message for GitHub Enterprise users when there is a network error - #2574. Thanks @agisilaos!",
"[Fixed] Disable LFS hook creation when cloning - #2809",
"[Fixed] Use the new URL for the \"Show User Guides\" menu item - #2792. Thanks @db6edr!",
"[Fixed] Make the SHA selectable when viewing commit details - #1154",
"[Fixed] Windows: Make `github` CLI work in Git Bash - #2712"
],
"1.0.1-beta0": [
"[Fixed] Use the loading/disabled state while publishing - #1995",
"[Fixed] Lock down menu item states for unborn repositories - #2744 #2573",
"[Fixed] Windows: Detecting the available shells and editors when using a language other than English - #2735"
],
"1.0.0": [
"[Fixed] Use the loading/disabled state while publishing - #1995",
"[Fixed] Lock down menu item states for unborn repositories - #2744 #2573",
"[Fixed] Windows: Detecting the available shells and editors when using a language other than English - #2735"
],
"1.0.0-beta3": [
"[New] Allow users to create repositories with descriptions - #2719. Thanks @davidcelis!",
"[New] Use `lfs clone` for faster cloning of LFS repositories - #2679",
"[Improved] Prompt to override existing LFS filters - #2693",
"[Fixed] Don't install LFS hooks when checking if a repo uses LFS - #2732",
"[Fixed] Ensure nothing is staged as part of undoing the first commit - #2656",
"[Fixed] \"Clone with Desktop\" wouldn't include the repository name in the path - #2704"
],
"0.9.1": [
"[New] Allow users to create repositories with descriptions - #2719. Thanks @davidcelis!",
"[New] Use `lfs clone` for faster cloning of LFS repositories - #2679",
"[Improved] Prompt to override existing LFS filters - #2693",
"[Fixed] Don't install LFS hooks when checking if a repo uses LFS - #2732",
"[Fixed] Ensure nothing is staged as part of undoing the first commit - #2656",
"[Fixed] \"Clone with Desktop\" wouldn't include the repository name in the path - #2704"
],
"1.0.0-beta2": [
"[New] Allow users to create repositories with descriptions - #2719. Thanks @davidcelis!",
"[New] Use `lfs clone` for faster cloning of LFS repositories - #2679",
"[Improved] Prompt to override existing LFS filters - #2693",
"[Fixed] Don't install LFS hooks when checking if a repo uses LFS - #2732",
"[Fixed] Ensure nothing is staged as part of undoing the first commit - #2656",
"[Fixed] \"Clone with Desktop\" wouldn't include the repository name in the path - #2704"
],
"0.9.0": [
"[New] Allow users to create repositories with descriptions - #2719. Thanks @davidcelis!",
"[New] Use `lfs clone` for faster cloning of LFS repositories - #2679",
"[Improved] Prompt to override existing LFS filters - #2693",
"[Fixed] Don't install LFS hooks when checking if a repo uses LFS - #2732",
"[Fixed] Ensure nothing is staged as part of undoing the first commit - #2656",
"[Fixed] \"Clone with Desktop\" wouldn't include the repository name in the path - #2704"
],
"0.8.2": [
"[New] Ask to install LFS filters when an LFS repository is added - #2227",
"[New] Clone GitHub repositories tab - #57",
"[New] Option to opt-out of confirming discarding changes - #2681",
"[Fixed] Long commit summary truncation - #1742",
"[Fixed] Ensure the repository list is always enabled - #2648",
"[Fixed] Windows: Detecting the available shells and editors when using a non-ASCII user encoding - #2624",
"[Fixed] Clicking the \"Cancel\" button on the Publish Branch dialog - #2646",
"[Fixed] Windows: Don't rely on PATH for knowing where to find chcp - #2678",
"[Fixed] Relocating a repository now actually does that - #2685",
"[Fixed] Clicking autocompletes inserts them - #2674",
"[Fixed] Use shift for shortcut chord instead of alt - #2607",
"[Fixed] macOS: \"Open in Terminal\" works with repositories with spaces in their path - #2682"
],
"1.0.0-beta1": [
"[New] Option to to opt-out of confirming discarding changes - #2681",
"[Fixed] Windows: Don't rely on PATH for knowing where to find chcp - #2678",
"[Fixed] Relocating a repository now actually does that - #2685",
"[Fixed] Clicking autocompletes inserts them - #2674",
"[Fixed] Use shift for shortcut chord instead of alt - #2607",
"[Fixed] macOS: \"Open in Terminal\" works with repositories with spaces in their path - #2682"
],
"1.0.0-beta0": [
"[New] Ask to install LFS filters when an LFS repository is added - #2227",
"[New] Clone GitHub repositories tab - #57",
"[Fixed] Long commit summary truncation - #1742",
"[Fixed] Ensure the repository list is always enabled - #2648",
"[Fixed] Windows: Detecting the available shells and editors when using a non-ASCII user encoding - #2624",
"[Fixed] Clicking the \"Cancel\" button on the Publish Branch dialog - #2646"
],
"0.8.1": [
"[New] 'Open in Shell' now supports multiple shells - #2473",
"[New] Windows: Enable adding self-signed certificates - #2581",
"[Improved] Enhanced image diffs - #2383",
"[Improved] Line diffs - #2461",
"[Improved] Octicons updated - #2495",
"[Improved] Adds ability to close repository list using shortcut - #2532",
"[Improved] Switch default buttons in the Publish Branch dialog - #2515",
"[Improved] Bring back \"Contact Support\" - #1472",
"[Improved] Persist repository filter text after closing repository list - #2571",
"[Improved] Redesigned example commit in the Welcome flow - #2141",
"[Improved] Tidy up initial \"external editor\" experience - #2551",
"[Fixed] 'Include All' checkbox not in sync with partial selection - #2493",
"[Fixed] Copied text from diff removed valid characters - #2499",
"[Fixed] Click-focus on Windows would dismiss dialog - #2488",
"[Fixed] Branch list not rendered in app - #2531",
"[Fixed] Git operations checking certificate store - #2520",
"[Fixed] Properly identify repositories whose remotes have a trailing slash - #2584",
"[Fixed] Windows: Fix launching the `github` command line tool - #2563",
"[Fixed] Use the primary email address if it's public - #2244",
"[Fixed] Local branch not checked out after clone - #2561",
"[Fixed] Only the most recent 30 issues would autocomplete for GitHub Enterprise repositories - #2541",
"[Fixed] Missing \"View on GitHub\" menu item for non-Gitub repositories - #2615",
"[Fixed] New tab opened when pressing \"]\" for certain keyboard layouts - #2607",
"[Fixed] Windows: Crash when exiting full screen - #1502",
"[Fixed] Windows: Detecting the available shells and editors when using a non-ASCII user encoding - #2624",
"[Fixed] Ensure the repository list is always accessible - #2648"
],
"0.8.1-beta4": [
"[Improved] Persist repository filter text after closing repository list - #2571",
"[Improved] Redesigned example commit in the Welcome flow - #2141",
"[Improved] Tidy up initial \"external editor\" experience - #2551",
"[Fixed] Missing \"View on GitHub\" menu item for non-Gitub repositories - #2615",
"[Fixed] New tab opened when pressing \"]\" for certain keyboard layouts - #2607",
"[Fixed] Windows: Crash when exiting full screen - #1502"
],
"0.8.1-beta3": [
"[New] Windows: Enable adding self-signed certificates - #2581",
"[Improved] Adds ability to close repository list using shortcut - #2532",
"[Improved] Switch default buttons in the Publish Branch dialog - #2515",
"[Improved] Bring back \"Contact Support\" - #1472",
"[Fixed] Properly identify repositories whose remotes have a trailing slash - #2584",
"[Fixed] Windows: Fix launching the `github` command line tool - #2563",
"[Fixed] Use the primary email address if it's public - #2244",
"[Fixed] Local branch not checked out after clone - #2561",
"[Fixed] Only the most recent 30 issues would autocomplete for GitHub Enterprise repositories - #2541"
],
"0.8.1-beta2": [
"[Fixed] Branch list not rendered in app - #2531",
"[Fixed] Git operations checking certificate store - #2520"
],
"0.8.1-beta1": [
"[New] 'Open in Shell' now supports multiple shells - #2473",
"[Improved] Enhanced image diffs - #2383",
"[Improved] Line diffs - #2461",
"[Improved] Octicons updated - #2495",
"[Fixed] 'Include All' checkbox not in sync with partial selection - #2493",
"[Fixed] Copied text from diff removed valid characters - #2499",
"[Fixed] Click-focus on Windows would dismiss dialog - #2488"
],
"0.8.1-beta0": [],
"0.8.0": [
"[New] Added commit context menu - #2434",
"[New] Added 'Open in External Editor' - #2009",
"[New] Can choose whether a branch should be deleted on the remote as well as locally - #2136",
"[New] Support authenticating with non-GitHub servers - #852",
"[New] Added the ability to revert a commit - #752",
"[New] Added a keyboard shortcut for opening the repository in the shell - #2138",
"[Improved] Copied diff text no longer includes the line changetype markers - #1499",
"[Improved] Fetch if a push fails because they need to pull first - #2431",
"[Improved] Discard changes performance - #1889",
"[Fixed] Show 'Add Repository' dialog when repository is dragged onto the app - #2442",
"[Fixed] Dialog component did not remove event handler - #2469",
"[Fixed] Open in External Editor context menu - #2475",
"[Fixed] Update to Git 2.14.1 to fix security vulnerability - #2432",
"[Fixed] Recent branches disappearing after renaming a branch - #2426",
"[Fixed] Changing the default branch on GitHub.com is now reflected in the app - #1489",
"[Fixed] Swap around some callouts for no repositories - #2447",
"[Fixed] Darker unfocused selection color - #1669",