[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ellama d4927093e2 7/7: Bump version
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ellama d4927093e2 7/7: Bump version |
Date: |
Fri, 29 Nov 2024 18:58:10 -0500 (EST) |
branch: externals/ellama
commit d4927093e2988084eac86c3254a7b7f5d4cbd761
Author: Sergey Kostyaev <sskostyaev@gmail.com>
Commit: Sergey Kostyaev <sskostyaev@gmail.com>
Bump version
---
NEWS.org | 6 ++++++
ellama.el | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index ded22f89f4..02428e58de 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,9 @@
+* Version 0.13.0
+- Add command ~ellama-chat-send-last-message~ to compose and modify
+ messages within the chat buffer and send them directly from there.
+- Add ~ellama-chat-display-action-function~ and
+ ~ellama-instant-display-action-function~ custom variables to
+ customize display buffers behaviour.
* Version 0.12.8
- Provide code review in chat session.
- Improve code review prompt template.
diff --git a/ellama.el b/ellama.el
index c493c274b9..bb4ff801ae 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.6.0") (spinner "1.7.4")
(transient "0.7") (compat "29.1"))
-;; Version: 0.12.8
+;; Version: 0.13.0
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Created: 8th Oct 2023
- [elpa] externals/ellama updated (7a714c9114 -> d4927093e2), ELPA Syncer, 2024/11/29
- [elpa] externals/ellama 6ecde6aa8b 5/7: Add display action functions for chat and instant modes, ELPA Syncer, 2024/11/29
- [elpa] externals/ellama 6abe8d46aa 3/7: Add functionality to send last user message, ELPA Syncer, 2024/11/29
- [elpa] externals/ellama a9c48d4416 2/7: Ensure user nick is present at the end of session buffer, ELPA Syncer, 2024/11/29
- [elpa] externals/ellama 1a3dd96d62 4/7: Add ellama-chat-send-last-message to documentation., ELPA Syncer, 2024/11/29
- [elpa] externals/ellama d4927093e2 7/7: Bump version,
ELPA Syncer <=
- [elpa] externals/ellama d8e5659680 6/7: Merge pull request #184 from s-kostyaev/send-message-from-session-buffer, ELPA Syncer, 2024/11/29
- [elpa] externals/ellama b1467d15e0 1/7: Add function to convert org syntax to markdown, ELPA Syncer, 2024/11/29