branch: externals/ement commit 0d4a3040c7feca2e06b156ea30eaa2905f1ed12d Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Release: v0.5 --- README.org | 3 ++- ement.el | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 0c3160f48b..976f678f8f 100644 --- a/README.org +++ b/README.org @@ -287,13 +287,14 @@ Note that, while ~matrix-client~ remains usable, and probably will for some time :TOC: :depth 0 :END: -** 0.5-pre +** 0.5 *Additions* + Present "joined-and-left" and "rejoined-and-left" membership event pairs as such. + Process and show rooms' canonical alias events. *Changes* ++ The [[https://github.com/alphapapa/taxy.el][taxy.el]]-based room list, with programmable, smart grouping, is now the default ~ement-room-list~. (The old, ~tabulated-list-mode~-based room list is available as ~ement-tabulated-room-list~.) + When selecting a room to view with completion, don't offer spaces. + When selecting a room with completion, empty aliases and topics are omitted instead of being displayed as nil. diff --git a/ement.el b/ement.el index a7187d5bc5..ae0093ff72 100644 --- a/ement.el +++ b/ement.el @@ -5,7 +5,7 @@ ;; Author: Adam Porter <a...@alphapapa.net> ;; Maintainer: Adam Porter <a...@alphapapa.net> ;; URL: https://github.com/alphapapa/ement.el -;; Version: 0.5-pre +;; Version: 0.5 ;; Package-Requires: ((emacs "27.1") (map "2.1") (plz "0.2") (taxy "0.10") (taxy-magit-section "0.12.1") (svg-lib "0.2.5") (transient "0.3.7")) ;; Keywords: comm