Skip to content

Releases: main-branch/mkdocs-snippet-lens

v0.2.1

Choose a tag to compare

@jcouball jcouball released this 24 Apr 23:40

0.2.1 (2026-04-24)

Bug Fixes

  • Address Copilot review comments (round 2) (025f004)
  • Address Copilot review comments (round 3) (6e78204)
  • Address Copilot review comments (round 4) (766a20e)
  • Address Copilot review comments (round 5) (f0bc616)
  • Prevent race conditions in mkdocs.yml file watcher callback (049e464), closes #48

Documentation

  • Update IMPLEMENTATION.md with v0.3.0 detailed plan and GitHub issue cross-references (095cc0d)
  • Update RISKS.md with GitHub issue links and post-v0.2.0 status (73ed0a1)

Build System

  • dependencies: Update dependencies for all GitHub Actions workflows (97b2921)

v0.2.0

Choose a tag to compare

@jcouball jcouball released this 18 Dec 18:26

0.2.0 (2025-12-18)

Features

  • Add diagnostic severity levels for warnings vs errors (4142956), closes #35
  • Add error handling for ambiguous/malformed snippet patterns (dded27c), closes #34
  • Add support for named sections, line ranges, and multiple ranges (7362165)
  • Implement strictMode with auto-detection from mkdocs.yml (86d8b8a)

Bug Fixes

  • Allow feat commits to bump minor version in pre-1.0.0 releases (6c43c4b)
  • Support section markers embedded in comments (50d70f4)

Documentation

  • Add PR creation guidelines to copilot instructions (16fb4f3)
  • Add strictMode setting with auto-detection from mkdocs.yml (330561a), closes #36
  • Clarify that CHANGELOG.md is automatically generated (d305a8a)
  • Document fallback behavior for invalid multi-range patterns (0f73ca8), closes #33
  • Enhance TDD workflow instructions in copilot guidelines (e1cf06c)
  • Update changelog policy in copilot instructions (de37ffc)
  • Update IMPLEMENTATION.md to reflect v0.2.0 actual scope (832b6d4)
  • Update README planned features to reflect v0.1.1 progress (bd21bef)
  • Update status tags and documentation formatting (eb0d40b)

Build System

  • Enforce 2-space indentation with ESLint rules (5043f57)

Styles

  • Convert all code to 2-space indentation (9dad49a)

Tests

  • Add comprehensive edge case tests for line range extraction (7612612), closes #31

v0.1.1

Choose a tag to compare

@jcouball jcouball released this 16 Dec 19:53

0.1.1 (2025-12-16)

Bug Fixes

  • Increase timeout for macOS integration tests (3589884)

Documentation

  • Add demo GIFs to README (587f84b)

v0.1.0

Choose a tag to compare

@jcouball jcouball released this 14 Dec 21:50

0.1.0 (2025-12-14)

Features

  • docs: Clarify planned features in README and roadmap for v0.1.0 [release-please-semver:minor] (17a4466)

Documentation

  • Update project management files for MVP release (82ddf2a)

v0.0.8

Choose a tag to compare

@jcouball jcouball released this 13 Dec 00:36

0.0.8 (2025-12-13)

Documentation

  • Add badges and install links for VS Code Marketplace, Open VSX, and GitHub Releases (909273c)

v0.0.7

Choose a tag to compare

@jcouball jcouball released this 12 Dec 23:56

0.0.7 (2025-12-12)

Bug Fixes

  • Exclude unnecessary files from VSIX package (5756516)

v0.0.6

Choose a tag to compare

@jcouball jcouball released this 12 Dec 23:29

0.0.6 (2025-12-12)

Miscellaneous Chores

  • Update extension display name to 'MkDocs Snippet Lens' (982e29e)

v0.0.5

Choose a tag to compare

@jcouball jcouball released this 12 Dec 23:13

0.0.5 (2025-12-12)

Bug Fixes

  • Update engines.vscode to match @types/vscode version (507fb45)

v0.0.4

Choose a tag to compare

@jcouball jcouball released this 12 Dec 23:05

0.0.4 (2025-12-12)

Bug Fixes

  • Add missing allowed endpoints to publish workflow (688173d)

Documentation

  • Fix CI badge to reference correct workflow file (7ec5936)

Miscellaneous Chores

  • Update dev dependencies to latest versions (924aea9)

v0.0.3

Choose a tag to compare

@jcouball jcouball released this 12 Dec 22:22

0.0.3 (2025-12-12)

Bug Fixes

  • Make Publish Extension job idempotent (0234f51)