Skip to content
Merged

v2.14.1 #1260

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
65f87b6
Allow update when no hash part on self
ionite34 Apr 28, 2025
244bc44
Update csharpier
ionite34 Apr 28, 2025
118ad36
Update sentry
ionite34 Apr 28, 2025
46c61c7
Split Log window conditional from DEBUG to SM_IncludeLogWindow
ionite34 Apr 28, 2025
a9cb61e
fix import conditions
ionite34 Apr 28, 2025
7fea6e6
Fix multi-line token adjustment
ionite34 Apr 28, 2025
ece032b
Fix weight-less paren adjustment index
ionite34 Apr 28, 2025
e021992
Update CHANGELOG.md
ionite34 Apr 28, 2025
3406f42
- Fixed incorrect ROCmLibs being installed for RX 6800/6800XT users o…
mohnjiles Apr 29, 2025
b27aa2a
always refresh
mohnjiles Apr 29, 2025
5ab4b9b
no refresh
mohnjiles Apr 29, 2025
20f09bb
stuff
mohnjiles Apr 29, 2025
66d57d9
Merge pull request #1058 from ionite34/fix-zluda-and-localizations
mohnjiles Apr 29, 2025
d959d60
Update fluenticons
ionite34 May 4, 2025
65f5398
Add SettingsManager.ObservePropertyChanged
ionite34 May 4, 2025
5ffef17
Add InferenceClientManager.LoraModelsChangeSet
ionite34 May 4, 2025
dfb31ab
Updated CivitBaseModelType with new base models
ionite34 May 4, 2025
6e85b3c
Fix ExtraNetwork not updating with source
ionite34 May 4, 2025
9aafc83
Update CHANGELOG.md
ionite34 May 4, 2025
14ce0f9
Use ModelCompatChecker for ExtraNetworkCard
ionite34 May 4, 2025
2b1a749
Update CHANGELOG.md
ionite34 May 4, 2025
072d167
Merge branch 'dev' into fixes
ionite34 May 5, 2025
fec8e2b
Change weight adjust to use cmd on macos
ionite34 May 5, 2025
b0eac30
version bump
ionite34 May 5, 2025
33295d7
Add localizable false
ionite34 May 5, 2025
ba3e715
Fix design test error: Make MockInferenceModelManager override instead
ionite34 May 5, 2025
e2d421e
Fix rate limit errors for PackageLinkTests
ionite34 May 9, 2025
faffe8d
Merge pull request #1059 from ionite34/fixes
ionite34 May 9, 2025
684c509
Merge branch 'dev' into downmerg
mohnjiles May 12, 2025
767987b
Merge pull request #1064 from ionite34/downmerg
ionite34 May 12, 2025
fdc786d
Add RichNLogTheme
ionite34 May 12, 2025
46fe762
Improved PromptCard buttons layout
ionite34 May 12, 2025
c6ce57e
Use rich nlog formatter, use ApiOptions, fix test concurrency
ionite34 May 12, 2025
8ed8ae5
refactor some api options usages
ionite34 May 12, 2025
d948f98
Merge branch 'dev' into logging
ionite34 May 12, 2025
51f53b5
Merge pull request #1066 from ionite34/logging
ionite34 May 13, 2025
188977f
Add view model conventions roslyn analyzers & code fixes
ionite34 May 13, 2025
0db5fdd
Fix some UserControl usages to UserControlBase
ionite34 May 13, 2025
8e6e006
Fix EnVarsViewModel View type & Use new GetDialog
ionite34 May 13, 2025
b50ee2a
Also allow AppWindowBase inherit
ionite34 May 13, 2025
b6ca492
Fix more UserControlBase usages
ionite34 May 13, 2025
971a508
Remove some unused imports
ionite34 May 13, 2025
260949b
Fix double onloaded calls for dialogs
ionite34 May 13, 2025
06d036e
Update CHANGELOG.md
ionite34 May 13, 2025
cbe7432
Merge pull request #1067 from ionite34/fix-onloaded-stuff-analyzer
ionite34 May 13, 2025
04474ca
Merge pull request #1068 from ionite34/dev
ionite34 May 13, 2025
364e6df
Merge branch 'main' of https://github.com/LykosAI/StabilityMatrix-Dev
mohnjiles May 14, 2025
3645ae9
Merge branch 'LykosAI:main' into main
mohnjiles May 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"rollForward": false
},
"csharpier": {
"version": "0.26.7",
"version": "1.0.1",
"commands": [
"dotnet-csharpier"
"csharpier"
],
"rollForward": false
},
Expand Down
2 changes: 1 addition & 1 deletion .husky/task-runner.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Run csharpier",
"group": "pre-commit",
"command": "dotnet",
"args": [ "csharpier", "${staged}" ],
"args": [ "csharpier", "format", "${staged}" ],
"include": [ "**/*.cs" ]
},
{
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to Stability Matrix will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html).

