branch: externals/minuet
commit 655fcfcb15577e0f17797c6ca11c31cb7c35fdb2
Author: Milan Glacier <d...@milanglacier.com>
Commit: Milan Glacier <d...@milanglacier.com>

    chore: release v0.4.0.
---
 CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000000..7e2c5c353d
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,46 @@
+# Version 0.4.0 (2025-02-10)
+
+## Breaking Changes
+
+- Remove deprecated `minuet-completion-in-region` command.
+- Change default gemini model to gemini-2.0-flash.
+- Change default debounce delay to 0.4 seconds.
+
+## Features
+
+- Add consult support for `minuet-complete-with-minibuffer`.
+
+# Version 0.3.0 (2025-01-26)
+
+## Breaking Changes
+
+- Change default context window to 16000.
+
+## Features
+
+- Add numeric prefix support to minuet-accept-suggestion-line.
+- Add chat input template for chat-based LLMs.
+- Truncate incomplete lines at window boundaries for chat input.
+
+## Bug Fixes
+
+- Ensure symbol-value is only called on symbols in `minuet--eval-value`.
+
+## Refactoring
+
+- Update prompt system for FIM models.
+
+# Version 0.2 (2025-01-19)
+
+## Breaking Changes
+
+- Replace `minuet-completion-in-region` with 
`minuet-complete-with-mini-buffer`.
+
+## Features
+
+- API key can now be customized via a function.
+- Add `minuet-active-mode` for better keybinding management.
+
+# Version 0.1 (2025-01-13)
+
+- Initial release.

Reply via email to