branch: elpa/aidermacs
commit fc0f1381bb9398a2d5a76776bad812d7ce3507dc
Author: Mingde (Matthew) Zeng <[email protected]>
Commit: Mingde (Matthew) Zeng <[email protected]>

    Release 1.6
---
 RELEASE.md                  | 30 ++++++++++++++++++++++++++++++
 aidermacs-backend-comint.el |  2 +-
 aidermacs-backend-vterm.el  |  2 +-
 aidermacs-backends.el       |  2 +-
 aidermacs-models.el         |  2 +-
 aidermacs-output.el         |  2 +-
 aidermacs.el                |  2 +-
 7 files changed, 36 insertions(+), 6 deletions(-)

diff --git a/RELEASE.md b/RELEASE.md
index cb61c58ec4e..3d0bf79c3e6 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,5 +1,35 @@
 # RELEASE
 
+# Aidermacs 1.6
+
+## What's Changed
+* Fix regexp for vterm-filter-buffer-substring by @meliache in 
https://github.com/MatthewZMD/aidermacs/pull/156
+* feat: Add aidermacs-run-in-directory with ":" key binding by @veracioux in 
https://github.com/MatthewZMD/aidermacs/pull/158
+* Fix: Use process-file to get aider version. Fixes #155 by @bdf369 in 
https://github.com/MatthewZMD/aidermacs/pull/161
+* UX improve: show current running status in transient menu by @blahgeek in 
https://github.com/MatthewZMD/aidermacs/pull/163
+* Respect `aidermacs-subtree-only` even when `aidermacs-config-file` is set by 
@blahgeek in https://github.com/MatthewZMD/aidermacs/pull/165
+* Make a copy of process-environment to prevent leaking secrets set in hook by 
@blahgeek in https://github.com/MatthewZMD/aidermacs/pull/166
+* Wait for a bit longer time for the backend to be ready by @blahgeek in 
https://github.com/MatthewZMD/aidermacs/pull/167
+* Update README about process-environment by @blahgeek in 
https://github.com/MatthewZMD/aidermacs/pull/169
+* Make code actions automatically select relevant context by @remo5000 in 
https://github.com/MatthewZMD/aidermacs/pull/176
+* Fix Aider version check by @claritystorm in 
https://github.com/MatthewZMD/aidermacs/pull/177
+* Fix aider version check by @Zhen-Ni in 
https://github.com/MatthewZMD/aidermacs/pull/178
+* Update thinking instructions for newer Sonnets by @plpxsk in 
https://github.com/MatthewZMD/aidermacs/pull/180
+* Display model pricing in model selection by @OverbearingPearl in 
https://github.com/MatthewZMD/aidermacs/pull/181
+* Fix: Use real model value in `aidermacs-set-model` by @OverbearingPearl in 
https://github.com/MatthewZMD/aidermacs/pull/182
+
+## New Contributors
+* @meliache made their first contribution in 
https://github.com/MatthewZMD/aidermacs/pull/156
+* @veracioux made their first contribution in 
https://github.com/MatthewZMD/aidermacs/pull/158
+* @bdf369 made their first contribution in 
https://github.com/MatthewZMD/aidermacs/pull/161
+* @blahgeek made their first contribution in 
https://github.com/MatthewZMD/aidermacs/pull/163
+* @Zhen-Ni made their first contribution in 
https://github.com/MatthewZMD/aidermacs/pull/178
+* @plpxsk made their first contribution in 
https://github.com/MatthewZMD/aidermacs/pull/180
+* @OverbearingPearl made their first contribution in 
https://github.com/MatthewZMD/aidermacs/pull/181
+
+**Full Changelog**: https://github.com/MatthewZMD/aidermacs/compare/v1.5...v1.6
+
+
 # Aidermacs 1.5
 
 ## What's Changed
diff --git a/aidermacs-backend-comint.el b/aidermacs-backend-comint.el
index fef6ac1bedb..a55b9b0bc61 100644
--- a/aidermacs-backend-comint.el
+++ b/aidermacs-backend-comint.el
@@ -1,6 +1,6 @@
 ;;; aidermacs-backend-comint.el --- Comint backend for aidermacs -*- 
