File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments