branch: elpa/scroll-on-jump
commit a9b785d3a3dfd94800d7541353a8a6c7961e209a
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Release: 0.3
---
changelog.rst | 3 +++
scroll-on-jump.el | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/changelog.rst b/changelog.rst
index e70b54baf32..e90116016eb 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -3,6 +3,9 @@
Change Log
##########
+- Version 0.3 (2025-11-30)
+
+ - Fix #28: scroll taking longer than the "duration" especially when
scrolling longer distances.
- Prevent the active-region from displaying while moving the point
to prevent the display from flickering.
- Add ``scroll-on-jump-curve`` & ``scroll-on-jump-curve-power``
diff --git a/scroll-on-jump.el b/scroll-on-jump.el
index dfc21f3ad19..b7e2c3eb5c2 100644
--- a/scroll-on-jump.el
+++ b/scroll-on-jump.el
@@ -6,7 +6,7 @@
;; Author: Campbell Barton <[email protected]>
;; URL: https://codeberg.org/ideasman42/emacs-scroll-on-jump
-;; Version: 0.2
+;; Version: 0.3
;; Package-Requires: ((emacs "26.2"))
;;; Commentary: