Merge branch 'development' into releases/3.2.7-beta1

This commit is contained in:
tidy-dev 2023-06-23 06:57:45 -04:00
commit e5301afc1c
2 changed files with 28 additions and 1 deletions

View file

@ -3,6 +3,13 @@
padding: calc(var(--spacing) * 6);
align-items: center;
> section {
display: flex;
flex-direction: column;
flex-grow: 1;
min-width: 0;
}
header {
align-self: flex-start;
margin-bottom: var(--spacing-quad);
@ -24,7 +31,6 @@
display: flex;
flex-shrink: 0;
flex-grow: 1;
height: 0;
& > .content-pane {
display: flex;

View file

@ -12,6 +12,27 @@
"[Improved] Add Double Click to Open in Default Editor - #2620. Thanks @digitalmaster!",
"[Improved] Upgrade to Electron v24.4.0 - #15831"
],
"3.2.6": [
"[Fixed] The list of the repositories under the filter box on the \"Let's get started!\" page is visible - #16955"
],
"3.2.5": [
"[Fixed] Entering in double forward slash does not trim the target directory in the cloning dialog - #15842. Thanks @IgnazioGul!",
"[Fixed] In the \"No Repositories\" screen, controls at the bottom stay inside window when it is resized - #16502. Thanks @samuelko123!",
"[Fixed] Link to editor settings on the tutorial screen - #16636. Thanks @IgnazioGul!",
"[Fixed] Fix crash using Edit -> Copy menu when no text is selected in the diff - #16876",
"[Improved] Improve screen reader support of the \"Create Alias\" dialog - #16802",
"[Improved] Screen readers announce the number of results in filtered lists (like repositories, branches or pull requests) - #16779",
"[Improved] Screen readers announce expanded/collapsed state of dropdowns - #16781",
"[Improved] The context menu for a branches list items can be invoked by keyboard shortcuts - #16760",
"[Improved] The context menu for a repository list item can be invoked by keyboard shortcuts - #16758",
"[Improved] Make floating elements more responsive as the window or the UI are resized - #16717",
"[Improved] Adds committing avatar popover to see git configuration and ability to open git configuration settings - #16640",
"[Improved] Password inputs have a visibility toggle. - #16714",
"[Improved] Welcome flow screen change in context is announced - #16698",
"[Improved] Focus the sign in with browser button on opening the enterprise server login screen - #16706",
"[Improved] Show the remote branch name if it does not match the local branch name - #13591. Thanks @samuelko123!",
"[Improved] Reduce retries of avatars that fail to load - #16592"
],
"3.2.4": [
"[Fixed] The misattributed commit avatar popover no longer causes the changes list to have scrollbars - #16684",
"[Fixed] Autocompletion list is always visible regardless of its position on the screen - #16609, #16650",