Releases: AlexJSully/workspace-wiki
Releases · AlexJSully/workspace-wiki
YAML Front Matter Support
Fix README with no extension not appearing
Bug Fix:
- Fixed a bug where README files with no extension were not appearing in the Workspace Wiki tree even when Markdown was a supported extension.
Cursor compatibility
Features:
- Reduce VS Code engine requirements to v1.99.3 to make the Workspace Wiki extension compatible with Cursor
Optimizations to bundle extension size & updated icon
Optimization:
- Made extension smaller (from 1.7mb to 40kb)
- Optimized SVG icon to be smaller and made PNG icon white instead of black for better visibility
Minor update to README documentation
Minor update to README documentation
Stable release
The first stable release of the Workspace Wiki VS Code extension is here!
New feature:
- Added auto-reveal sync functionality that automatically highlights the active file in the documentation tree as you switch editors
UI/UX:
- Added extension icon and gallery banner for improved marketplace presentation and branding
- Enhanced tree view with automatic file revelation and configurable delay settings
Architecture:
- Modular architecture refactoring moving key logic from main extension file into dedicated modules
Configuration:
- Added
workspaceWiki.autoRevealsetting to control automatic file revelation in the tree (default: true) - Added
workspaceWiki.autoRevealDelaysetting to control delay before revealing files (default: 500ms) - Added extension homepage and contributors information to
package.json
Documentation:
- Comprehensive documentation updates including sync feature implementation details, configuration guides, and usage instructions
- Updated architecture documentation to reflect modular structure and new components
- Established
docs/directory as canonical source of truth for all project knowledge
Update:
- Updated VS Code engine requirement to ^1.105.0
- Updated build configuration
- Updated marketplace metadata and branding elements
Bug fix:
- Fixed extension activation and initialization issues
- Improved file handling and tree synchronization reliability
Initial release
Initial release with the basic documentation tree implemented.
