diff --git a/CHANGELOG b/CHANGELOG index 1ef6ac2..bb0e1a2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ # -*- mode: org -*- -* v3.4.2 UNRELEASED +* v3.4.2 2024-09-01 - Fix ~shell-command-with-editor-mode~ for remote processes. #129 diff --git a/docs/with-editor.org b/docs/with-editor.org index 29f8f75..238f3c0 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.1 +#+subtitle: for version 3.4.2 #+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.1. +This manual is for With-Editor version 3.4.2. #+texinfo: @insertcopying :END: diff --git a/lisp/with-editor.el b/lisp/with-editor.el index 48b9126..a43e48a 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.1 +;; Package-Version: 3.4.2 ;; Package-Requires: ((emacs "26.1") (compat "30.0.0.0")) ;; SPDX-License-Identifier: GPL-3.0-or-later