Skip to content

Commit

Permalink
Merge pull request desktop#19683 from desktop/releases/3.4.10-beta3
Browse files Browse the repository at this point in the history
Release 3.4.10-beta3
  • Loading branch information
sergiou87 authored Dec 10, 2024
2 parents c6d71b3 + cce6eb8 commit 05235d8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "GitHub Desktop",
"bundleID": "com.github.GitHubClient",
"companyName": "GitHub, Inc.",
"version": "3.4.10-beta2",
"version": "3.4.10-beta3",
"main": "./main.js",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"releases": {
"3.4.10-beta3": [
"[Added] Add a banner for communicating when prioritized updates exist - #19655",
"[Fixed] Accurately calculate number of conflicted files in a merge - #8049",
"[Fixed] Inform user when a staged renamed file renamed has changes - #17467. Thanks @ssigwart!",
"[Fixed] The visual label for the remote url in the repository settings is announced by screen readers - #19647",
"[Fixed] Remove duplicate avatar users - #19597",
"[Fixed] Fix for indents of clear button in text box - #19613. Thanks @artbutko!",
"[Improved] Resize events of resizable elements are announced by screen readers - #19649",
"[Improved] Update the names of some JetBrains editors on Linux - #19637. Thanks @ankddev!",
"[Improved] Swipe image diffs now handle images with transparency better - #16657 #17735. Thanks @Psychpsyo!",
"[Improved] Commit messages now show correct indentation - #17691. Thanks @SuperLlama88888!"
],
"3.4.10-beta2": [
"[Fixed] Screen readers announce the position of the list items in selectable lists such as the history commit list - #19603",
"[Fixed] Limit the commit message length we accept - #15355",
Expand Down

0 comments on commit 05235d8

Please sign in to comment.