From 2f5a1b939369657eb56d4cfa4bdf0b5c11aacb1d Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Fri, 31 Dec 2021 16:30:45 +0530 Subject: =?UTF-8?q?Release=20v0.91=20=F0=9F=8D=BE=F0=9F=A5=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3cfbbb4..1d30a9e 100644 --- a/NEWS +++ b/NEWS @@ -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 -- cgit v1.0