Releases: ahnafnafee/PostScript-Preview
Releases · ahnafnafee/PostScript-Preview
Release v0.5.4
- Fixed an issue where previewing files with special characters in the filename (e.g., spaces, parentheses) would fail with a syntax error.
Release v0.5.3
Update package.json
Release v0.5.2
What's Changed
- Fixed
Cannot find module 'path-scurry'runtime error by downgradingglobdependency. - Fixed "Command not found" error during extension activation on Windows (caused by
showWhatsNewcrash).
Full Changelog: v0.5.1...v0.5.2
Release v0.5.1
bumped minor version
Release v0.5.0
New Features
- Custom Executable Paths: Configure paths to
ps2pdf,pdftocairo, andpdfinfoin VS Code settings. Useful for conda environments or non-standard installations. - Multi-Page Navigation: Navigate through multi-page PostScript documents with Prev/Next buttons and page input.
- GhostScript Console Output: View output from
==,print, and other operators in the VS Code Output panel. - Theme Support: Automatic light/dark mode matching VS Code theme.
Improvements
- Refactored codebase into modular components for easier maintenance
- Simplified webview with cleaner UI and removed Bootstrap dependency
- Updated ESLint configuration for modern TypeScript
- Added TESTING.md for local development instructions
- Improved README with better documentation and SEO
Full Changelog: v0.4.5...v0.5.0
Release v0.4.5
Merge pull request #14 from ahnafnafee/enable-openvsx Enable OpenVSX Publishing
Release v0.4.4
Update release.yml
v0.3.1
- Version Bump