diff options
| author | Vedang Manerikar <ved.manerikar@gmail.com> | 2025-12-30 18:19:46 +0530 |
|---|---|---|
| committer | Vedang Manerikar <ved.manerikar@gmail.com> | 2025-12-30 18:19:46 +0530 |
| commit | 9d948a0d8a2da08367bfe34c5d14f638ebb253b0 (patch) | |
| tree | 2b1ff410463fa5aae892736503cbb3f33c5b75f8 | |
| parent | 2f81c55e802c288c74dac56fd6faf7314054f4bf (diff) | |
chore: release version 1.2.0
Bump version to 1.2.0 and prepare 1.3.0 development cycle.
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | lisp/pdf-tools.el | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -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 |
