You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+47Lines changed: 47 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,53 @@ All notable changes to Stability Matrix will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## v2.12.0-dev.3
9
+
### Added
10
+
- Added Settings option "Console: History Size" to adjust the number of lines stored in the console history when running packages. Defaults to 9001 lines.
11
+
#### Checkpoint Manager
12
+
- Added "New Directory" and "Delete" options to the context menu of the tree view.
13
+
- Added new toggle for drag & drop - when enabled, all selected models will now move together with the dragged model
14
+
- Added "File Size" sorting option
15
+
- Added "Hide Empty Categories" toggle
16
+
- Added "Select All" button to the InfoBar (shown when at least one model is selected)
17
+
### Changed
18
+
- The "Download Failed" message for model downloads is now persistent until dismissed
19
+
### Fixed
20
+
- Fixed "The version of the native libSkiaSharp library (88.1) is incompatible with this version of SkiaSharp." error for Linux users
21
+
- Fixed download links for IPAdapters in the HuggingFace model browser
22
+
23
+
## v2.12.0-dev.2
24
+
### Added
25
+
- Added Face Detailer module to Inference
26
+
- Added ultralytics models to HuggingFace model browser
27
+
- Added DoRA category to CivitAI model browser
28
+
- Added macOS support for Fooocus & related forks
29
+
- (Windows, Linux) Added Vulkan rendering support using launch argument `--vulkan`. (On Windows, the default WinUI composition renderer is likely still preferrable. Linux users are encouraged to try the new renderer to see if it improves performance and responsiveness.)
30
+
### Changed
31
+
- (Internal) Updated Avalonia to 11.1.1 - Includes major rendering and performance optimizations, animation refinements, improved IME / text selection, and improvements for window sizing / z-order / multi-monitor DPI scaling. ([avaloniaui.net/blog/avalonia-11-1-a-quantum-leap-in-cross-platform-ui-development](https://avaloniaui.net/blog/avalonia-11-1-a-quantum-leap-in-cross-platform-ui-development))
32
+
- (Internal) Updated SkiaSharp (Rendering Backend) to 3.0.0-preview.4.1, potentially fixes issues with window rendering artifacts on some machines.
33
+
- (Internal) Updated other dependencies for security and bug fixes.
34
+
### Fixed
35
+
- Fixed some ScrollViewers changing scroll position when focus changes
36
+
- Fixed [#782](https://github.com/LykosAI/StabilityMatrix/issues/782) - conflict error when launching new versions of Forge
37
+
- Fixed incorrect torch versions being installed for InvokeAI
38
+
### Supporters
39
+
#### Visionaries
40
+
- A huge thank you goes out to our esteemed Visionary-tier Patreon backers: **Scopp Mcdee**, **Waterclouds**, and **Akiro_Senkai**. Your kind support means the world!
41
+
42
+
## v2.12.0-dev.1
43
+
### Added
44
+
- Added new package: [Fooocus - mashb1t's 1-Up Edition](https://github.com/mashb1t/Fooocus) by mashb1t
45
+
- Added new package: [Stable Diffusion WebUI reForge](https://github.com/Panchovix/stable-diffusion-webui-reForge/) by Panchovix
46
+
- Image viewer context menus now have 2 options: `Copy (Ctrl+C)` which now always copies the image as a file, and `Copy as Bitmap (Shift+Ctrl+C)` (Available on Windows) which copies to the clipboard as native bitmap. This changes the previous single `Copy` button behavior that would first attempt a native bitmap copy on Windows when available, and fall back to a file copy if not.
47
+
- Added "Change Version" option to the package card overflow menu, allowing you to downgrade or upgrade a package to a specific version or commit
48
+
- Added "Disable Update Check" option to the package card overflow menu, allowing you to disable update checks for a specific package
49
+
- Added "Run Command" option in Settings for running a command with the embedded Python or Git executables
50
+
- Added Intel OneAPI XPU backend (IPEX) option for SD.Next
51
+
### Supporters
52
+
#### Visionaries
53
+
- Shoutout to our Visionary-tier Patreon supporters, **Scopp Mcdee**, **Waterclouds**, and our newest Visionary, **Akiro_Senkai**! Many thanks for your generous support!
54
+
8
55
## v2.11.6
9
56
### Fixed
10
57
- Fixed incorrect IPAdapter download links in the HuggingFace model browser
0 commit comments