Skip to content

Commit a9c9a12

Browse files
committed
Bump pdf-tools version to v1.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
1 parent 98ca40d commit a9c9a12

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

Diff for: NEWS

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
11
-*- org -*-
2-
* Version 1.1.0 (Under Development)
2+
* Version 1.2.0 (Under Development)
3+
* Version 1.1.0
34
** Improve overall user experience
45
- Make ~selection-style~ configurable when selecting text, via ~pdf-view-selection-style~ @hrdl-github #73
56
+ This feature enabled us to change the default ~selection-style~ used in ~pdf-tools~ from =GLYPH= to =WORD=.
67
+ 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~
78

89
- Track rotation of pages and add a command to make rotation of pages easy @vizs #165
9-
+ The new command is bound to =R= in `pdf-view-mode-map`.
10+
+ The new command is bound to =R= in ~pdf-view-mode-map~.
1011

11-
- Add support for maintaining hue in `pdf-view-midnight-minor-mode` using the OKLab color space @smithzvk #69
12-
+ 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.
12+
- Add support for maintaining hue in ~pdf-view-midnight-minor-mode~ using the OKLab color space @smithzvk #69 #197
13+
+ 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.
14+
+ Also thanks to @Atreyagaurav for pushing fixes which improved this feature.
1315

1416
** Functionality fixes and improvements
1517
- Fix: Saving a PDF when ~buffer-file-name~ is missing will now prompt for a filename (eg: in EWW) @akater #178
18+
- Fix: Ensure ~pixel-scroll-precision-mode~ is deactivated correctly @mssdvd #206
19+
20+
** Installation and Platform Compatibility improvements
21+
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.
22+
23+
- Add ~cairo-devel~ to Void Linux package list @crzjp #203
1624

1725
* Version 1.0.0
1826
From this version onward, we will follow Semantic Versioning for new ~pdf-tools~ releases.

Diff for: lisp/pdf-tools.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; URL: http://github.com/vedang/pdf-tools/
88
;; Keywords: files, multimedia
99
;; Package: pdf-tools
10-
;; Version: 1.0.0
10+
;; Version: 1.1.0
1111
;; Package-Requires: ((emacs "26.3") (tablist "1.0") (let-alist "1.0.4"))
1212

1313
;; This program is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)