Skip to content

Commit 5407477

Browse files
committed
1.29.0.0
1 parent 9fda7ca commit 5407477

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ body:
5252
label: Extension Version
5353
description: |
5454
Refer to [How to check extension version](https://github.com/tanchekwei/VisualStudioCodeForCommandPalette/blob/main/docs/check-extension-version.md)
55-
placeholder: e.g., 1.28.0.0
55+
placeholder: e.g., 1.29.0.0
5656
validations:
5757
required: true
5858

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,17 @@ For more detailed technical information about the project's architecture and com
110110

111111
## Changelog
112112

113+
### 1.29.0.0
114+
- Feature: Updated Google Antigravity support to use Antigravity IDE naming.
115+
- Feature: Added manual launch message support.
116+
- Compatibility: Added support for VSCodium.
117+
- UX: Added Help page shortcut with F1 key.
118+
- UX: Removed ID display from detail page and avoided "Pin to Home" command when not applicable.
119+
- Fix: Fixed disabled type entries appearing in search results.
120+
- Performance: Reduced fallback default handling.
121+
- Settings: Set Windows Terminal as the default terminal option.
122+
- Maintenance: Updated packages.
123+
113124
### 1.28.0.0
114125
- Feature: Added support for Windows Terminal in the "Open in Terminal" command.
115126
- UX: Added informational reminders when selecting search filters for editors or environments that are currently disabled in settings.

WorkspaceLauncherForVSCode/Package-Dev.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Identity
1313
Name="15722UsefulApp.WorkspaceLauncherforVSCode.Dev"
1414
Publisher="CN=BF18CC4F-2F9D-43F9-9BF7-0E949EE3057D"
15-
Version="1.28.0.0" />
15+
Version="1.29.0.0" />
1616

1717
<Properties>
1818
<DisplayName>Visual Studio / Code for Command Palette (Dev)</DisplayName>

WorkspaceLauncherForVSCode/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Identity
1313
Name="15722UsefulApp.WorkspaceLauncherforVSCode"
1414
Publisher="CN=BF18CC4F-2F9D-43F9-9BF7-0E949EE3057D"
15-
Version="1.28.0.0" />
15+
Version="1.29.0.0" />
1616

1717
<Properties>
1818
<DisplayName>Visual Studio / Code for Command Palette</DisplayName>

WorkspaceLauncherForVSCode/WorkspaceLauncherForVSCode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<EnableMsixTooling>true</EnableMsixTooling>
1818
<Nullable>enable</Nullable>
1919

20-
<AssemblyVersion>1.28.0.0</AssemblyVersion>
20+
<AssemblyVersion>1.29.0.0</AssemblyVersion>
2121
</PropertyGroup>
2222
<ItemGroup>
2323
<None Remove="Assets\LargeTile.scale-125.png" />

0 commit comments

Comments
 (0)