diff options
author | B Stack <bgstack15@gmail.com> | 2020-04-02 09:06:07 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-04-02 09:06:45 -0400 |
commit | fdd4d7e29cd9d11bf9b03b28b2f3ae0eaf5f31c9 (patch) | |
tree | 7891beab2d61ef35999b73061d2ec087e1c0586d | |
parent | add man pages and drop .py endings (diff) | |
download | logout-manager-fdd4d7e29cd9d11bf9b03b28b2f3ae0eaf5f31c9.tar.gz logout-manager-fdd4d7e29cd9d11bf9b03b28b2f3ae0eaf5f31c9.tar.bz2 logout-manager-fdd4d7e29cd9d11bf9b03b28b2f3ae0eaf5f31c9.zip |
add changelog to readme
-rw-r--r-- | src/usr/share/doc/logout-manager/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/usr/share/doc/logout-manager/README.md b/src/usr/share/doc/logout-manager/README.md index 112d5f6..53c2713 100644 --- a/src/usr/share/doc/logout-manager/README.md +++ b/src/usr/share/doc/logout-manager/README.md @@ -38,3 +38,12 @@ This project is partially a programming playground for the [original author](htt ## Downsides * This whole thing is more complex than just logging out of my user session, and selecting a logout-type action from the display manager. * Depends on sudo instead of using native tools. + +## Changelog +### 0.0.3 +* 2020-04-02 +* Add man pages +* drop .py endings +* Adapt to python 3.8 + * fix [#2](https://gitlab.com/bgstack15/logout-manager/-/issues/2) AttributeError: module 'platform' has no attribute 'dist' + * fix [#3](https://gitlab.com/bgstack15/logout-manager/-/issues/3) for Devuan Ceres 4: platform.platform() does not show "Devuan" |