branch: externals/dtache commit ee8f3efa26847f48360c2b0679cb1ce90f141336 Author: Niklas Eklund <niklas.ekl...@posteo.net> Commit: Niklas Eklund <niklas.ekl...@posteo.net>
Version 0.3 --- CHANELOG.org | 2 ++ dtache.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANELOG.org b/CHANELOG.org index 618c8f8484..28e94a5138 100644 --- a/CHANELOG.org +++ b/CHANELOG.org @@ -4,6 +4,8 @@ * Development +* Version 0.3 (2022-01-15) + - =dtache= now uses =filenotify= for both local and remote sessions. If run on =macOS= timers are used both for local as well as remote sessions. - Add version for =dtache-session= objects. This makes dtache not break whenever non-backwards compatible changes are made to the dtache-session object. - The commands for launching sessions are now renamed to resemble the non dtache commands. The commands are =dtache-shell-command=, =dtache-shell-send-input=, =dtache-eshell-send-input=, =dtache-compile=. diff --git a/dtache.el b/dtache.el index eef31a7c90..06739b390b 100644 --- a/dtache.el +++ b/dtache.el @@ -4,7 +4,7 @@ ;; Author: Niklas Eklund <niklas.ekl...@posteo.net> ;; URL: https://www.gitlab.com/niklaseklund/dtache.git -;; Version: 0.2 +;; Version: 0.3 ;; Package-Requires: ((emacs "27.1")) ;; Keywords: convenience processes @@ -143,7 +143,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.2.3" +(defconst dtache-session-version "0.3.0" "The version of `dtache-session'. This version is encoded as [package-version].[revision].")