Skip to content

Commit

Permalink
update release notes and product version
Browse files Browse the repository at this point in the history
  • Loading branch information
Enache-Ionut committed Mar 11, 2021
1 parent a1d0cf2 commit b78c39d
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion ClangPowerTools/ClangPowerTools/MVVM/Views/ReleaseNotesView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
HorizontalAlignment="Center"
FontSize="15"
Foreground="#3A3B40"
Text="version 7.2" />
Text="version 7.2.1" />

<ListView
Grid.Row="3"
Expand Down Expand Up @@ -162,6 +162,26 @@
Text="• Login message is displayed when the user is already logged in"
TextWrapping="Wrap" />

<TextBox
Margin="15,5,0,0"
HorizontalAlignment="Left"
Background="Transparent"
BorderThickness="0"
FontSize="15"
IsReadOnly="True"
Text="• Crash when project path contains square brackets"
TextWrapping="Wrap" />

<TextBox
Margin="15,5,0,0"
HorizontalAlignment="Left"
Background="Transparent"
BorderThickness="0"
FontSize="15"
IsReadOnly="True"
Text="• Access error when PCH header file is readonly"
TextWrapping="Wrap" />

</ListView>
</Grid>

Expand Down

0 comments on commit b78c39d

Please sign in to comment.