Releases: GSejas/markdown-checkbox-preview
Releases · GSejas/markdown-checkbox-preview
v1.0.9
v1.0.8
Release v1.0.8
[1.0.8] - 2025-10-14
🚀 CI/CD & Infrastructure
- GitHub Actions Workflows 🔄
- Added comprehensive test workflow with Ubuntu and Windows matrix testing
- Automated release workflow triggered by version tags
- Proper Xvfb setup for VS Code tests on Linux environments
- Coverage reporting integration with Codecov
- Automated marketplace publishing with VSCE
🐛 Bug Fixes
- Silent Auto-Preview 🔕
- Removed notification popups when toggling auto-preview feature
- Auto-preview now operates silently for better user experience
🛠️ Enhanced
- Test Infrastructure ✅
- Fixed timeout issues in integration tests (increased to 10s)
- Optimized test execution with in-memory document handling
- All 110 tests passing reliably in CI/CD environment
- Added package-lock.json for dependency locking
🎯 Technical
- Added npm scripts:
test:unit:coverage,test:integration - Configured Xvfb for headless VS Code testing on Linux
- Implemented proper test timeouts and async handling