mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 09:21:37 -05:00
Release: v0.2
This commit is contained in:
parent
bdc69bb20b
commit
9fa6c59836
2 changed files with 2 additions and 2 deletions
|
@ -278,7 +278,7 @@ Note that, while ~matrix-client~ remains usable, and probably will for some time
|
||||||
:TOC: :depth 0
|
:TOC: :depth 0
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
** 0.2-pre
|
** 0.2
|
||||||
|
|
||||||
*Changes*
|
*Changes*
|
||||||
+ Read receipts are re-enabled. (They're now implemented with a global idle timer rather than ~window-scroll-functions~, which sometimes caused a strange race condition that could cause Emacs to become unresponsive or crash.)
|
+ Read receipts are re-enabled. (They're now implemented with a global idle timer rather than ~window-scroll-functions~, which sometimes caused a strange race condition that could cause Emacs to become unresponsive or crash.)
|
||||||
|
|
2
ement.el
2
ement.el
|
@ -5,7 +5,7 @@
|
||||||
;; Author: Adam Porter <adam@alphapapa.net>
|
;; Author: Adam Porter <adam@alphapapa.net>
|
||||||
;; Maintainer: Adam Porter <adam@alphapapa.net>
|
;; Maintainer: Adam Porter <adam@alphapapa.net>
|
||||||
;; URL: https://github.com/alphapapa/ement.el
|
;; URL: https://github.com/alphapapa/ement.el
|
||||||
;; Version: 0.2-pre
|
;; Version: 0.2
|
||||||
;; Package-Requires: ((emacs "27.1") (map "2.1") (plz "0.2") (taxy "0.9") (taxy-magit-section "0.9") (svg-lib "0.2.5") (transient "0.3.7"))
|
;; Package-Requires: ((emacs "27.1") (map "2.1") (plz "0.2") (taxy "0.9") (taxy-magit-section "0.9") (svg-lib "0.2.5") (transient "0.3.7"))
|
||||||
;; Keywords: comm
|
;; Keywords: comm
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue