Skip to content

Commit

Permalink
v0.8.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunt committed May 21, 2022
1 parent db5ffa6 commit 56f1248
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@ James Hunt has officially taken over maintainership of this project.
Work will continue on GitHub at https://github.com/jhunt/hatop.


HATop 0.8.2
-----------

:Date: May 21, 2022

- Bugfix: in CLI mode, pressing the down arrow no longer crashes Python 2.x


HATop 0.8.1
-----------

:Date: Apr 14, 2021

- Feature: F1/F2 hot keys now affect ALL backends

- Feature: New F9/F10 hot keys implement legacy F1/F2 behavior


HATop 0.8.0
-----------

Expand Down
3 changes: 2 additions & 1 deletion bin/hatop
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# vim:ft=python
#
# Copyright (C) 2011 John Feuerstein <[email protected]>
# Copyright (C) 2022 James Hunt <[email protected]>
#
# Project URL: https://github.com/jhunt/hatop
#
Expand Down Expand Up @@ -156,7 +157,7 @@ L7STS layer 7 response error, for example HTTP 5xx
__author__ = 'John Feuerstein <[email protected]>'
__copyright__ = 'Copyright (C) 2011 %s' % __author__
__license__ = 'GNU GPLv3'
__version__ = '0.8.0'
__version__ = '0.8.2'

import fcntl
import os
Expand Down

0 comments on commit 56f1248

Please sign in to comment.