Skip to content

Commit fd0f30a

Browse files
committed
Update changelog, version, readme fix
1 parent 4929f73 commit fd0f30a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to claude-code.el will be documented in this file.
44

5+
## [0.4.5]
6+
7+
### Added
8+
- New `claude-code-display-window-fn` customization option (#100) to control display of Claude COde buffer
9+
10+
### Changed
11+
12+
### Fixed
13+
- Fixed bug reporting line position when narrowring is in effect (#74)
14+
515
## [0.4.4]
616

717
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ You can customize how Claude Code windows are displayed by setting `claude-code-
574574

575575
#### Using display-buffer-alist
576576

577-
You can also control how the Claude Code window appears using Emacs' `display-buffer-alist`. For example, to make the Claude window appear in a persistent side window on the right side of your screen with 33% width:
577+
You can also control how the Claude Code window appears using Emacs' `display-buffer-alist`. For example, to make the Claude window appear in a persistent side window on the right side of your screen that is 90 characters wide:
578578

579579
```elisp
580580
(add-to-list 'display-buffer-alist

claude-code.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; claude-code.el --- Claude Code Emacs integration -*- lexical-binding: t; -*-
22

33
;; Author: Stephen Molitor <stevemolitor@gmail.com>
4-
;; Version: 0.4.4
4+
;; Version: 0.4.5
55
;; Package-Requires: ((emacs "30.0") (transient "0.9.3"))
66
;; Keywords: tools, ai
77
;; URL: https://github.com/stevemolitor/claude-code.el

0 commit comments

Comments
 (0)