emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/detached 982443b363 2/2: Update detached to version 0.8


From: ELPA Syncer
Subject: [elpa] externals/detached 982443b363 2/2: Update detached to version 0.8.0
Date: Fri, 2 Sep 2022 07:57:31 -0400 (EDT)

branch: externals/detached
commit 982443b3638e697fbe859faaa95eef502c13339d
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Update detached to version 0.8.0
---
 CHANGELOG.org | 7 ++++++-
 detached.el   | 4 ++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org
index 41ba1b85f9..d33b977276 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -3,6 +3,10 @@
 #+language: en
 
 * Development
+
+* Version 0.8.0 (2022-09-02)
+
+- Change to semantic versioning
 - Update expectations on =detached-terminal-data-command= command, user should 
now set it manually. This approach works better since it doesn't cause any 
conflict when remote host and local host operating system differs.
 - Improved handling of remote sessions. The package will not eagerly try to 
watch sessions, it waits until user requests or that it finds an open 
connection to the remote host.
 - Detached tries to guess the =detached-terimal-data-command= based on 
operating system, if that's not possible the user needs to set it manually. 
Currently detection of =gnu/linux= and =darwin= is supported.
@@ -18,7 +22,8 @@
 - The package makes sure to let-bind the kill-ring before killing input in 
different modes, previously the killed text unintentionally ended up in users 
kill-ring.
 - Notification using the =alert= package is now present in the 
=detached-extra.el= and therefore doesn't need to be manually added by users
 
-*   Version 0.7 (2022-05-21)
+*  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.
diff --git a/detached.el b/detached.el
index bb54b3e7b9..5763eada5b 100644
--- a/detached.el
+++ b/detached.el
@@ -5,7 +5,7 @@
 ;; Author: Niklas Eklund <niklas.eklund@posteo.net>
 ;; Maintainer: detached.el Development <~niklaseklund/detached.el@lists.sr.ht>
 ;; URL: https://sr.ht/~niklaseklund/detached.el/
-;; Version: 0.7
+;; Version: 0.8.0
 ;; Package-Requires: ((emacs "27.1"))
 ;; Keywords: convenience processes
 
@@ -199,7 +199,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.7.2"
+(defconst detached-session-version "0.8.0.0"
   "The version of `detached-session'.
 This version is encoded as [package-version].[revision].")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]