From 9d948a0d8a2da08367bfe34c5d14f638ebb253b0 Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Tue, 30 Dec 2025 18:19:46 +0530 Subject: chore: release version 1.2.0 Bump version to 1.2.0 and prepare 1.3.0 development cycle. --- NEWS | 4 +++- lisp/pdf-tools.el | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 7cd67bb..50320f0 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ -*- org -*- -* Version 1.2.0 (Under Development) +* Version 1.3.0 (Under Development) + +* Version 1.2.0 ** New functionality to improve overall user experience - Allow creation of markup annotations without a text selection @astoff #191 + This means that you can now highlight an exact region, for example on OCR PDFs! Just select the region by holding down the Meta key and dragging the mouse. Then invoke ~pdf-annot-add-highlight-markup-annotation~ (with ~C-c C-a h~) and voila! diff --git a/lisp/pdf-tools.el b/lisp/pdf-tools.el index e36f966..64907a1 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.1.0 +;; Version: 1.2.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 -- cgit v1.0