mirror of
https://github.com/desktop/desktop
synced 2024-11-05 20:49:32 +00:00
Merge pull request #17227 from desktop/releases/3.2.8
This commit is contained in:
commit
55b7cd3d12
3 changed files with 29 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
"productName": "GitHub Desktop",
|
||||
"bundleID": "com.github.GitHubClient",
|
||||
"companyName": "GitHub, Inc.",
|
||||
"version": "3.2.8-beta4",
|
||||
"version": "3.2.8",
|
||||
"main": "./main.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -75,7 +75,7 @@ export function enableResetToCommit(): boolean {
|
|||
|
||||
/** Should we allow checking out a single commit? */
|
||||
export function enableCheckoutCommit(): boolean {
|
||||
return enableBetaFeatures()
|
||||
return true
|
||||
}
|
||||
|
||||
/** Should ci check runs show logs? */
|
||||
|
|
|
@ -1,5 +1,32 @@
|
|||
{
|
||||
"releases": {
|
||||
"3.2.8": [
|
||||
"[New] Checkout a commit from the History tab - #10068. Thanks @kitswas!",
|
||||
"[New] Add Double Click to Open in Default Editor - #2620. Thanks @digitalmaster!",
|
||||
"[New] Show when a repository has been archived in the clone dialog - #7183",
|
||||
"[Added] Add Zed Preview as an external editor option - #17097. Thanks @filiptronicek!",
|
||||
"[Added] Add support for Pulsar code editor on Windows - #17120. Thanks @confused-Techie!",
|
||||
"[Fixed] The force push loading state is screen reader announced - #17116",
|
||||
"[Fixed] Improve readability of file statuses for keyboard-only users - #17192",
|
||||
"[Fixed] Fix detection of VSCodium Insiders for Windows - #17078. Thanks @voidei!",
|
||||
"[Fixed] Enable context menu keyboard shortcut for file lists - #17143",
|
||||
"[Fixed] Adds a workaround for the macOS Ventura `aria-labelledby` and `aria-describedby` regressions such that dialog titles are always announced - #17148",
|
||||
"[Fixed] Screen readers announce the status of files within a commit - #17144",
|
||||
"[Fixed] Fix not recognizing remote for partial clone/fetch - #16284. Thanks @mkafrin!",
|
||||
"[Fixed] Fix association of repositories using nonstandard usernames - #17024",
|
||||
"[Improved] Screen readers announce \"overwrite stash\" and \"discard stash\" confirmation dialogs - #17197",
|
||||
"[Improved] Screen readers announce contents of Delete Tag confirmation dialog - #17166",
|
||||
"[Improved] The stash restore button's description is associated to the restore button - #17204",
|
||||
"[Improved] The delete branch dialog's contents are announced as alert dialogs. - #17210",
|
||||
"[Improved] Improve branch dropdown tabs screen reader support - #17172",
|
||||
"[Improved] The rename dialog warnings are placed before the branch name input - #17164",
|
||||
"[Improved] The \"Restore\" button in stashed changes is not disabled when uncommitted changes are present - #12994. Thanks @samuelko123!",
|
||||
"[Improved] Improve contrast of text to links in dark and light themes - #17092",
|
||||
"[Improved] The errors and warnings in the \"Create a New Repository\" dialog are screen reader announced - #16993",
|
||||
"[Improved] Add `aria-label` and `aria-expanded` attributes to diff options button - #17062",
|
||||
"[Improved] Screen readers announce the number of pull requests found after refreshing the list - #17031",
|
||||
"[Improved] The context menu for the History view items can be invoked by keyboard shortcuts - #17035"
|
||||
],
|
||||
"3.2.8-beta4": [
|
||||
"[Fixed] Fix selecting/deselecting changed files with the keyboard - #17207. Thanks @koenpunt!",
|
||||
"[Improved] The stash restore button's description is associated to the restore button - #17204",
|
||||
|
|
Loading…
Reference in a new issue