Bump package version, add upcoming changes in README

I forgot to bump the package version in the previous commits orz
This commit is contained in:
Lucien Cartier-Tilet 2021-04-30 16:59:42 +02:00
parent 1b7ed9e9c8
commit 6ad83f2a0d
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
2 changed files with 20 additions and 2 deletions

View File

@ -87,6 +87,24 @@ detect whether you have a battery or not/ and will only display this
line if you have one. If you dont have a battery, the only difference
is you will have one less line than laptop users.
* Upcoming changes
Here are some upcoming changes I hope Ill make in the future. If you
see a feature still hasnt been implemented and you wish to implement
it, dont hesitate to contribute and submit a PR!
** Better partitions detection
I wish to make the partitions detection a bit more configurable,
only partitions which filesystem is located in ~/dev~ are detected and
shown, I would like to allow people to make them discoverable
through their mountpoint instead through a configurable
alist. Change to come in future versions!
** Better support for other OSes
Displaying the OS name only works on systems that have an
~/etc/os-release~ file and ~df~ available in Eshells path —i.e. it will
not work on Windows, and probably not on macOS. This should be fixed
someday. (And *BSD maybe?)
* License
~eshell-info-banner.el~ is available under the GNU GPL-3.0 license. You
can find the full text in [[file:LICENSE.md][LICENSE.md]].

View File

@ -2,7 +2,7 @@
;; Author: Lucien Cartier-Tilet <lucien@phundrak.com>
;; Maintainer: Lucien Cartier-Tilet
;; Version: 0.1.0
;; Version: 0.2.0
;; Package-Requires: ((emacs "24") (dash "2") (f "0.20") (s "1"))
;; Homepage: https://labs.phundrak.com/phundrak/eshell-info-banner.el
@ -34,7 +34,7 @@
; Groups ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defgroup eshell-info-banner nil
(defgroup eshell-info-banner ()
"System information as your Eshell banner."
:prefix "eshell-info-banner-"
:link '(url-link :tag "Gitea" "https://labs.phundrak.com/phundrak/eshell-info-banner.el"))