Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
errortek committed Apr 13, 2024
1 parent 0bba5d8 commit bddd974
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5141,12 +5141,12 @@
<Image Height="100" Width="100" Margin="0,0,0,50" Source="/Assets/AppIcons/AppIcon.png"/>
<Custom:ProgressRing IsActive="True" Width="25" Height="25" Margin="0,175,0,0"/>
</Grid>
<ContentDialog x:Name="ChangelogWindow" Title="Changelog - Version 3.0.0.0" PrimaryButtonText="Close" Background="{StaticResource AppTitleBarBrush}" d:IsHidden="True">
<ContentDialog x:Name="ChangelogWindow" Title="Changelog - Version 3.0.3.0" PrimaryButtonText="Close" Background="{StaticResource AppTitleBarBrush}" d:IsHidden="True">
<Grid Margin="-24,-63,-24,-105" Background="{StaticResource AppTitleBarBrush}">
<Grid Background="{StaticResource AppBackgroundBrush}"/>
<TextBlock TextWrapping="Wrap" Text="Changelog - Version 3.0.0.0" HorizontalAlignment="Left" VerticalAlignment="Top" Style="{ThemeResource SubtitleTextBlockStyle}" Margin="25,24,0,0"/>
<TextBlock TextWrapping="Wrap" Text="Changelog - Version 3.0.3.0" HorizontalAlignment="Left" VerticalAlignment="Top" Style="{ThemeResource SubtitleTextBlockStyle}" Margin="25,24,0,0"/>
<StackPanel Margin="24,63,24,105">
<TextBlock TextWrapping="Wrap"><Run Text="New features:"/><LineBreak/><Run Text="- Find and Replace now uses a preview to highlight all matches"/><LineBreak/><Run Text="- New option to take a screenshot of the screen behind the app in the &quot;Insert&quot; menu"/><LineBreak/><Run Text="- Added the CrimsonUI styles library"/><LineBreak/><Run/><LineBreak/><Run Text="Tweaks:"/><LineBreak/><Run Text="- The app now requires less resources to run"/><LineBreak/><Run/><LineBreak/><Run Text="Fixes:"/><LineBreak/><Run Text="- Fixed autosave not working properly"/><LineBreak/><Run Text="- Fixed an issue causing the save dialog to appear even if a file was already saved"/><LineBreak/><Run Text="- Fixed layout issues"/><LineBreak/><Run Text="- Fixed theme issues"/><LineBreak/><Run Text="- Fixed various crashes"/><LineBreak/><Run Text="- Fixed title bar drag not working"/><LineBreak/><Run Text="- Fixed font box not displaying the selected font"/><LineBreak/><Run Text="- Fixed RAM and CPU clog"/><LineBreak/><Run/><LineBreak/><Run Text="Removed features:"/><LineBreak/><Run Text="- Removed the legacy semi-dark theme"/><LineBreak/><Run Text="- Removed login"/><LineBreak/><Run Text="- Removed the settings cleanup applet"/><LineBreak/><Run Text="- Removed custom themes"/></TextBlock>
<TextBlock TextWrapping="Wrap"><Run Text="New features:"/><LineBreak/><Run Text="- Add more strings to the localization system"/><LineBreak/><Run Text="- Add a Polish localization"/><LineBreak/><Run Text="- Remove redundant &quot;News&quot; item from Settings"/><LineBreak/><Run/><LineBreak/><Run Text="LTSC-exclusive new features:"/><LineBreak/><Run Text="- Allow IVR+ promo to be disabled by the user"/><LineBreak/><Run Text="- First LTSC build of Ivirius Text Editor"/><LineBreak/></TextBlock>
</StackPanel>
</Grid>
</ContentDialog>
Expand Down

0 comments on commit bddd974

Please # to comment.