Merge pull request #18202 from desktop/releases/3.3.9

Release 3.3.9
This commit is contained in:
tidy-dev 2024-02-22 11:43:57 -05:00 committed by GitHub
commit 600c26a797
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 1 deletions

View file

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

View file

@ -1,5 +1,23 @@
{
"releases": {
"3.3.9": [
"[Fixed] The line number inclusion controls are semantic checkboxes and are keyboard accessible - #18064",
"[Fixed] Copying commit SHAs from submodule diffs is keyboard accessible - #18124",
"[Fixed] Show avatars of bot accounts such as dependabot - #12766",
"[Fixed] Focus outline is visible on the diff - #18086",
"[Fixed] Selecting or deselecting lines in a diff by dragging the mouse now scrolls the contents as needed - #17673",
"[Fixed] Last line of diffs can be selected when the file didn't have a new line at the end - #18081",
"[Fixed] Promote line endings change warning from icon to a banner, improving its accessibility - #18084",
"[Fixed] Amending a commit in non-GitHub repositories restores the commit message - #18061",
"[Fixed] The merge dialog submit button is available when conflicts are detected - #18037",
"[Fixed] Avatars are once again loading for GitHub Enterprise Server users - #18034",
"[Fixed] Lists scroll and render as expected when scrolling by dragging the scrollbar on Windows - #18012",
"[Fixed] External editor or shell failure error will open to integration settings - #18021. Thanks @yasuking0304!",
"[Improved] Add `pyi` to syntax highlighting - #18141. Thanks @pLeBlanc93!",
"[Improved] Syntax highlighting now supports .cmake, .cxx, .hh, .hxx, and .xsd files - #17503. Thanks @DylanDevelops!",
"[Improved] Apply Markdown highlighting to .mdx files - #18040. Thanks @bentookey-yotta!",
"[Improved] Implemented folder ignore with all parent directories - #1203. Thanks @masecla22!"
],
"3.3.9-beta2": [
"[Fixed] The line number inclusion controls are semantic checkboxes and are keyboard accessible - #18064",
"[Fixed] Copying commit SHAs from submodule diffs is keyboard accessible - #18124",