Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
errortek committed Jul 5, 2024
1 parent 358897d commit 4fe3409
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4951,7 +4951,7 @@
<Grid Margin="10,-115,10,0">
<Image HorizontalAlignment="Left" Height="100" Margin="5,125,0,0" VerticalAlignment="Top" Width="100" Source="/Assets/AppIcons/AppIcon.png"/>
<TextBlock HorizontalAlignment="Left" Margin="120,140,0,0" TextWrapping="Wrap" Text="Ivirius Text Editor" VerticalAlignment="Top" FontSize="16"/>
<TextBlock HorizontalAlignment="Left" Margin="120,165,0,0" TextWrapping="Wrap" VerticalAlignment="Top" FontSize="11"><Run Text="Version 3.2.0.356 - Full release"/><LineBreak/><Run Text="Copyright © Ivirius Text Editor 2021 - 2024 "/><LineBreak/><Run Text="Compiled July 2, 2024"/><LineBreak/><Run Text="GitHub release - UWP"/><LineBreak/><Run/></TextBlock>
<TextBlock HorizontalAlignment="Left" Margin="120,165,0,0" TextWrapping="Wrap" VerticalAlignment="Top" FontSize="11"><Run Text="Version 3.2.0.356 - Full release"/><LineBreak/><Run Text="Copyright © Ivirius Text Editor 2021 - 2024 "/><LineBreak/><Run Text="Compiled July 5, 2024"/><LineBreak/><Run Text="GitHub release - UWP"/><LineBreak/><Run/></TextBlock>
<StackPanel Margin="0,235,0,0">
<HyperlinkButton Content="WinUI 2" Click="HyperlinkButton_Click_4" Padding="11,6,11,7"/>
<HyperlinkButton Content="Windows Community Toolkit" Click="HyperlinkButton_Click_4" Padding="11,6,11,7"/>
Expand Down Expand Up @@ -5188,7 +5188,7 @@
<Grid Background="{StaticResource AppBackgroundBrush}"/>
<TextBlock TextWrapping="Wrap" Text="Changelog - Version 3.2.0.356" 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="- Retarget the app onto the Windows 11, version 24H2 SDK"/><LineBreak/><Run Text="- Remove the Dev badge on the titlebar and replace it with an InfoBar"/><LineBreak/><Run Text="- Only show the username in the Account section of the Home menu, not the domain name"/><LineBreak/></TextBlock>
<TextBlock TextWrapping="Wrap"><Run Text="New features:"/><LineBreak/><Run Text="- Introduce a new Home Menu"/><LineBreak/></TextBlock>
</StackPanel>
</Grid>
</ContentDialog>
Expand Down

0 comments on commit 4fe3409

Please # to comment.