branch: externals/detached commit 8402e7ef4574c719f114b15f89b4aecdddea1e1e Author: Niklas Eklund <niklas.ekl...@posteo.net> Commit: Niklas Eklund <niklas.ekl...@posteo.net>
Update detached to version 0.7 --- CHANGELOG.org | 4 ++-- detached.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 070966c66c..3c810043cc 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -2,8 +2,8 @@ #+author: Niklas Eklund #+language: en -* Development -- Rename =dtache= to =detached.el= +* Version 0.7 (2022-05-21) +- Rename =dtache= to =detached.el=, source code has been moved to https://git.sr.ht/~niklaseklund/detached.el - Introduce =dtache-init.el= and move integration of other packages there. The integration now becomes even simpler for users of =dtache=. - Rewrite =dtache= to enable the package to lazy load and not force users to load it when starting Emacs. - Make completion of sessions adapt to the current dtache sessions. All of the sessions will be used to determine an an appropriate width for the command width as well as each individual annotation. Format has updated in =dtache-annotation-format= and a =dtache-command-format= has been added, this supersedes the =dtache-max-command-lenght=. diff --git a/detached.el b/detached.el index f5a0ac97a0..df97b0e632 100644 --- a/detached.el +++ b/detached.el @@ -5,7 +5,7 @@ ;; Author: Niklas Eklund <niklas.ekl...@posteo.net> ;; Maintainer: Niklas Eklund <niklas.ekl...@posteo.net> ;; URL: https://sr.ht/~niklaseklund/detached.el/ -;; Version: 0.6 +;; Version: 0.7 ;; Package-Requires: ((emacs "27.1")) ;; Keywords: convenience processes @@ -194,7 +194,7 @@ Valid values are: create, new and attach") (defvar detached-metadata-annotators-alist nil "An alist of annotators for metadata.") -(defconst detached-session-version "0.6.1" +(defconst detached-session-version "0.7.0" "The version of `detached-session'. This version is encoded as [package-version].[revision].")