branch: externals/ellama commit c1b51834c95bc843bde2e694cc3ed51163df2191 Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Bump version --- NEWS.org | 3 +++ ellama.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 98e0d56657..c122895e2c 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,6 @@ +* Version 1.4.1 +- Fixed a bug where users couldn't move the cursor during generation when + auto-scroll was enabled. * Version 1.4.0 - Improved transient menus. - Added ellama-session-kill functionality. diff --git a/ellama.el b/ellama.el index ced08c7aae..3540371362 100644 --- a/ellama.el +++ b/ellama.el @@ -6,7 +6,7 @@ ;; URL: http://github.com/s-kostyaev/ellama ;; Keywords: help local tools ;; Package-Requires: ((emacs "28.1") (llm "0.22.0") (plz "0.8") (transient "0.7") (compat "29.1")) -;; Version: 1.4.0 +;; Version: 1.4.1 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023