We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38179d commit 7b34bf0Copy full SHA for 7b34bf0
2 files changed
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+# Version 0.8.0 (2025-12-15)
2
+
3
+## Breaking Changes
4
5
+- Rename `minuet-auto-suggestion-block-functions` to
6
+ `minuet-auto-suggestion-block-predicates`
7
8
+## Features
9
10
+- Preserved Suggestions During Multi-line Typing: Prefix-matched suggestions
11
+ persist even while the user is typing multi-line text, to avoid unnecessary
12
+ LLM requests and conserving resources.
13
14
# Version 0.7.0 (2025-12-11)
15
16
## Breaking Changes
minuet.el
@@ -4,7 +4,7 @@
;; Author: Milan Glacier <dev@milanglacier.com>
;; Maintainer: Milan Glacier <dev@milanglacier.com>
-;; Version: 0.7.0
+;; Version: 0.7.1
;; URL: https://github.com/milanglacier/minuet-ai.el
;; Package-Requires: ((emacs "29") (plz "0.9") (dash "2.19.1"))
0 commit comments