branch: externals/minuet commit b0dc9a068feaf34434e8fe0566725d19ed3b2f33 Author: Milan Glacier <d...@milanglacier.com> Commit: Milan Glacier <d...@milanglacier.com>
chore: release v0.5.5 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ minuet.el | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a34d1297a..3c7a9c1ba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,35 @@ +# Version 0.5.5 (2025-07-24) + +This is primarily a maintenance release with minor feature updates and +improvements. + +## Features + +- Configurable Endpoints for Gemini and Claude: Users can now specify custom API + endpoints for Gemini and Claude providers. +- The `chat-input-template` can now be a list of strings, which will be + constructed into multi-turn conversations, allowing for more organized and + complex prompt structures. +- Added `minuet-set-nested-plist` for easier manipulation of nested plists in + configurations. +- The default model for the `openai-compatible` provider is now + `devstral-small-2505`. +- The default model for the `openai` provider has been updated to + `gpt-4.1-mini`. + +## Fixes + +- Switched from `delete-process` to sending a `SIGTERM` signal to gracefully + cancel in-flight requests. + # Version 0.5.4 (2025-04-13) ## Features + - Add option to show error message on minibuffer and improve error message ## Bug Fixes + - Fix overlay positioning when not at the end-of-line # Version 0.5.3 (2025-04-08) diff --git a/minuet.el b/minuet.el index 3e5d574213..691c1b5cd2 100644 --- a/minuet.el +++ b/minuet.el @@ -4,7 +4,7 @@ ;; Author: Milan Glacier <d...@milanglacier.com> ;; Maintainer: Milan Glacier <d...@milanglacier.com> -;; Version: 0.5.4 +;; Version: 0.5.5 ;; URL: https://github.com/milanglacier/minuet-ai.el ;; Package-Requires: ((emacs "29") (plz "0.9") (dash "2.19.1"))