diff options
| author | Vedang Manerikar <ved.manerikar@gmail.com> | 2021-12-31 16:30:45 +0530 |
|---|---|---|
| committer | Vedang Manerikar <ved.manerikar@gmail.com> | 2021-12-31 16:30:45 +0530 |
| commit | 2f5a1b939369657eb56d4cfa4bdf0b5c11aacb1d (patch) | |
| tree | 04ffbfd8e47c814993bdbecfce8ab759a36362da /NEWS | |
| parent | 5621164d47b0e59676edad252b514f5c3c15824f (diff) | |
Release v0.91 πΎπ₯v0.91
This is the last release to support Emacs 24.x. Release 1.0.0 will
update the minimum supported Emacs version.
NEWS:
** Make changes required by newer versions of Emacs
A number of changes are made to support new elisp / package changes. There is no impact of this on existing users.
- Emacs 27, Emacs 28 and Emacs 29 are supported now.
- Synctex 1.21 is supported now.
** Improve overall install experience
Running ~M-x pdf-tools-install~ should _just work_ now.
** Add support for high-resolution displays (Retina display on Mac)
Setting ~pdf-view-use-scaling~ to a non-nil value now renders crisp images on high-resolution displays.
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -5,10 +5,12 @@ From this version onward, we will follow Semantic Versioning for new ~pdf-tools~ ** Raise the minimum supported version of Emacs to 25.1 Drop support for Emacs 24. This allows for some code cleanup. * Version 0.91 -** Make changes required by for newer versions of Emacs +** Make changes required by newer versions of Emacs A number of changes are made to support new elisp / package changes. There is no impact of this on existing users. +- Emacs 27, Emacs 28 and Emacs 29 are supported now. +- Synctex 1.21 is supported now. ** Improve overall install experience -Running ~M-x pdf-tools-install~ should _just work_. +Running ~M-x pdf-tools-install~ should _just work_ now. ** Add support for high-resolution displays (Retina display on Mac) Setting ~pdf-view-use-scaling~ to a non-nil value now renders crisp images on high-resolution displays. * Version 0.90 |
