Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kostyaev committed Feb 26, 2025
1 parent 131133b commit 2b614a1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions NEWS.org
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
* Version 1.4.3
- Added fallback mechanism to use the first available Ollama chat model when no
specific provider is defined for various ellama functions, ensuring that a
valid provider is always used and preventing potential errors in scenarios
where providers are not explicitly set.
- Refactored ~ellama--scroll~ to accept an optional POINT argument, allowing the
function to go to that specific point before scrolling. Updated the caller
~ellama-update-buffer~ to pass the new point.
- Refactored the ~ellama-preview-context-mode~ by renaming the quit command key
binding to use a custom function ~ellama-kill-current-buffer~. Added a header
line format that displays the quit command instruction.
- Added a new function ~ellama-send-buffer-to-new-chat-then-kill~ to send the
current buffer to a new chat session and then kill it. Updated the keybinding
in ~ellama-blueprint-mode-map~ to use this new function instead of the old
one.
- Added a new function ~ellama-kill-current-buffer~ and updated the keymap in
~ellama-blueprint-mode-map~ to use this function instead of an anonymous
lambda. Also, updated the header line format to display the correct command
names using ~substitute-command-keys~.
- Removed redisplay call to prevent flickering.
* Version 1.4.2
- Fixed the auto-scroll logic in ~ellama.el~ to ensure it correctly sets and
resets ~stop-scroll~ based on cursor position changes.
Expand Down
2 changes: 1 addition & 1 deletion ellama.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.2
;; Version: 1.4.3
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Created: 8th Oct 2023

Expand Down

0 comments on commit 2b614a1

Please sign in to comment.