Skip to content

Commit

Permalink
Add release notes and update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mariru27 committed Aug 1, 2024
1 parent 377ea3a commit 4698a11
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ClangPowerTools/ClangPowerTools.aip
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ROW Name="License" Value="EXTENSIONS_FOLDER\Resources\LICENSE.txt" Type="1"/>
<ROW Name="Locale" Value="1033" Type="0"/>
<ROW Name="Name" Value="Clang Power Tools" Type="0" ValueLocId="*"/>
<ROW Name="Version" Value="2024.4.1" Type="0"/>
<ROW Name="Version" Value="2024.8.0" Type="0"/>
<ROW Name="VsixLanguage" Value="en-US" Type="0"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.DictionaryComponent">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Caphyon.705559db-5755-43fa-a023-41a3b14d2935" Version="2024.4.1" Language="en-US" Publisher="Caphyon" />
<Identity Id="Caphyon.705559db-5755-43fa-a023-41a3b14d2935" Version="2024.8.0" Language="en-US" Publisher="Caphyon" />
<DisplayName>Clang Power Tools</DisplayName>
<Description xml:space="preserve">A tool bringing clang-tidy magic to Visual Studio C++ developers.</Description>
<MoreInfo>http://www.clangpowertools.com/QaA</MoreInfo>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
HorizontalAlignment="Center"
FontSize="15"
Foreground="#3A3B40"
Text="version 2024.4.1" />
Text="version 2024.8.0" />

<ListView Grid.Row="3"
Grid.Column="1"
Expand All @@ -99,7 +99,7 @@
</ListView.ItemContainerStyle>

<!--What's new-->
<!--<TextBox Margin="5,20,0,0"
<TextBox Margin="5,20,0,0"
HorizontalAlignment="Left"
Background="Transparent"
BorderThickness="0"
Expand All @@ -113,7 +113,7 @@
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="• Updated clang-format from Clang Format Editor to v18.1.2"
Text="Add LLVM 18.1.8"
TextWrapping="Wrap" />

<TextBox Margin="15,20,0,0"
Expand All @@ -122,7 +122,7 @@
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="• Migrate Clang Format Editor runtime to .NET 8"
Text="Support for running clang-tidy using a custom path to compile_commands.json"
TextWrapping="Wrap" />

<TextBox Margin="15,20,0,0"
Expand All @@ -131,8 +131,8 @@
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="• Added 52 new Tidy Checks"
TextWrapping="Wrap" />-->
Text="File picker to ignore files from compilation and formatting processes"
TextWrapping="Wrap" />

<!--Bug Fixes-->
<TextBox Margin="5,20,0,0"
Expand Down

0 comments on commit 4698a11

Please sign in to comment.