branch: externals/ellama
commit fca903ac1348b551d3372314b7b03511164da908
Author: Sergey Kostyaev <sskosty...@gmail.com>
Commit: Sergey Kostyaev <sskosty...@gmail.com>

    Bump version
---
 NEWS.org  | 11 +++++++++++
 ellama.el |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/NEWS.org b/NEWS.org
index 7e5358b56b..230f57b470 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,14 @@
+* Version 1.6.0
+- Refactored the text insertion and handling logic in ~ellama.el~.
+- Added new customization variables ~ellama-show-reasoning~ and
+  ~ellama-reasoning-display-action-function~ to control the display of
+  reasoning. Updated ~ellama.el~ to use these new variables when displaying
+  reasoning buffers.
+- Added ~ellama-disable-scroll~ and ~ellama-enable-scroll~ functions to control
+  auto-scroll behavior.
+- Added a new face ~ellama-key-face~ to style the context line keys in both
+  ~ellama-blueprint.el~ and ~ellama-context.el~. Updated header line formats to
+  use this new face for better visual distinction.
 * Version 1.5.6
 - Fix support for translating inline code from markdown to org format by
   handling backticks.
diff --git a/ellama.el b/ellama.el
index 603180f78a..4d086f31a4 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.24.0") (plz "0.8") (transient 
"0.7") (compat "29.1"))
-;; Version: 1.5.6
+;; Version: 1.6.0
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;; Created: 8th Oct 2023
 

Reply via email to