branch: elpa/aidermacs
commit 6accda816d4726f0d4d24ebc49a458f9bb9c6899
Author: OverbearingPearl <[email protected]>
Commit: Matthew “MT” Zeng <[email protected]>

    Update version to 1.9 and add release notes
    
    - Bump version from 1.8 to 1.9 in all files
    - Add release notes for Aidermacs 1.9 including:
      * File tracking improvements
      * Alerter action support
      * CI compilation fixes
      * Prompt detection enhancements
---
 RELEASE.md                  | 12 ++++++++++++
 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, 18 insertions(+), 6 deletions(-)

diff --git a/RELEASE.md b/RELEASE.md
index b2858c3299..877717a065 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,5 +1,17 @@
 # RELEASE
 
+# Aidermacs 1.9
+
+## What's Changed
+* Fix file tracking and edit preparation logic by @OverbearingPearl in 
https://github.com/MatthewZMD/aidermacs/pull/205
+* Improve file tracking robustness in aidermacs by @OverbearingPearl in 
https://github.com/MatthewZMD/aidermacs/pull/205
+* Add alerter action support by @OverbearingPearl in 
https://github.com/MatthewZMD/aidermacs/pull/203
+* Add missing variable declarations to fix CI compilation errors by 
@OverbearingPearl in https://github.com/MatthewZMD/aidermacs/pull/202
+* Improve prompt detection & notifications by @OverbearingPearl in 
https://github.com/MatthewZMD/aidermacs/pull/202
+
+**Full Changelog**: https://github.com/MatthewZMD/aidermacs/compare/v1.8...v1.9
+
+
 # Aidermacs 1.8
 
 ## What's Changed
diff --git a/aidermacs-backend-comint.el b/aidermacs-backend-comint.el
index 64e8ed7591..1aea851414 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.8
+;; Version: 1.9
 ;; 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 0bf88ac599..5682f5ce09 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.8
+;; Version: 1.9
 ;; 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 b2790dbb0d..7fd46c1b07 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.8
+;; Version: 1.9
 ;; 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 b1a2a1dd41..0a63eb6202 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.8
+;; Version: 1.9
 ;; 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 8b35088c2d..f76a08f94d 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.8
+;; Version: 1.9
 ;; 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 28a872bf68..509c7931e3 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.8
+;; Version: 1.9
 ;; 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