Skip to content

Commit

Permalink
Merge pull request #1307 from Caphyon/release-v2023.7.0
Browse files Browse the repository at this point in the history
Release v2023.7.0
  • Loading branch information
mariru27 committed Jul 24, 2023
2 parents f7fe484 + 8b2f825 commit 961462f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 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="2023.6.0" Type="0"/>
<ROW Name="Version" Value="2023.7.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="2023.6.0" Language="en-US" Publisher="Caphyon" />
<Identity Id="Caphyon.705559db-5755-43fa-a023-41a3b14d2935" Version="2023.7.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 @@ -75,7 +75,7 @@
HorizontalAlignment="Center"
FontSize="15"
Foreground="#3A3B40"
Text="version 2023.6.0" />
Text="version 2023.7.0" />

<ListView Grid.Row="3"
Grid.Column="1"
Expand Down Expand Up @@ -114,7 +114,25 @@
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="• (BETA) Optimize Includes: auto-prune the #include sections (include-what-you-use)"
Text="• Add LLVM 16.0.6"
TextWrapping="Wrap" />

<TextBox Margin="15,20,0,0"
HorizontalAlignment="Left"
Background="Transparent"
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="• Updated clang-format to v16.0.6"
TextWrapping="Wrap" />

<TextBox Margin="15,20,0,0"
HorizontalAlignment="Left"
Background="Transparent"
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="• Add verbosity options: minimal, detailed, complete"
TextWrapping="Wrap" />

<!--Bug Fixes-->
Expand All @@ -132,7 +150,7 @@
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="Script gets deleted on PowerShell Script Update"
Text="Support for additional compiler options not working with Unix paths"
TextWrapping="Wrap" />

<TextBox Margin="15,20,0,0"
Expand All @@ -141,7 +159,7 @@
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="No clang-format after clang-tidy"
Text=" LLVM could not be added outside of built-in supported list"
TextWrapping="Wrap" />
<!--<TextBox Margin="15,15,0,0"
HorizontalAlignment="Left"
Expand Down

0 comments on commit 961462f

Please sign in to comment.