Skip to content

Commit ab033f2

Browse files
committed
Merge branch 'upstream-release'
2 parents a9f3b02 + ae77b89 commit ab033f2

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"productName": "GitHub Desktop Plus",
55
"bundleID": "com.github.GitHubClient",
66
"companyName": "GitHub, Inc.",
7-
"version": "3.5.4",
7+
"version": "3.5.5-beta1",
88
"main": "./main.js",
99
"repository": {
1010
"type": "git",

changelog.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
{
22
"releases": {
3+
"3.5.5-beta1": [
4+
"[New] Run hooks in user's shell environment and allow bypassing commit hooks - #21319",
5+
"[Added] \"View Branch on GitHub\" option on branch list context menu - #21071. Thanks @DylanDevelops!",
6+
"[Fixed] Resize without observing - #21311 #20760",
7+
"[Fixed] Enter key now creates new branches from the branch filter field - #7734. Thanks @jackfreem!",
8+
"[Fixed] Fix the inability to move directories when creating a repository in a non-Git folder - #20991. Thanks @DylanDevelops!",
9+
"[Fixed] Pull from paginated local vs head-n based on last commit - #20882. Thanks @ashdawngary!",
10+
"[Fixed] Repository write access warnings update immediately when switching accounts - #21329",
11+
"[Fixed] Improve branch renaming to handle case-only changes - #21320",
12+
"[Fixed] Refresh repository after commit failure - #21229",
13+
"[Fixed] Check run list scrolls when they exceed available space - #20831. Thanks @iamarjunsuresh!",
14+
"[Fixed] Only sanitize forbidden fs characters when creating repo - #20973",
15+
"[Fixed] Remove extra apostrophe from \"Generating commit details\" aria-label - #21369. Thanks @say25!",
16+
"[Improved] Polish Changes tab Filter Options button and popover - #21412. Thanks @jpedroso!",
17+
"[Improved] Stash Menu Item disabled on dialogs - #21435. Thanks @jackfreem!"
18+
],
319
"3.5.4": [
420
"[Fixed] Update Git LFS to 3.7.1 to address CVE-2025-26625",
521
"[Fixed] Check run status icons in the re-run checks dialog have a status tooltip that is accessible by screenreaders - #21191",

0 commit comments

Comments
 (0)