Skip to content

Commit 89a8557

Browse files
committed
docs: add v0.4.1 release notes
1 parent b321a1e commit 89a8557

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.1] - 2026-01-23
11+
12+
### Added
13+
14+
- **Installability Detection** - Clear feedback for plugins that can't be installed via plum
15+
- LSP plugins (e.g., gopls-lsp, typescript-lsp) marked as `[built-in]` - handled by Claude Code
16+
- External URL plugins (e.g., atlassian, figma) marked as `[external]` - require manual installation
17+
- Search results show tags with explanatory legend
18+
- Install command shows helpful error with guidance instead of cryptic 404
19+
- TUI shows badges in list view and detail view
20+
21+
### Changed
22+
23+
- Refactored installability code with helper functions for maintainability
24+
- Converted if-else chains to switch statements for consistency
25+
- Added `InstallabilityTag()` method to `MarketplacePlugin` for API parity
26+
27+
### Fixed
28+
29+
- LSP detection no longer triggers on empty `lspServers: {}` or `lspServers: []`
30+
1031
## [0.4.0] - 2026-01-22
1132

1233
### Added

0 commit comments

Comments
 (0)