Releases: alphapapa/ement.el
Releases · alphapapa/ement.el
v0.8
Additions
- Command
ement-create-space
creates a new space. - Command
ement-room-toggle-space
toggles a room's membership in a space (a way to group rooms in Matrix). - Visibility of sections in the room list is saved across sessions.
- Command
ement-room-list-kill-buffer
kills a room's buffer from the room list. - Set
device_id
andinitial_device_display_name
upon login (e.g.Ement.el: username@hostname
). (#134. Thanks to Arto Jantunen for reporting.)
Changes
- Room-related commands may be called interactively with a universal prefix to prompt for the room/session (allowing to send events or change settings in rooms other than the current one).
- Command
ement-room-list
reuses an existing window showing the room list when possible. (#131. Thanks to Jeff Bowman for suggesting.) - Command
ement-tag-room
toggles tags (rather than adding by default and removing when called with a prefix). - Default room grouping now groups "spaced" rooms separately.
Fixes
- Message format filter works properly when writing replies.
- Improve insertion of sender name headers when using the "Elemental" message format.
- Prompts in commands
ement-leave-room
andement-forget-room
.