## v2.14.1
### Changed
- Updated Inference Extra Networks (Lora / LyCORIS) base model filtering to consider SDXL variations (e.g., Noob AI / Illustrious) as compatible, unrecognized models or models with no base model will be considered compatible.
- Changed hotkey for Inference prompt weight adjustment to (`⌘+Up`/`⌘+Down`) on macOS
- Improved style consistency of Inference Prompt action buttons on top right
- (Internal) Improved log console formatting & colorization for development
### Fixed
- Fixed Inference hotkey weight adjustment multi-line behavior, now works as expected like the first line.
- Fixed updates to versions with commit hash version parts not being recognized when the current version has no commit hash part.
- Fixed Inference Extra Networks card not updating with newly added model files.
- Fixed incorrect ROCmLibs being installed for RX 6800/6800XT users of Comfy-Zluda or AMDGPU-Forge
- Fixed missing text when missing localized versions for Italian and Chinese languages
- Fixed Python Packages dialog errors and potentially other issues due to concurrent OnLoaded events

## v2.14.0
### Added
#### New Packages & Integrations
Expand Down
7 changes: 7 additions & 0 deletions ConditionalSymbols.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@
<SM_IncludeAllConditionals>false</SM_IncludeAllConditionals>
<!-- Mode for ServiceProvider registrations: CodeGeneration, Reflection -->
<SM_RegisterServiceMode>CodeGeneration</SM_RegisterServiceMode>
<!-- true to include StabilityMatrix.Avalonia.Diagnostic for log window -->
<SM_IncludeLogWindow>false</SM_IncludeLogWindow>
</PropertyGroup>

<PropertyGroup Condition="'$(SM_IncludeAllConditionals)' == 'true'">
<!-- REGISTER_SERVICE_USAGES: Include Injectio attributes -->
<DefineConstants>$(DefineConstants);REGISTER_SERVICE_USAGES</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(SM_IncludeLogWindow)' == 'true'">
<!-- SM_LOG_WINDOW: Include Avalonia diagnostic window -->
<DefineConstants>$(DefineConstants);SM_LOG_WINDOW</DefineConstants>
</PropertyGroup>

<PropertyGroup Label="RegisterServiceMode Definitions">
<DefineConstants Condition="'$(SM_RegisterServiceMode)' == 'Reflection'">
Expand Down
8 changes: 4 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
<PackageVersion Include="Salaros.ConfigParser" Version="0.3.8" />
<PackageVersion Include="Semi.Avalonia" Version="11.2.0" />
<PackageVersion Include="Semver" Version="3.0.0-beta.1" />
<PackageVersion Include="Sentry" Version="4.9.0" />
<PackageVersion Include="Sentry.NLog" Version="4.9.0" />
<PackageVersion Include="Sentry" Version="5.5.1" />
<PackageVersion Include="Sentry.NLog" Version="5.5.1" />
<PackageVersion Include="SharpCompress" Version="0.37.2" />
<PackageVersion Include="SkiaSharp" Version="3.0.0-preview.4.1" />
<PackageVersion Include="Sylvan.Common" Version="0.4.3" />
Expand Down Expand Up @@ -111,8 +111,8 @@
<PackageVersion Include="Dock.Serializer" Version="11.2.0" />
<PackageVersion Include="FluentAvalonia.BreadcrumbBar" Version="2.0.2" />
<PackageVersion Include="FluentAvaloniaUI" Version="2.3.0" />
<PackageVersion Include="FluentIcons.Avalonia" Version="1.1.249" />
<PackageVersion Include="FluentIcons.Avalonia.Fluent" Version="1.1.249" />
<PackageVersion Include="FluentIcons.Avalonia" Version="1.1.293" />
<PackageVersion Include="FluentIcons.Avalonia.Fluent" Version="1.1.293" />
<PackageVersion Include="Markdown.Avalonia" Version="11.0.3-a1" />
<PackageVersion Include="Projektanker.Icons.Avalonia.FontAwesome" Version="9.4.0" />
<PackageVersion Include="SpacedGrid-Avalonia" Version="11.0.0" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\ConditionalSymbols.props" />
<Import Project="..\Runtimes.Default.props" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64;osx-arm64</RuntimeIdentifiers>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>
Expand Down
Loading
Loading