Skip to content

Releases: ahnafnafee/PostScript-Preview

Release v0.5.4

23 Dec 17:05
9480084

Choose a tag to compare

  • 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

23 Dec 03:13

Choose a tag to compare

Update package.json

Release v0.5.2

17 Dec 21:41
f905ec8

Choose a tag to compare

What's Changed

  • Fixed Cannot find module 'path-scurry' runtime error by downgrading glob dependency.
  • Fixed "Command not found" error during extension activation on Windows (caused by showWhatsNew crash).

Full Changelog: v0.5.1...v0.5.2

Release v0.5.1

16 Dec 01:25

Choose a tag to compare

bumped minor version

Release v0.5.0

15 Dec 22:13
5325e6d

Choose a tag to compare

New Features

  • Custom Executable Paths: Configure paths to ps2pdf, pdftocairo, and pdfinfo in 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

24 Sep 22:23
3f360e2

Choose a tag to compare

Merge pull request #14 from ahnafnafee/enable-openvsx

Enable OpenVSX Publishing

Release v0.4.4

23 Sep 21:35

Choose a tag to compare

Update release.yml

v0.3.1

22 Oct 15:06
7134b5d

Choose a tag to compare

  • Version Bump