Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
irusanov committed Dec 30, 2024
1 parent c9de9dd commit 3fed831
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions WPF/Windows/Changelog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@
</Grid.RowDefinitions>
<StackPanel Orientation="Vertical" Margin="15" Grid.ColumnSpan="2" Grid.Row="0" Width="424">
<!-- TextBlock Text="Changelog" FontSize="14" FontWeight="Bold" Style="{DynamicResource ValueStyles}" Height="auto" HorizontalAlignment="Left" /-->
<TextBlock Text="v1.33 Nov 14 2024" FontSize="13" Style="{DynamicResource ValueStyles}" Height="auto" HorizontalAlignment="Left" />
<TextBlock Text="v1.34 Dec 30 2024" FontSize="13" Style="{DynamicResource ValueStyles}" Height="auto" HorizontalAlignment="Left" />
<TextBlock Text="" />
<TextBlock Text=" - Update for AGESA 1.2.0.2a" TextWrapping="WrapWithOverflow" />
<TextBlock Text=" - Fixed detection of dual rank DDR5 memory sticks" TextWrapping="WrapWithOverflow" />
<TextBlock Text=" - Update themes" TextWrapping="WrapWithOverflow" />
<TextBlock Text=" - Update for AGESA 1.2.0.2b" TextWrapping="WrapWithOverflow" />
<TextBlock Text=" - Fixed Mendocino core detection" TextWrapping="WrapWithOverflow" />
<TextBlock Text=" - Fixed issue with captured screenshot not persisting in clipboard" TextWrapping="WrapWithOverflow" />
<TextBlock Text=" - Add ROG logo for applicable motherboards" TextWrapping="WrapWithOverflow" />
<TextBlock Text="" />
</StackPanel>
<Border Grid.Row="1" Grid.ColumnSpan="2" Margin="15">
Expand Down

0 comments on commit 3fed831

Please sign in to comment.