[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ellama f94002a405 15/19: Bump version
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ellama f94002a405 15/19: Bump version |
Date: |
Sun, 23 Feb 2025 06:58:08 -0500 (EST) |
branch: externals/ellama
commit f94002a4055c0e0acf95e40e7d722a68efc41fdb
Author: Sergey Kostyaev <sskostyaev@gmail.com>
Commit: Sergey Kostyaev <sskostyaev@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
- [elpa] externals/ellama updated (1c52902d4d -> fb01a0cefe), ELPA Syncer, 2025/02/23
- [elpa] externals/ellama ee030435d4 02/19: Add option to always show context line in header or mode line, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama bbac4df186 01/19: Reorganize transient menu, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama d007a0f96f 04/19: Display current context in transient menu, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama 25d34ce337 10/19: Fix community prompts, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama 49593e60fa 12/19: Update variable prompt format, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama f94002a405 15/19: Bump version,
ELPA Syncer <=
- [elpa] externals/ellama 62364b5a4e 05/19: Add functionality to remove context elements by name, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama 4340f71d75 06/19: Refactor `ellama-context-mode` to be a derived mode, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama ad88edf9ed 16/19: Merge pull request #238 from s-kostyaev/ux-improvements, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama fb01a0cefe 19/19: Merge pull request #241 from s-kostyaev/improve-readme, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama 7e0b688d7f 03/19: Enhance transient model loading description, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama 071f49f831 08/19: Add community prompt collection feature, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama 8e26db91c8 11/19: Update menu item, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama a43bf8db31 13/19: Update ellama-community-prompts.el header, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama 9d5b7046b3 14/19: Update package dependencies, ELPA Syncer, 2025/02/23
- [elpa] externals/ellama d9de354092 17/19: Add simple configuration example to readme, ELPA Syncer, 2025/02/23