Skip to content

Commit 6c86fe8

Browse files
authored
Merge pull request #857 from ionite34/mac-minimize-main
Fix mac minimize / update to avalonia 11.1.4
2 parents 9b68249 + 2b15a27 commit 6c86fe8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,18 @@ and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2
88
## v2.12.2
99
### Added
1010
- Added Beta scheduler to the scheduler selector in Inference
11+
### Changed
12+
- (Internal) Updated to Avalonia 11.1.4
1113
### Fixed
1214
- Fixed ComfyUI NF4 extension not installing properly when prompted in Inference
1315
- Fixed [#932](https://github.com/LykosAI/StabilityMatrix/issues/932), [#935](https://github.com/LykosAI/StabilityMatrix/issues/935), [#939](https://github.com/LykosAI/StabilityMatrix/issues/939) - InvokeAI failing to update
1416
- Fixed repeated nested folders being created in `Models/StableDiffusion` when using Forge in Symlink mode in certain conditions. Existing folders will be repaired to their original structure on launch.
17+
- Fixed minimize button not working on macOS
18+
### Supporters
19+
#### Visionaries
20+
- We extend our heartfelt appreciation to our dedicated Visionary-tier Patreon supporter, **Waterclouds**. Your ongoing support is invaluable!
21+
#### Pioneers
22+
- We’d also like to thank our great Pioneer-tier patrons: **tankfox**, **tanangular**, **Mr. Unknown**, and **Szir777**. Your continuous support means a lot!
1523

1624
## v2.12.1
1725
### Fixed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<AvaloniaVersion>11.1.3</AvaloniaVersion>
3+
<AvaloniaVersion>11.1.4</AvaloniaVersion>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)