Skip to content

Commit

Permalink
Merge pull request #1347 from Caphyon/release-v2024.3.0
Browse files Browse the repository at this point in the history
Release v2024.3.0
  • Loading branch information
mariru27 authored Mar 25, 2024
2 parents 262c856 + 0939551 commit 86795b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 36 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.9.0" Type="0"/>
<ROW Name="Version" Value="2024.3.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.9.0" Language="en-US" Publisher="Caphyon" />
<Identity Id="Caphyon.705559db-5755-43fa-a023-41a3b14d2935" Version="2024.3.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.9.0" />
Text="version 2024.3.0" />

<ListView Grid.Row="3"
Grid.Column="1"
Expand Down Expand Up @@ -114,7 +114,7 @@
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="• Add LLVM 17.0.1"
Text="• Add LLVM 18.1.2"
TextWrapping="Wrap" />

<TextBox Margin="15,20,0,0"
Expand All @@ -123,53 +123,26 @@
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="• Updated clang-format to v17.0.1"
Text="• Updated clang-format to v18.1.2"
TextWrapping="Wrap" />

<!--Bug Fixes-->
<TextBox Margin="5,20,0,0"
<!--<TextBox Margin="5,20,0,0"
HorizontalAlignment="Left"
Background="Transparent"
BorderThickness="0"
FontSize="22"
IsReadOnly="True"
Text="Bug Fixes" />
Text="Bug Fixes" />-->

<TextBox Margin="15,20,0,0"
<!--<TextBox Margin="15,20,0,0"
HorizontalAlignment="Left"
Background="Transparent"
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="• Vcpkg path was not constructed correctly"
TextWrapping="Wrap" />

<TextBox Margin="15,20,0,0"
HorizontalAlignment="Left"
Background="Transparent"
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="• Get-ChildItem error when using prefix paths on PowerShell 5.0"
TextWrapping="Wrap" />

<TextBox Margin="15,20,0,0"
HorizontalAlignment="Left"
Background="Transparent"
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="• The paths shown in the Tidy tool window were incorrect after running Tidy with the maximum verbosity level."
TextWrapping="Wrap" />

<TextBox Margin="15,20,0,0"
HorizontalAlignment="Left"
Background="Transparent"
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="• Support for additional compiler options was not working properly when paths contained spaces"
TextWrapping="Wrap" />
TextWrapping="Wrap" />-->

</ListView>
</Grid>
Expand Down

0 comments on commit 86795b8

Please sign in to comment.