Release: v0.2

This commit is contained in:
Adam Porter 2022-09-21 13:58:25 -05:00
parent bdc69bb20b
commit 9fa6c59836
2 changed files with 2 additions and 2 deletions

View file

@ -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.)

View file

@ -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