Changelog
Track all updates, improvements, and new features
Version 0.2.1Latest
Patch release with context menu integration and UX improvements
Added
Editor Context Menu Integration
"Add Note" option now available in editor right-click context menu for quick note creation without keyboard shortcuts
Changed
Technical
• Added editor/context menu contribution in package.json
• Commented out selection-based CodeLens logic in codeLensProvider.ts:80-108 with TODO marker for future re-enablement
Version 0.2.0
Major feature update with sidebar view and workspace-wide note browsing
Added
Sidebar View for Browsing All Notes
Dedicated Activity Bar icon with tree view showing all notes across workspace
- • Notes organized by file with collapsible nodes showing path, note count, and previews
- • Click notes to navigate directly to location in editor with real-time updates
- • "+" button for quick note creation without text selection
- • Context menus for note items (Go to, Edit, Delete, View History) and file items (Open File)
- • Configurable sorting by file path, date, or author with customizable preview length (20-200 chars)
Changed
Testing
78 comprehensive unit tests for sidebar components (NoteTreeItem: 59 tests, NotesSidebarProvider: 19 tests)
Version 0.1.8
Multiple notes per line feature with conditional navigation
Fixed
Multiple Note Creation and Navigation (Issue #6)
Fixed thread lookup methods that were breaking multi-note functionality
- • Fixed thread lookup to use proper thread keys instead of note IDs
- • Added "➕ Add Note" CodeLens button even when notes already exist
- • All multi-note features (viewing, editing, navigating) now work correctly
Changed
Version 0.1.7
UX improvements to prevent unwanted scrolling and reduce interruptions
Fixed
Changed
Version 0.1.6
Input focus improvements and unified note creation
Fixed
Changed
Version 0.1.5
Focus mode and keyboard shortcut improvements
Added
Fixed
Version 0.1.4
ES Module migration for modern package compatibility
Changed
Fixed
Version 0.1.1
Activation and workspace handling improvements
Fixed
Version 0.1.0Initial Release
🎉 First public release - Published to VS Code Marketplace and Open VSX Registry!
Core Features
Testing & Quality
• 100 total tests (41 unit + 59 integration)
• 88% code coverage
• Package size: 77KB (highly optimized)
Coming in v0.3.0
What's next for Code Context Notes