Skip to content

Commit

Permalink
Merge pull request #1284 from Caphyon/release-v2023.5.0
Browse files Browse the repository at this point in the history
Release v2023.5.0
  • Loading branch information
mariru27 authored May 3, 2023
2 parents 3126e98 + ee2e680 commit 0e0f1bd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 45 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.4.0" Type="0"/>
<ROW Name="Version" Value="2023.5.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.4.0" Language="en-US" Publisher="Caphyon" />
<Identity Id="Caphyon.705559db-5755-43fa-a023-41a3b14d2935" Version="2023.5.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 @@ -75,7 +75,7 @@
HorizontalAlignment="Center"
FontSize="15"
Foreground="#3A3B40"
Text="version 2023.4.0" />
Text="version 2023.5.0" />

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

<TextBox Margin="5,20,0,0"
HorizontalAlignment="Center"
Background="Transparent"
BorderThickness="0"
FontSize="17"
IsReadOnly="True"
Foreground="#e69a0e"
Text="Important Notice: User accounts and cloud-stored settings are going to be discontinued after May 1st 2023."
TextWrapping="Wrap" />


<!--What's new-->
<TextBox Margin="5,20,0,0"
HorizontalAlignment="Left"
Expand All @@ -124,44 +114,36 @@
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="• Add LLVM 16.0.0"
TextWrapping="Wrap" />

<TextBox Margin="20,15,0,0"
HorizontalAlignment="Left"
Background="Transparent"
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="• Updated clang-format to v16.0.0"
Foreground="#e69a0e"
Text="• User accounts and cloud-stored settings are now discontinued"
TextWrapping="Wrap" />

<TextBox Margin="20,15,0,0"
<TextBox Margin="15,20,0,0"
HorizontalAlignment="Left"
Background="Transparent"
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="Updated clang-format from Clang Format Editor to v16.0.0"
Text="Compile and Tidy on (*.ixx) modules"
TextWrapping="Wrap" />
<TextBox Margin="15,15,0,0"

<TextBox Margin="15,20,0,0"
HorizontalAlignment="Left"
Background="Transparent"
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="Added new option to set preferred end-of-line characters in Clang Format Editor"
Text="Support for additional compiler options: /external:env:var and /external:I path"
TextWrapping="Wrap" />

<!--<TextBox Margin="15,15,0,0"
<TextBox Margin="15,20,0,0"
HorizontalAlignment="Left"
Background="Transparent"
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="• Updated clang-format to v16.0.0"
TextWrapping="Wrap" />-->
Text="Vcpkg support for both classic and manifest modes"
TextWrapping="Wrap" />

<!--Bug Fixes-->
<TextBox Margin="5,20,0,0"
Expand All @@ -172,31 +154,22 @@
IsReadOnly="True"
Text="Bug Fixes" />

<TextBox Margin="15,15,0,0"
HorizontalAlignment="Left"
Background="Transparent"
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="• Incorrect v140 path detection"
TextWrapping="Wrap" />

<TextBox Margin="15,15,0,0"
<TextBox Margin="15,20,0,0"
HorizontalAlignment="Left"
Background="Transparent"
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="Option &quot;Use checks from&quot; is reset to default"
Text="Clang Format Editor crashes when the Style Detector is run"
TextWrapping="Wrap" />

<TextBox Margin="15,15,0,0"
<TextBox Margin="15,20,0,0"
HorizontalAlignment="Left"
Background="Transparent"
BorderThickness="0"
FontSize="16"
IsReadOnly="True"
Text="External Include Paths using -I instead of -isystem"
Text="Animated building icon in the status bar never clears"
TextWrapping="Wrap" />
<!--<TextBox Margin="15,15,0,0"
HorizontalAlignment="Left"
Expand Down

0 comments on commit 0e0f1bd

Please sign in to comment.