From 1125952661533f3253de72ed7d0f93f94470bef2 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Sat, 5 Jan 2019 12:14:50 +0530 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 6 ++++++ docs/user/install-deps.rst | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index a1e21e9..827a138 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -12,6 +12,12 @@ master * [#212](https://github.com/socialcopsdev/camelot/issues/212) Add support to export as sqlite database. [#244](https://github.com/socialcopsdev/camelot/pull/244) by Vinayak Mehta. * [#239](https://github.com/socialcopsdev/camelot/issues/239) Raise warning if PDF is image-based. [#240](https://github.com/socialcopsdev/camelot/pull/240) by Vinayak Mehta. +**Documentation** + +* Remove mention of old mesh kwarg from docs. [#241](https://github.com/socialcopsdev/camelot/pull/241) by [fte10kso](https://github.com/fte10kso). + +**Note**: The python wrapper to Ghostscript's C API is now vendorized under the `ext` module. This was done due to unavailability of the [ghostscript](https://pypi.org/project/ghostscript/) package on Anaconda. The code should be removed after we submit a recipe for it to conda-forge. With this release, the user doesn't need to ensure that the Ghostscript executable is available on the PATH variable. + 0.6.0 (2018-12-24) ------------------ diff --git a/docs/user/install-deps.rst b/docs/user/install-deps.rst index 287af3a..f0ce2ae 100755 --- a/docs/user/install-deps.rst +++ b/docs/user/install-deps.rst @@ -32,8 +32,6 @@ For Windows For Tkinter, you can download the `ActiveTcl Community Edition`_ from ActiveState. For ghostscript, you can get the installer at the `ghostscript downloads page`_. -After installing ghostscript, you'll need to reboot your system to make sure that the ghostscript executable's path is in the windows PATH environment variable. In case you don't want to reboot, you can manually add the ghostscript executable's path to the PATH variable, `as shown here`_. - .. _ActiveTcl Community Edition: https://www.activestate.com/activetcl/downloads .. _ghostscript downloads page: https://www.ghostscript.com/download/gsdnld.html .. _as shown here: https://java.com/en/download/help/path.xml