diff options
author | Thanos Apollo <[email protected]> | 2024-11-07 10:09:28 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-11-07 10:12:24 +0200 |
commit | bfce6f94671611a2da298aa484194fe222223c3d (patch) | |
tree | 28c83e6f6a0843fc57afca59fee1f06005204ec1 | |
parent | 6fad435b9a3f85185a0265e58caae93ea086a11f (diff) |
Version bump: 0.4.7
* Optimized performance for dashboard homepage
* Fix face issues on on emacs-30
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | gnosis.el | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,7 @@ -*- mode: org -*- +* 0.4.7 ++ Optimized performance for dashboard homepage ++ Fix face issues on emacs-30 * 0.4.6 + Refactor gnosis-dashboard without using widgets @@ -5,7 +5,7 @@ ;; Author: Thanos Apollo <[email protected]> ;; Keywords: extensions ;; URL: https://thanosapollo.org/projects/gnosis -;; Version: 0.4.6 +;; Version: 0.4.7 ;; Package-Requires: ((emacs "27.2") (emacsql "4.0.1") (compat "29.1.4.2") (transient "0.7.2")) |