forked from desktop/desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.json
347 lines (347 loc) · 21.4 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
{
"releases": {
"0.7.1": [],
"0.7.1-beta5": [
"[Improved] Redesigned error and warning dialogs to be clearer - #2277",
"[Improved] Create Pull Request dialog shows more feedback while it's working - #2265",
"[Fixed] Preserve existing GitHub API information when API requests fail - #2282",
"[Fixed] Pass through error messages as received from the API - #2279",
"[Fixed] The Pull and Create Pull Request menu items had the same shortcut - #2274",
"[Fixed] Launching the `github` command line tool from a Fish shell - #2299",
"[Fixed] Help menu items now work - #2314",
"[Fixed] Windows: `github` command line tool not installing after updating - #2312",
"[Fixed] Caret position jumping around while changing the path for adding a local repository - #2222",
"[Fixed] Error dialogs being closed too easily - #2211",
"[Fixed] Windows: Non-ASCII credentials were mangled - #189"
],
"0.7.1-beta4": [],
"0.7.1-beta3": [],
"0.7.1-beta2": [],
"0.7.1-beta1": [],
"0.7.1-beta0": [
"[Improved] Redesigned error and warning dialogs to be clearer - #2277",
"[Fixed] Preserve existing GitHub API information when API requests fail - #2282",
"[Fixed] Pass through error messages as received from the API - #2279",
"[Fixed] The Pull and Create Pull Request menu items had the same shortcut - #2274",
"[Fixed] Launching the `github` command line tool from a Fish shell - #2299"
],
"0.7.0": [
"[New] Added the Branch > Create Pull Request menu item - #2135",
"[New] Added the `github` command line tool - #696",
"[Improved] Better error message when publishing a repository fails - #2089",
"[Improved] Windows: Don't recreate the desktop shortcut if it's been deleted - #1759",
"[Fixed] Cloning a repository's wiki - #1624",
"[Fixed] Don't call GitHub Enterprise GitHub.com - #2094",
"[Fixed] Don't push after publishing a new repository if the branch is unborn - #2086",
"[Fixed] Don't close dialogs when clicking the title bar - #2056",
"[Fixed] Windows: Clicking 'Show in Explorer' doesn't bring Explorer to the front - #2127",
"[Fixed] Windows: Opening links doesn't bring the browser to the front - #1945",
"[Fixed] macOS: Closing the window wouldn't exit fullscreen - #1901",
"[Fixed] Scale blankslate images so they look nicer on high resolution displays - #1946",
"[Fixed] Windows: Installer not completing or getting stuck in a loop - #1875 #1863",
"[Fixed] Move the 'Forgot Password' link to fix the tab order of the sign in view - #2200"
],
"0.6.3-beta7": [],
"0.6.3-beta6": [],
"0.6.3-beta5": [],
"0.6.3-beta4": [],
"0.6.3-beta3": [],
"0.6.3-beta2": [],
"0.6.3-beta1": [],
"0.6.3-beta0": [],
"0.6.2": [
"[New] Link to User Guides from the Help menu - #1963",
"[New] Added the 'Open in External Editor' contextual menu item to changed files - #2023",
"[New] Added the 'Show' and 'Open Command Prompt' contextual menu items to repositories - #1554",
"[New] Windows: Support self-signed or untrusted certificates - #671",
"[New] Copy the SHA to the clipboard when clicked - #1501",
"[Improved] Provide the option of initializing a new repository when adding a directory that isn't already one - #969",
"[Improved] Link to the working directory when there are no changes - #1871",
"[Improved] Hitting Enter when selecting a base branch creates the new branch - #1780",
"[Improved] Prefix repository names with their owner if they are ambiguous - #1848",
"[Fixed] Sort and filter licenses like GitHub.com - #1987",
"[Fixed] Long branch names not getting truncated in the Rename Branch dialog - #1891",
"[Fixed] Prune old log files - #1540",
"[Fixed] Ensure the local path is valid before trying to create a new repository - #1487",
"[Fixed] Support cloning repository wikis - #1624",
"[Fixed] Disable the Select All checkbox when there are no changes - #1389",
"[Fixed] Changed docx files wouldn't show anything in the diff panel - #1990",
"[Fixed] Disable the Merge button when there are no commits to merge - #1359",
"[Fixed] Username/password authentication not working for GitHub Enterprise - #2064",
"[Fixed] Better error messages when an API call fails - #2017",
"[Fixed] Create the 'logs' directory if it doesn't exist - #1550",
"[Fixed] Enable the 'Remove' menu item for missing repositories - #1776"
],
"0.6.1": [
"[Fixed] Properly log stats opt in/out - #1949",
"[Fixed] Source maps for exceptions in the main process - #1957",
"[Fixed] Styling of the exception dialog - #1956",
"[Fixed] Handle ambiguous references - #1947",
"[Fixed] Handle non-ASCII text in diffs - #1970",
"[Fixed] Uncaught exception when hitting the arrow keys after showing autocompletions - #1971",
"[Fixed] Clear the organizations list when publishing a new repository and switching between tabs - #1969",
"[Fixed] Push properly when a tracking branch has a different name from the local branch - #1967",
"[Improved] Warn when line endings will change - #1906"
],
"0.6.0": [
"[Fixed] Issue autocompletion not working for older issues - #1814",
"[Fixed] GitHub repository association not working for repositories with some remote URL formats - #1826 #1679",
"[Fixed] Don't try to delete a remote branch that no longer exists - #1829",
"[Fixed] Tokens created by development builds would be used in production builds but wouldn't work - #1727",
"[Fixed] Submodules can now be added - #708",
"[Fixed] Properly handle the case where a file is added to the index but removed from the working tree - #1310",
"[Fixed] Use a local image for the default avatar - #1621",
"[Fixed] Make the file path in diffs selectable - #1768",
"[Improved] More logging! - #1823",
"[Improved] Better error message when trying to add something that's not a repository - #1747",
"[Improved] Copy the shell environment into the app's environment - #1796",
"[Improved] Updated to Git 2.13.0 - #1897",
"[Improved] Add 'Reveal' to the contextual menu for changed files - #1566",
"[Improved] Better handling of large diffs - #1818 #1524",
"[Improved] App launch time - #1900"
],
"0.5.9": [
"[New] Added Zoom In and Zoom Out - #1217",
"[Fixed] Various errors when on an unborn branch - #1450",
"[Fixed] Disable push/pull menu items when there is no remote - #1448",
"[Fixed] Better error message when the GitHub Enterprise version is too old - #1628",
"[Fixed] Error parsing non-JSON responses - #1505 #1522",
"[Fixed] Updated the 'Install Git' help documentation link - #1797",
"[Fixed] Disable menu items while in the Welcome flow - #1529",
"[Fixed] Windows: Fall back to HOME if Document cannot be found - #1825",
"[Improved] Close the window when an exception occurs - #1562",
"[Improved] Always use merge when pulling - #1627",
"[Improved] Move the 'New Branch' menu item into the Branch menu - #1757",
"[Improved] Remove Repository's default button is now Cancel - #1751",
"[Improved] Only fetch the default remote - #1435",
"[Improved] Faster commits with many files - #1405",
"[Improved] Measure startup time more reliably - #1798",
"[Improved] Prefer the GitHub repository name instead of the name on disk - #664"
],
"0.5.8": [
"[Fixed] Switching tabs in Preferences/Settings or Repository Settings would close the dialog - #1724",
"[Improved] Standardized colors which improves contrast and readability - #1713"
],
"0.5.7": [
"[Fixed] Windows: Handle protocol events which launch the app - #1582",
"[Fixed] Opting out of stats reporting in the Welcome flow - #1698",
"[Fixed] Commit description text being too light - #1695",
"[Fixed] Exception on startup if the app was activated too quickly - #1564",
"[Improved] Default directory for cloning now - #1663",
"[Improved] Accessibility support - #1289",
"[Improved] Lovely blank slate illustrations - #1708"
],
"0.5.6": [
"[Fixed] macOS: The buttons in the Untrusted Server dialog not doing anything - #1622",
"[Fixed] Better warning in Rename Branch when the branch will be created with a different name than was entered - #1480",
"[Fixed] Provide a tooltip for commit summaries in the History list - #1483",
"[Fixed] Prevent the Update Available banner from getting squished - #1632",
"[Fixed] Title bar not responding to double-clicks - #1590 #1655",
"[Improved] Discard All Changes is now accessible by right-clicking the file column header - #1635"
],
"0.5.5": [
"[Fixed] Save the default path after creating a new repository - #1486",
"[Fixed] Only let the user launch the browser once for the OAuth flow - #1427",
"[Fixed] Don't linkify invalid URLs - #1456",
"[Fixed] Excessive padding in the Merge Branch dialog - #1577",
"[Fixed] Octicon pixel alignment issues - #1584",
"[Fixed] Windows: Invoking some menu items would break the window's snapped state - #1603",
"[Fixed] macOS: Errors authenticating while pushing - #1514",
"[Fixed] Don't linkify links in the History list or in Undo - #1548 #1608 #1474",
"[Fixed] Diffs not working when certain git config values were set - #1559"
],
"0.5.4": [
"[Fixed] The release notes URL pointed to the wrong page - #1503",
"[Fixed] Only create the `logs` directory if it doesn't already exist - #1510",
"[Fixed] Uncaught exception creating a new repository if you aren't a member of any orgs - #1507",
"[Fixed] Only report the first uncaught exception - #1517",
"[Fixed] Include the name of the default branch in the New Branch dialog - #1449",
"[Fixed] Uncaught exception if a network error occurred while loading user email addresses - #1522 #1508",
"[Fixed] Uncaught exception while performing a contextual menu action - #1532",
"[Improved] Move all error logging to the main process - #1473",
"[Improved] Stats reporting reliability - #1561"
],
"0.5.3": [
"[Fixed] Display of large image diffs - #1494",
"[Fixed] Discard Changes spacing - #1495"
],
"0.5.2": [
"[Fixed] Display errors that happen while publishing a repository - #1396",
"[Fixed] Menu items not updating - #1462",
"[Fixed] Always select the first changed file - #1306",
"[Fixed] macOS: Use Title Case consistently - #1477 #1481",
"[Fixed] Create Branch padding - #1479",
"[Fixed] Bottom padding in commit descriptions - #1345",
"[Improved] Dialog polish - #1451",
"[Improved] Store logs in a logs directory - #1370",
"[Improved] New Welcome illustrations - #1471",
"[Improved] Request confirmation before removing a repository - #1233",
"[Improved] Windows icon polish - #1457"
],
"0.5.1": [
"[New] Windows: A nice little gif while installing the app - #1440",
"[Fixed] Disable pinch zoom - #1431",
"[Fixed] Don't show carriage return indicators in diffs - #1444",
"[Fixed] History wouldn't update after switching branches - #1446",
"[Improved] Include more information in exception reports - #1429",
"[Improved] Updated Terms and Conditions - #1438",
"[Improved] Sub-pixel anti-aliasing in some lists - #1452",
"[Improved] Windows: A new application identifier, less likely to collide with other apps - #1441"
],
"0.5.0": [
"[Added] Menu item for showing the app logs - #1349",
"[Fixed] Don't let the two-factor authentication dialog be submitted while it's empty - #1386",
"[Fixed] Undo Commit showing the wrong commit - #1373",
"[Fixed] Windows: Update the icon used for the installer - #1410",
"[Fixed] Undoing the first commit - #1401",
"[Fixed] A second window would be opened during the OAuth dance - #1382",
"[Fixed] Don't include the comment from the default merge commit message - #1367",
"[Fixed] Show progress while committing - #923",
"[Fixed] Windows: Merge Branch sizing would be wrong on high DPI monitors - #1210",
"[Fixed] Windows: Resize the app from the top left corner - #1424",
"[Fixed] Changing the destination path for cloning a repository now appends the repository's name - #1408",
"[Fixed] The blank slate view could be visible briefly when the app launched - #1398",
"[Improved] Performance updating menu items - #1321",
"[Improved] Windows: Dim the title bar when the app loses focus - #1189"
],
"0.0.39": ["[Fixed] An uncaught exception when adding a user - #1394"],
"0.0.38": [
"[New] Shiny new icon! - #1221",
"[New] More helpful blank slate view - #871",
"[Fixed] Don't allow Undo while pushing/pulling/fetching - #1047",
"[Fixed] Updating the default branch on GitHub wouldn't be reflected in the app - #1028 #1314",
"[Fixed] Long repository names would overflow their container - #1331",
"[Fixed] Removed development menu items in production builds - #1031 #1251 #1323 #1340",
"[Fixed] Create Branch no longer changes as it's animating closed - #1304",
"[Fixed] Windows: Cut / Copy / Paste menu items not working - #1379",
"[Improved] Show a better error message when the user tries to authenticate with a personal access token - #1313",
"[Improved] Link to the repository New Issue page from the Help menu - #1349",
"[Improved] Clone in Desktop opens the Clone dialog - #918"
],
"0.0.37": [
"[Fixed] Better display of the 'no newline at end of file' indicator - #1253",
"[Fixed] macOS: Destructive dialogs now use the expected button order - #1315",
"[Fixed] Display of submodule paths - #785",
"[Fixed] Incomplete stats submission - #1337",
"[Improved] Redesigned welcome flow - #1254",
"[Improved] App launch time - #1225",
"[Improved] Handle uncaught exceptions - #1106"
],
"0.0.36": [
"[Fixed] Bugs around associating an email address with a GitHub user - #975",
"[Fixed] Use the correct reference name for an unborn branch - #1283",
"[Fixed] Better diffs for renamed files - #980",
"[Fixed] Typo in Create Branch - #1303",
"[Fixed] Don't allow whitespace-only branch names - #1288",
"[Improved] Focus ring polish - #1287",
"[Improved] Less intrusive update notifications - #1136",
"[Improved] Faster launch time on Windows - #1309",
"[Improved] Faster git information refreshing - #1305",
"[Improved] More consistent use of sentence case on Windows - #1316",
"[Improved] Autocomplete polish - #1241"
],
"0.0.35": [
"[New] Show push/pull/fetch progress - #1238",
"[Fixed] macOS: Add the Zoom menu item - #1260",
"[Fixed] macOS: Don't show the titlebar while full screened - #1247",
"[Fixed] Windows: Updates would make the app unresponsive - #1269",
"[Fixed] Windows: Keyboard navigation in menus - #1293",
"[Fixed] Windows: Repositories list item not working - #1293",
"[Fixed] Auto updater errors not being propagated properly - #1266",
"[Fixed] Only show the current branch tooltip on the branches button - #1275",
"[Fixed] Double path truncation - #1270",
"[Fixed] Sometimes toggling a file's checkbox would get undone - #1248",
"[Fixed] Uncaught exception when internet connectivity was lost - #1048",
"[Fixed] Cloned repositories wouldn't be associated with their GitHub repository - #1285",
"[Improved] Better performance on large repositories - #1281",
"[Improved] Commit summary is now expandable when the summary is long - #519",
"[Improved] The SHA in historical commits is now selectable - #1154",
"[Improved] The Create Branch dialog was polished and refined - #1137"
],
"0.0.34": [
"[New] macOS: Users can choose whether to accept untrusted certificates - #671",
"[New] Windows: Users are prompted to install git when opening a shell if it is not installed - #813",
"[New] Checkout progress is shown if branch switching takes a while - #1208",
"[New] Commit summary and description are automatically populated for merge conflicts - #1228",
"[Fixed] Cloning repositories while not signed in - #1163",
"[Fixed] Merge commits are now created as merge commits - #1216",
"[Fixed] Display of diffs with /r newline - #1234",
"[Fixed] Windows: Maximized windows are no longer positioned slightly off screen - #1202",
"[Fixed] JSON parse errors - #1243",
"[Fixed] GitHub Enterprise repositories were not associated with the proper Enterprise repository - #1242",
"[Fixed] Timestamps in the Branches list would wrap - #1255",
"[Fixed] Merges created from pulling wouldn't use the right git author - #1262",
"[Improved] Check for update errors are suppressed if they happen in the background - #1104, #1195",
"[Improved] The shortcut to show the repositories list is now command or control-T - #1220",
"[Improved] Command or control-W now closes open dialogs - #949",
"[Improved] Less memory usage while parsing large diffs - #1235"
],
"0.0.33": ["[Fixed] Update Now wouldn't update now - #1209"],
"0.0.32": [
"[New] You can now disable stats reporting from Preferences > Advanced - #1120",
"[New] Acknowledgements are now available from About - #810",
"[New] Open pull requests from dot com in the app - #808",
"[Fixed] Don't show background fetch errors - #875",
"[Fixed] No more surprise and delight - #620",
"[Fixed] Can't discard renamed files - #1177",
"[Fixed] Logging out of one account would log out of all accounts - #1192",
"[Fixed] Renamed files truncation - #695",
"[Fixed] Git on Windows now integrates with the system certificate store - #706",
"[Fixed] Cloning with an account/repoository shortcut would always fail - #1150",
"[Fixed] OS version reporting - #1130",
"[Fixed] Publish a new repository would always fail - #1046",
"[Fixed] Authentication would fail for the first repository after logging in - #1118",
"[Fixed] Don't flood the user with errors if a repository disappears on disk - #1132",
"[Improved] The Merge dialog uses the Branches list instead of a drop down menu - #749",
"[Improved] Lots of design polish - #1188, #1183, #1170, #1184, #1181, #1179, #1142, #1125"
],
"0.0.31": [
"[New] Prompt user to login when authentication error occurs - #903",
"[New] Windows application has a new app menu, replaces previous hamburger menu - #991",
"[New] Refreshed colours to align with GitHub website scheme - #1077",
"[New] Custom about dialog on all platforms - #1102",
"[Fixed] Improved error handling when probing for a GitHub Enterprise server - #1026",
"[Fixed] User can cancel 2FA flow - #1057",
"[Fixed] Tidy up current set of menu items - #1063",
"[Fixed] Manually focus the window when a URL action has been received - #1072",
"[Fixed] Disable middle-click event to prevent new windows being launched - #1074",
"[Fixed] Pre-fill the account name in the Welcome wizard, not login - #1078",
"[Fixed] Diffs wouldn't work if an external diff program was configured - #1123",
"[Improved] Lots of design polish work - #1113, #1099, #1094, #1077"
],
"0.0.30": [
"[Fixed] Crash when invoking menu item due to incorrect method signature - #1041"
],
"0.0.29": [
"[New] Commit summary and description fields now display issues and mentions as links for GitHub repositories - #941",
"[New] Show placeholder when the repository cannot be found on disk - #946",
"[New] New Repository actions moved out of popover and into new menu - #1018",
"[Fixed] Display a helpful error message when an unverified user signs into GitHub Desktop - #1010",
"[Fixed] Fix kerning issue when access keys displayed - #1033",
"[Fixed] Protected branches show a descriptive error when the push is rejected - #1036",
"[Fixed] 'Open in shell' on Windows opens to repository location - #1037"
],
"0.0.28": ["[Fixed] Bumping release notes to test deployments again"],
"0.0.27": [
"[Fixed] 2FA dialog when authenticating has information for SMS authentication - #1009",
"[Fixed] Autocomplete for users handles accounts containing `-` - #1008"
],
"0.0.26": [
"[Fixed] Address deployment issue by properly documenting release notes"
],
"0.0.25": [
"[Added] Autocomplete displays user matches - #942",
"[Fixed] Handle Enter key in repository and branch list when no matches exist - #995",
"[Fixed] 'Add Repository' button displays in dropdown when repository list empty - #984",
"[Fixed] Correct icon displayed for non-GitHub repository - #964 #955",
"[Fixed] Enter key when inside dialog submits form - #956",
"[Fixed] Updated URL handler entry on macOS - #945",
"[Fixed] Commit button is disabled while commit in progress - #940",
"[Fixed] Handle index state change when gitginore change is discarded - #935",
"[Fixed] 'Create New Branch' view squashes branch list when expanded - #927",
"[Fixed] Application creates repository path if it doesn't exist on disk - #925",
"[Improved] Preferences sign-in flow updated to standalone dialogs - #961"
],
"0.0.24": ["Changed a thing", "Added another thing"]
}
}