Browse Source

chagenlog & preview fix

pull/438/head
JT 11 months ago
parent
commit
8cd3ec1b98
  1. 10
      CHANGELOG.md
  2. 2
      StabilityMatrix.Avalonia/Controls/AdvancedImageBoxView.axaml

10
CHANGELOG.md

@ -5,6 +5,16 @@ 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.8.0-dev.2
### Added
#### Inference
- Added Image to Video project type
#### Output Browser
- Added support for webp files
- Added "Send to Image to Image" and "Send to Image to Video" options to the context menu
### Changed
- Changed how settings file is written to disk to reduce potential data loss risk
## v2.8.0-dev.1
### Added
#### Inference

2
StabilityMatrix.Avalonia/Controls/AdvancedImageBoxView.axaml

@ -21,7 +21,7 @@
<DataTemplate x:Key="{x:Static models:ImageSourceTemplateType.WebpAnimation}" DataType="models:ImageSource">
<gif:GifImage
Stretch="Uniform"
SourceUri="{Binding }"/>
SourceUri="{Binding LocalFile.FullPath}"/>
</DataTemplate>
<DataTemplate x:Key="{x:Static models:ImageSourceTemplateType.Image}" DataType="models:ImageSource">

Loading…
Cancel
Save