- Fixed an issue where previewing files with special characters in the filename (e.g., spaces, parentheses) would fail with a syntax error.
- Fixed
Cannot find module 'path-scurry'runtime error by downgradingglobdependency. - Fixed "Command not found" error during extension activation on Windows (caused by
showWhatsNewcrash).
- 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.
- 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
- Fixed README issues
- Added doc to pin to version 0.89.0 for poppler on Windows
- Added auto-refresh capability
- Fixed pdf conversion error
- Updated README with new instructions
- Fixed README instructions
- Version bump
- Version bump
- Fixed controller scrolling
- Added instructions for Ubuntu install
- Added option to hide controls
- Fixed container sizing issue
- Switched controller positioning
- Fixed requirement instructions
-
Added support for SVG Pan and Zoom
-
Added support for changing background color of preview window
-
Fixed issue with Windows 10 preview
- Basic functionality of EPS preview.
- A command to invoke the preview.
- A preview icon in the menu bar for open EPS file.
- README and CHANGELOG files.