branch: externals/ellama commit f94002a4055c0e0acf95e40e7d722a68efc41fdb Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Bump version --- NEWS.org | 7 +++++++ ellama.el | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 9ec0c38ba8..98e0d56657 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,10 @@ +* Version 1.4.0 +- Improved transient menus. +- Added ellama-session-kill functionality. +- Added community prompt collection feature. +- Refactored ~ellama-context-mode~ to be a major mode. +- Added functionality to remove context elements by name. +- Added option to always show context line in header or mode line. * Version 1.3.0 - Implemented ellama context header line and mode line features. - Added ~ellama-context-header-line-mode~, ~ellama-context-mode-line-mode~ and diff --git a/ellama.el b/ellama.el index 20f16e943e..444a9769b1 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.3.0 +;; Version: 1.4.0 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023