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:
parent
1b7ed9e9c8
commit
6ad83f2a0d
18
README.org
18
README.org
@ -87,6 +87,24 @@ detect whether you have a battery or not/ and will only display this
|
|||||||
line if you have one. If you don’t have a battery, the only difference
|
line if you have one. If you don’t have a battery, the only difference
|
||||||
is you will have one less line than laptop users.
|
is you will have one less line than laptop users.
|
||||||
|
|
||||||
|
* Upcoming changes
|
||||||
|
Here are some upcoming changes I hope I’ll make in the future. If you
|
||||||
|
see a feature still hasn’t been implemented and you wish to implement
|
||||||
|
it, don’t 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 Eshell’s path —i.e. it will
|
||||||
|
not work on Windows, and probably not on macOS. This should be fixed
|
||||||
|
someday. (And *BSD maybe?)
|
||||||
|
|
||||||
* License
|
* License
|
||||||
~eshell-info-banner.el~ is available under the GNU GPL-3.0 license. You
|
~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]].
|
can find the full text in [[file:LICENSE.md][LICENSE.md]].
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
;; Author: Lucien Cartier-Tilet <lucien@phundrak.com>
|
;; Author: Lucien Cartier-Tilet <lucien@phundrak.com>
|
||||||
;; Maintainer: Lucien Cartier-Tilet
|
;; Maintainer: Lucien Cartier-Tilet
|
||||||
;; Version: 0.1.0
|
;; Version: 0.2.0
|
||||||
;; Package-Requires: ((emacs "24") (dash "2") (f "0.20") (s "1"))
|
;; Package-Requires: ((emacs "24") (dash "2") (f "0.20") (s "1"))
|
||||||
;; Homepage: https://labs.phundrak.com/phundrak/eshell-info-banner.el
|
;; Homepage: https://labs.phundrak.com/phundrak/eshell-info-banner.el
|
||||||
|
|
||||||
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
; Groups ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
; Groups ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
(defgroup eshell-info-banner nil
|
(defgroup eshell-info-banner ()
|
||||||
"System information as your Eshell banner."
|
"System information as your Eshell banner."
|
||||||
:prefix "eshell-info-banner-"
|
:prefix "eshell-info-banner-"
|
||||||
:link '(url-link :tag "Gitea" "https://labs.phundrak.com/phundrak/eshell-info-banner.el"))
|
:link '(url-link :tag "Gitea" "https://labs.phundrak.com/phundrak/eshell-info-banner.el"))
|
||||||
|
Loading…
Reference in New Issue
Block a user