Release 3.3.12-beta1

This commit is contained in:
tidy-dev 2024-03-07 10:37:09 -05:00
parent e45e642d7d
commit dac4732eff
2 changed files with 9 additions and 1 deletions

View file

@ -3,7 +3,7 @@
"productName": "GitHub Desktop",
"bundleID": "com.github.GitHubClient",
"companyName": "GitHub, Inc.",
"version": "3.3.11",
"version": "3.3.12-beta1",
"main": "./main.js",
"repository": {
"type": "git",

View file

@ -1,5 +1,13 @@
{
"releases": {
"3.3.12-beta1": [
"[Fixed] In the changes diff, groups of two rows that represent one line number change have a check all control - #18232",
"[Fixed] Copying lines in side by side diffs does not add new lines between each line when pasted - #18249",
"[Fixed] On Windows, PATH environment variable with values longer than 1024 are not truncated - #18244",
"[Fixed] The last lines in diffs are visible when warning banners are displayed - #18237",
"[Improved] Add the \"link\" role to the \"Open pull request\" button in tutorial sidebar - #18245",
"[Improved] Upgrade to Electron v28.2.3 - #18185"
],
"3.3.11": [
"[Fixed] Copying lines in the side by side diff does not add new lines between each line when pasted. - #18249"
],