Skip to content

Commit

Permalink
Merge pull request #1352 from Caphyon/release-v2024.4.0
Browse files Browse the repository at this point in the history
Release v2024.4.0
  • Loading branch information
mariru27 authored Apr 4, 2024
2 parents bf101a2 + da42276 commit 85c38ff
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 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.3.0" Type="0"/>
<ROW Name="Version" Value="2024.4.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.3.0" Language="en-US" Publisher="Caphyon" />
<Identity Id="Caphyon.705559db-5755-43fa-a023-41a3b14d2935" Version="2024.4.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
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,13 @@

</Grid.ColumnDefinitions>

<Image Grid.Row="0"
<Image
Grid.Column="1"
Width="70"
Height="70"
Margin="0,5,0,0"
HorizontalAlignment="Center"
Height="75"
HorizontalAlignment="Left"
VerticalAlignment="Center"
Source="/ClangPowerTools;component/Resources/CPTLogo.png" />
Source="/ClangPowerTools;component/Resources/CPTLogo.png" Margin="267,0,0,0" />

<TextBlock Grid.Row="1"
Grid.Column="1"
Expand All @@ -75,7 +74,7 @@
HorizontalAlignment="Center"
FontSize="15"
Foreground="#3A3B40"
Text="version 2024.3.0" />
Text="version 2024.4.0" />

<ListView Grid.Row="3"
Grid.Column="1"
Expand Down Expand Up @@ -114,7 +113,7 @@
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="Add LLVM 18.1.2"
Text="Updated clang-format from Clang Format Editor to v18.1.2"
TextWrapping="Wrap" />

<TextBox Margin="15,20,0,0"
Expand All @@ -123,9 +122,18 @@
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="Updated clang-format to v18.1.2"
Text="Migrate Clang Format Editor runtime to .NET 8"
TextWrapping="Wrap" />


<TextBox Margin="15,20,0,0"
HorizontalAlignment="Left"
Background="Transparent"
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="• Added 52 new Tidy Checks"
TextWrapping="Wrap" />

<!--Bug Fixes-->
<!--<TextBox Margin="5,20,0,0"
HorizontalAlignment="Left"
Expand All @@ -134,7 +142,7 @@
FontSize="22"
IsReadOnly="True"
Text="Bug Fixes" />-->

<!--<TextBox Margin="15,20,0,0"
HorizontalAlignment="Left"
Background="Transparent"
Expand Down

0 comments on commit 85c38ff

Please sign in to comment.