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 b5e3c3d..ef65868 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@

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

+ +

Logo

@@ -17,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. @@ -86,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.