branch: elpa/with-editor
commit 0a2df46e2831c3b8ddc8f688069f2b4a49898731
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Release version 3.4.5
---
 CHANGELOG             | 4 ++++
 docs/with-editor.org  | 4 ++--
 docs/with-editor.texi | 4 ++--
 lisp/with-editor.el   | 2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 0150ff50f9..2928780cd9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,8 @@
 # -*- mode: org -*-
+* v3.4.5    2025-08-01
+
+- No longer add "clear" to the shell's history when using vterm. #135
+
 * v3.4.4    2025-06-01
 
 - Added kludge for Nix on macOS.  #134
diff --git a/docs/with-editor.org b/docs/with-editor.org
index 2ef6e47b81..7cfe1dfa83 100644
--- a/docs/with-editor.org
+++ b/docs/with-editor.org
@@ -7,7 +7,7 @@
 #+texinfo_dir_category: Emacs
 #+texinfo_dir_title: With-Editor: (with-editor).
 #+texinfo_dir_desc: Using the Emacsclient as $EDITOR
-#+subtitle: for version 3.4.4
+#+subtitle: for version 3.4.5
 
 #+setupfile: .orgconfig
 
@@ -27,7 +27,7 @@ additional functionality which makes it useful even for 
end-users, who
 don't use Magit or another package which uses it internally.
 
 #+texinfo: @noindent
-This manual is for With-Editor version 3.4.4.
+This manual is for With-Editor version 3.4.5.
 
 #+texinfo: @insertcopying
 :END:
diff --git a/docs/with-editor.texi b/docs/with-editor.texi
index aaa55bbe07..18337e0272 100644
--- a/docs/with-editor.texi
+++ b/docs/with-editor.texi
@@ -31,7 +31,7 @@ General Public License for more details.
 @finalout
 @titlepage
 @title With-Editor User Manual
-@subtitle for version 3.4.4
+@subtitle for version 3.4.5
 @author Jonas Bernoulli
 @page
 @vskip 0pt plus 1filll
@@ -60,7 +60,7 @@ additional functionality which makes it useful even for 
end-users, who
 don't use Magit or another package which uses it internally.
 
 @noindent
-This manual is for With-Editor version 3.4.4.
+This manual is for With-Editor version 3.4.5.
 
 @insertcopying
 @end ifnottex
diff --git a/lisp/with-editor.el b/lisp/with-editor.el
index 9bfa34b70b..044f3945a8 100644
--- a/lisp/with-editor.el
+++ b/lisp/with-editor.el
@@ -6,7 +6,7 @@
 ;; Homepage: https://github.com/magit/with-editor
 ;; Keywords: processes terminals
 
-;; Package-Version: 3.4.4
+;; Package-Version: 3.4.5
 ;; Package-Requires: ((emacs "26.1") (compat "30.1"))
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later

Reply via email to