Skip to content

Releases: ahnafnafee/PostScript-Preview

Release v0.5.4

Choose a tag to compare

@github-actions github-actions released this 23 Dec 17:05
9480084
  • 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

Choose a tag to compare

@github-actions github-actions released this 23 Dec 03:13
Update package.json

Release v0.5.2

Choose a tag to compare

@github-actions github-actions released this 17 Dec 21:41
f905ec8

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

Choose a tag to compare

@github-actions github-actions released this 16 Dec 01:25
bumped minor version

Release v0.5.0

Choose a tag to compare

@github-actions github-actions released this 15 Dec 22:13
5325e6d

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

Choose a tag to compare

@github-actions github-actions released this 24 Sep 22:23
3f360e2
Merge pull request #14 from ahnafnafee/enable-openvsx

Enable OpenVSX Publishing

Release v0.4.4

Choose a tag to compare

@github-actions github-actions released this 23 Sep 21:35
Update release.yml

v0.3.1

Choose a tag to compare

@ahnafnafee ahnafnafee released this 22 Oct 15:06
7134b5d
  • Version Bump