Skip to content

Commit 63ed9b9

Browse files
chore: bump version to 1.5.3
1 parent 88acae2 commit 63ed9b9

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to the "promptitude" extension will be documented in this fi
44

55
## [Unreleased]
66

7+
## [1.5.3] - 2026-01-08
8+
9+
### Fixed
10+
11+
- Fixed prompt details webview initializing with visible empty state instead of hidden state on load.
12+
- Fixed prompt content textarea being editable instead of read-only in details view.
13+
- Fixed empty state remaining visible when prompt is selected in details view.
14+
- Fixed activate button styling in prompt details view to use blue color with plus icon for better visibility and consistency.
15+
- Fixed marketplace icon not displaying on VS Code Extensions Marketplace by adding top-level icon property pointing to PNG file.
16+
17+
## [1.5.2] - 2026-01-07
18+
719
### Changed
820

921
- Renamed "chatmodes" to "agents" throughout the UI to align with VS Code's current terminology
@@ -20,10 +32,6 @@ All notable changes to the "promptitude" extension will be documented in this fi
2032
- Fixed duplicate repositories persisting in configuration by automatically removing them and updating settings when detected.
2133
- Fixed 'All Sources' dropdown preventing users from deselecting the only repository source by implementing sentinel value pattern to distinguish between "all sources" and "no sources selected" states.
2234
- Fixed Activity Bar icon not displaying by converting SVG to monochrome format with currentColor support for proper theme adaptation.
23-
- Fixed prompt details webview initializing with visible empty state instead of hidden state on load.
24-
- Fixed prompt content textarea being editable instead of read-only in details view.
25-
- Fixed empty state remaining visible when prompt is selected in details view.
26-
- Fixed activate button styling in prompt details view to use blue color with plus icon for better visibility and consistency.
2735

2836
## [1.5.0] - 2025-11-12
2937

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "promptitude-extension",
33
"displayName": "Promptitude",
44
"description": "Sync GitHub Copilot prompts, chatmodes and instructions from git repositories",
5-
"version": "1.5.2",
5+
"version": "1.5.3",
66
"publisher": "logientnventive",
77
"icon":"resources/promptitude-icon.png",
88
"repository": {

0 commit comments

Comments
 (0)