branch: elpa/idle-highlight-mode
commit 425f1b247ca5176d47ff1d8b07a6a9293a066f82
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Bump the version to 1.1.5
---
changelog.rst | 3 ++-
idle-highlight-mode.el | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/changelog.rst b/changelog.rst
index 185921347c0..50a14f2b65b 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,6 +1,7 @@
-- In development.
+- Version 1.1.5 (2025-12-14)
+ - Fix ``idle-highlight-before-point`` wasn't working properly.
- Fix missing call to ``save-match-data``.
- Add support for highlighting text before the cursor using
``idle-highlight-before-point``.
diff --git a/idle-highlight-mode.el b/idle-highlight-mode.el
index 4febae3836e..52bbf77940d 100755
--- a/idle-highlight-mode.el
+++ b/idle-highlight-mode.el
@@ -6,7 +6,7 @@
;; Author: Phil Hagelberg, Cornelius Mika, Campbell Barton
;; Maintainer: Campbell Barton <[email protected]>
;; URL: https://codeberg.org/ideasman42/emacs-idle-highlight-mode
-;; Version: 1.1.4
+;; Version: 1.1.5
;; Created: 2008-05-13
;; Keywords: convenience
;; EmacsWiki: IdleHighlight