branch: externals/dtache commit 4ecda689e4ccddc23805a22484c95c4f3f65e3bb Author: Niklas Eklund <niklas.ekl...@posteo.net> Commit: Niklas Eklund <niklas.ekl...@posteo.net>
Update dtache to version 0.6 --- CHANGELOG.org | 6 ++++-- dtache.el | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 8337e13590..ab475ca3f2 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -2,10 +2,12 @@ #+author: Niklas Eklund #+language: en -* Development +* Development + +* Version 0.6 (2022-05-01) - Eshell integration has been updated. The package now supports expansion of =eshell= aliases. However =dtache= will no longer run if commands are =elisp= functions. - - Example configuration for =dtache= integration with =vterm= added. +- Example configuration for =dtache= integration with =vterm= added. - The package now uses =ansi-color= to handle ANSI escape sequences. This feature is enabled by default but can be turned of if =dtache-filter-ansi-sequences= is set to nil. * Version 0.5 (2022-02-02) diff --git a/dtache.el b/dtache.el index c41bd7dc2f..03cf504a4d 100644 --- a/dtache.el +++ b/dtache.el @@ -5,7 +5,7 @@ ;; Author: Niklas Eklund <niklas.ekl...@posteo.net> ;; Maintainer: Niklas Eklund <niklas.ekl...@posteo.net> ;; URL: https://www.gitlab.com/niklaseklund/dtache.git -;; Version: 0.5 +;; Version: 0.6 ;; Package-Requires: ((emacs "27.1")) ;; Keywords: convenience processes @@ -165,7 +165,7 @@ Valid values are: create, new and attach") (defvar dtache-metadata-annotators-alist nil "An alist of annotators for metadata.") -(defconst dtache-session-version "0.5.0" +(defconst dtache-session-version "0.6.0" "The version of `dtache-session'. This version is encoded as [package-version].[revision].")