branch: externals/ellama commit 0fcf73d95963952dd7b7709a239eafbfcbf53834 Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Bump version --- NEWS.org | 4 ++++ ellama.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 5bb5eec10a..29e47a6587 100644 --- a/NEWS.org +++ b/NEWS.org @@ -1,3 +1,7 @@ +* Version 1.7.1 +- Set default directory for new sessions. +- Added functionality to set the file name before saving a session. +- Enhanced session ID generation to prevent overwriting existing session files. * Version 1.7.0 - Added manual generation functionality for Ellama, including a new .gitignore entry to exclude ellama.texi, created ellama-manual.el for exporting an info diff --git a/ellama.el b/ellama.el index 8c1e11ce34..e517b2fdb6 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.7.0 +;; Version: 1.7.1 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Created: 8th Oct 2023