branch: externals/shell-command+ commit fa22042402beb985bc206ae8de90fab2ff192533 Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Bump version to 2.3.0 --- shell-command+.el | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/shell-command+.el b/shell-command+.el index 7f3f68f..1d4abe3 100644 --- a/shell-command+.el +++ b/shell-command+.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2020-2021 Free Software Foundation, Inc. ;; Author: Philip Kaludercic <phil...@posteo.net> -;; Version: 2.2.1 +;; Version: 2.3.0 ;; Keywords: unix, processes, convenience ;; Package-Requires: ((emacs "24.1")) ;; URL: https://git.sr.ht/~pkal/shell-command-plus @@ -22,7 +22,7 @@ ;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;;; Commentary: -;; + ;; `shell-command+' is a `shell-command' substitute, that extends the ;; regular Emacs command with several features. After installed, ;; configure the package as follows: @@ -59,6 +59,19 @@ ;; See `shell-command+'s docstring for more details on how it's input ;; is interpreted.. +;;; News: + +;;;; Version 2.3.0 (15Oct21) + +;; - Add rgrep to shell-command+-substitute-alist +;; - Fix shell-command+-substitute-alist customization type +;; - Skip environmental variables when parsing a command +;; - Check if command is being piped, in which case command +;; substitution is avoided. +;; - Fix persistent sudo bug, where any command after a sudo +;; substitute would try to run as root +;; - Improve command tokenization performance slightly. + ;;; Code: (eval-when-compile (require 'rx))