From 38173e1f3af4c62922835fecc70059a8139f6bd0 Mon Sep 17 00:00:00 2001 From: Ahnaf An Nafee <48362866+ahnafnafee@users.noreply.github.com> Date: Mon, 11 Oct 2021 17:13:22 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5e3c3d..ccb30c7 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,12 @@ Version Number VS Code Marketplace Installs - + VS Code Marketplace Rating

+

Logo

From fd0e83cf7b68af6f3ce4a4f81fb410af801c4f91 Mon Sep 17 00:00:00 2001 From: Ahnaf An Nafee <48362866+ahnafnafee@users.noreply.github.com> Date: Fri, 22 Oct 2021 11:04:32 -0400 Subject: [PATCH 2/2] Version bump --- .vscodeignore | 19 +++++++++++++++++++ CHANGELOG.md | 7 ++++--- README.md | 17 ++++++++++++----- 3 files changed, 35 insertions(+), 8 deletions(-) diff --git a/.vscodeignore b/.vscodeignore index f5529ec..8839ade 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -11,3 +11,22 @@ vsc-extension-quickstart.md .idea/** test_eps/** demo/** +.eslintcache +.eslintignore +.eslintrc.json +.gitattributes +.gitignore +.gitignore-revs +.mailmap +.prettierignore +.prettierrc +.yarnrc +CODE_OF_CONDUCT.md +CONTRIBUTING.md +generateEmojiShortcodeMap.js +tsconfig.eslint.json +tsconfig.json +tsconfig.webviews.json +tsconfig.tsbuildinfo +webpack.config.js +yarn.lock diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c6e6f0..67ee8ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Change Log -All notable changes to the "PostScript-Preview" extension will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.3.1] - 2021-10-22 + +- Version bump diff --git a/README.md b/README.md index ccb30c7..ef65868 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@

- Version Number + Version Number - VS Code Marketplace Installs + VS Code Marketplace Installs - VS Code Marketplace Rating + VS Code Marketplace Rating

+

Logo

@@ -18,10 +19,14 @@

-# PostScript Preview +

PostScript Preview

+ + > PostScript Preview is an extension that helps to **preview** EPS and PS files in [Visual Studio Code](https://code.visualstudio.com/). It supercharges how your view PostScript files by also allowing to **pan** and **zoom** the image. You can also change the preview background for extra **customizations**. + + ## Features This extension enables the in-VSCode preview of EPS image files. @@ -87,7 +92,9 @@ C:\ProgramData\chocolatey\lib\pdf2svg\tools\pdf2svg-windows-master\dist-64bits ## Known Issues -None yet. If you run into issues, please report the issues. You are also encouraged to open pull requests for additional features and fixes you want to add to this extension. +None yet. If you run into issues, please report them here: https://github.com/ahnafnafee/PostScript-Preview/issues + +You are also encouraged to open pull requests for additional features and fixes you want to add to this extension.