summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVedang Manerikar <ved.manerikar@gmail.com>2023-06-10 19:47:53 +0530
committerVedang Manerikar <ved.manerikar@gmail.com>2023-06-10 20:24:39 +0530
commita9c9a12c3ecf2005fa641059368ac8284f507620 (patch)
treed80d8f6d5ff0408594fda8597e4c13b2868b8c4f
parent98ca40d870984dbae9a35f3b7456cde760d2e4c8 (diff)
Bump pdf-tools version to v1.1.0v1.1.0
This is necessary because the extensive changes in `epdfinfo` do not get picked up by third party package management systems unless they enter Melpa Stable. This mismatch caused a number of issues, which I expect this bump will now fix. Thanks to @cyrilarnould and @barslmn for pointing this out. I am also using this bump to close long-open install issues. The idea here is that these issues are being lost. I would rather everyone upgrade to the latest versions of `pdf-tools` and `epdfinfo` and then re-report the issues if they still exist. Please note: as of this release, users are not expected to manually set anything on their machines during installation. (for example: `$PKG_CONFIG_PATH`). The installation should *just work*. If it does not, please open a ticket so that we can track it. Fixes: #213 Closes: #177 Closes: #216
-rw-r--r--NEWS16
-rw-r--r--lisp/pdf-tools.el2
2 files changed, 13 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 5fbdb23..a425e85 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,26 @@
-*- org -*-
-* Version 1.1.0 (Under Development)
+* Version 1.2.0 (Under Development)
+* Version 1.1.0
** Improve overall user experience
- Make ~selection-style~ configurable when selecting text, via ~pdf-view-selection-style~ @hrdl-github #73
+ This feature enabled us to change the default ~selection-style~ used in ~pdf-tools~ from =GLYPH= to =WORD=.
+ The change makes highlighting / selecting text *much* snappier. If you want to go back to the old behaviour of selecting by glyph instead of word, or if you want to select a whole line instead, customize ~pdf-view-selection-style~
- Track rotation of pages and add a command to make rotation of pages easy @vizs #165
- + The new command is bound to =R= in `pdf-view-mode-map`.
+ + The new command is bound to =R= in ~pdf-view-mode-map~.
-- Add support for maintaining hue in `pdf-view-midnight-minor-mode` using the OKLab color space @smithzvk #69
- + This inversion method is now enabled by default and can be controlled by the `pdf-view-midnight-invert` variable. Check out the images in the PR for how beautiful the colors look in midnight mode now.
+- Add support for maintaining hue in ~pdf-view-midnight-minor-mode~ using the OKLab color space @smithzvk #69 #197
+ + This inversion method is now enabled by default and can be controlled by the ~pdf-view-midnight-invert~ variable. Check out the images in the PR for how beautiful the colors look in midnight mode now.
+ + Also thanks to @Atreyagaurav for pushing fixes which improved this feature.
** Functionality fixes and improvements
- Fix: Saving a PDF when ~buffer-file-name~ is missing will now prompt for a filename (eg: in EWW) @akater #178
+- Fix: Ensure ~pixel-scroll-precision-mode~ is deactivated correctly @mssdvd #206
+
+** Installation and Platform Compatibility improvements
+Please note: as of this release, users are not expected to manually set anything on their machines during installation. (for example: ~$PKG_CONFIG_PATH~). The installation should *just work*. If it does not, please open a ticket so that we can track it.
+
+- Add ~cairo-devel~ to Void Linux package list @crzjp #203
* Version 1.0.0
From this version onward, we will follow Semantic Versioning for new ~pdf-tools~ releases.
diff --git a/lisp/pdf-tools.el b/lisp/pdf-tools.el
index b94c82f..aa19969 100644
--- a/lisp/pdf-tools.el
+++ b/lisp/pdf-tools.el
@@ -7,7 +7,7 @@
;; URL: http://github.com/vedang/pdf-tools/
;; Keywords: files, multimedia
;; Package: pdf-tools
-;; Version: 1.0.0
+;; Version: 1.1.0
;; Package-Requires: ((emacs "26.3") (tablist "1.0") (let-alist "1.0.4"))
;; This program is free software; you can redistribute it and/or modify