Skip to content

Commit f4f81ad

Browse files
committed
Bump version to 0.70
1 parent 2504373 commit f4f81ad

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.org

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@
33

44
** Main branch change
55

6+
** 0.70
7+
- Feat: Add Grok CLI backend support, by @richard134
8+
9+
** 0.62
610
- Feat: Add toggle buffer window dedication command
711
- Chore: Make ai-code-implement-todo flexible to modify code in the context. When it is a pure new code block, place it after the comment.
12+
13+
** 0.61
814
- Feat: Improve Implement TODO feature
915
- ai-code-implement-todo (C-a i) on blank line will ask user and insert TODO comment.
1016
- After ai-code-implement-todo (C-a i) finishing code generation, mark TODO as DONE, instead of delete it

ai-code-interface.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; ai-code-interface.el --- AI code interface for editing AI prompt files -*- lexical-binding: t; -*-
22

33
;; Author: Kang Tu <tninja@gmail.com>
4-
;; Version: 0.62
4+
;; Version: 0.70
55
;; Package-Requires: ((emacs "26.1") (transient "0.8.0") (magit "2.1.0"))
66

77
;; SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)