lexical-binding: t; -*-
 ;; Author: Mingde (Matthew) Zeng <[email protected]>
-;; Version: 1.5
+;; Version: 1.6
 ;; Keywords: ai emacs llm aider ai-pair-programming tools
 ;; URL: https://github.com/MatthewZMD/aidermacs
 ;; SPDX-License-Identifier: Apache-2.0
diff --git a/aidermacs-backend-vterm.el b/aidermacs-backend-vterm.el
index a489d7f16ff..88df740a5a4 100644
--- a/aidermacs-backend-vterm.el
+++ b/aidermacs-backend-vterm.el
@@ -1,6 +1,6 @@
 ;;; aidermacs-backend-vterm.el --- VTerm backend for aidermacs -*- 
lexical-binding: t; -*-
 ;; Author: Mingde (Matthew) Zeng <[email protected]>
-;; Version: 1.5
+;; Version: 1.6
 ;; Keywords: ai emacs llm aider ai-pair-programming tools
 ;; URL: https://github.com/MatthewZMD/aidermacs
 ;; SPDX-License-Identifier: Apache-2.0
diff --git a/aidermacs-backends.el b/aidermacs-backends.el
index ed8330b9b87..bf0d8318014 100644
--- a/aidermacs-backends.el
+++ b/aidermacs-backends.el
@@ -1,6 +1,6 @@
 ;;; aidermacs-backends.el --- Backend dispatcher for aidermacs -*- 
lexical-binding: t; -*-
 ;; Author: Mingde (Matthew) Zeng <[email protected]>
-;; Version: 1.5
+;; Version: 1.6
 ;; Keywords: ai emacs llm aider ai-pair-programming tools
 ;; URL: https://github.com/MatthewZMD/aidermacs
 ;; SPDX-License-Identifier: Apache-2.0
diff --git a/aidermacs-models.el b/aidermacs-models.el
index 122a38c7661..803b27020ad 100644
--- a/aidermacs-models.el
+++ b/aidermacs-models.el
@@ -1,6 +1,6 @@
 ;;; aidermacs-models.el --- Model selection for aidermacs -*- lexical-binding: 
t; -*-
 ;; Author: Mingde (Matthew) Zeng <[email protected]>
-;; Version: 1.5
+;; Version: 1.6
 ;; Keywords: ai emacs llm aider ai-pair-programming tools
 ;; URL: https://github.com/MatthewZMD/aidermacs
 ;; SPDX-License-Identifier: Apache-2.0
diff --git a/aidermacs-output.el b/aidermacs-output.el
index 3bd0d1028ca..b52688231f4 100644
--- a/aidermacs-output.el
+++ b/aidermacs-output.el
@@ -1,6 +1,6 @@
 ;;; aidermacs-output.el --- Output manipulation for Aidermacs -*- 
lexical-binding: t; -*-
 ;; Author: Mingde (Matthew) Zeng <[email protected]>
-;; Version: 1.5
+;; Version: 1.6
 ;; Keywords: ai emacs llm aider ai-pair-programming tools
 ;; URL: https://github.com/MatthewZMD/aidermacs
 ;; SPDX-License-Identifier: Apache-2.0
diff --git a/aidermacs.el b/aidermacs.el
index d85fef185ca..76f8686a67f 100644
--- a/aidermacs.el
+++ b/aidermacs.el
@@ -1,6 +1,6 @@
 ;;; aidermacs.el --- AI pair programming with Aider -*- lexical-binding: t; -*-
 ;; Author: Mingde (Matthew) Zeng <[email protected]>
-;; Version: 1.5
+;; Version: 1.6
 ;; Package-Requires: ((emacs "26.1") (transient "0.3.0") (compat "30.0.2.0") 
(markdown-mode "2.7"))
 ;; Keywords: ai emacs llm aider ai-pair-programming tools
 ;; URL: https://github.com/MatthewZMD/aidermacs

Reply via email to