Skip to content

Releases: AlexJSully/workspace-wiki

YAML Front Matter Support

20 Feb 21:35
38d3a54

Choose a tag to compare

Feature:

  • YAML Front Matter Support: Markdown files with YAML front matter can now use a title field to customize how files appear in the tree view, providing better control over document display names
852shots_so

Fix README with no extension not appearing

30 Oct 21:37
6ba3e7a

Choose a tag to compare

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

28 Oct 04:02
6dd3810

Choose a tag to compare

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

19 Oct 02:27
75f096c

Choose a tag to compare

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

18 Oct 01:43
97ee212

Choose a tag to compare

Minor update to README documentation

Stable release

18 Oct 01:29
3f0ec6f

Choose a tag to compare

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.autoReveal setting to control automatic file revelation in the tree (default: true)
  • Added workspaceWiki.autoRevealDelay setting 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

14 Oct 02:34
02ec974

Choose a tag to compare

Initial release with the basic documentation tree implemented.