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

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

diff --git a/NEWS.org b/NEWS.org
index c6ba6cd5ce..7974f28d1c 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,15 @@
+* Version 1.6.2
+- Fix marker handling in block processing to correctly handle block boundaries
+  during text processing and updated tests to include inline code translation
+  from Markdown to Org.
+- Improve text processing in ~ellama.el~ by adding markers for beginning and 
end
+  of the text range to handle text transformation more accurately. Updated
+  paragraph filling logic to avoid unwanted behavior in ~org-mode~.
+- Remove redundant group parameter from all defcustom definitions in ellama.el.
+- Refactor session line update functions by removing redundant show and hide
+  functions for header and mode lines, simplifying the update functions using a
+  let-bound element variable.
+- Removed hooks from ellama minor modes.
 * Version 1.6.1
 - Added functionality to display the current Ellama session ID in both the
   header line and the mode line.
diff --git a/ellama.el b/ellama.el
index c58834e3ed..10ecda5aa0 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.6.1
+;; Version: 1.6.2
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;; Created: 8th Oct 2023
 

Reply via email to