1*********
2Changelog
3*********
4
5This is a brief overview of the changes introduced by each version.
6
7
8HATop 0.8
9=========
10
11HATop is now compatible with Python 3.
12
13James Hunt has officially taken over maintainership of this project.
14Work will continue on GitHub at https://github.com/jhunt/hatop.
15
16
17HATop 0.8.0
18-----------
19
20:Date: Jul 30, 2020
21
22- Feature: Support for Python3
23
24- Feature: Bump max services from 100 -> 1000
25
26- Feature: Support for connecting to HAProxy via a TCP socket.
27  (Andrew Hayworth)
28
29
30HATop 0.7
31=========
32
33This is the first public series after reaching a feature complete state.
34
35
36HATop 0.7.7
37-----------
38
39:Date: Oct 05, 2010
40
41- Feature: Display hotkey footer when pressing ENTER on selected service.
42
43- Feature: Use string identifier ("pxname/svname") instead of numerical
44  identifier ("#iid/#sid") for hotkey actions.
45
46- Bugfix: Display cursor and focus input if started in CLI mode.
47
48- Bugfix: Reload stat data if number of proxies or services has changed.
49
50- Bugfix: Prevent infinite size sync if screen size is larger than supported.
51  (Jérémy Bonnet)
52
53- Docs: Add notes to INSTALL for the man page. (James Briggs)
54
55- Docs: Fix hatop(1) man page and document the new hotkey footer.
56
57
58HATop 0.7.6
59-----------
60
61:Date: Aug 20, 2010
62
63- Bugfix: Support terminals lacking different cursor visibilities.
64  (Matt Behrens)
65
66- Bugfix: Handle empty or incomplete info and stat data.
67
68- Bugfix: Handle unknown proxy names with the -p / --proxy filter options.
69
70- Docs: Add initial hatop(1) man page
71
72
73HATop 0.7.5
74-----------
75
76:Date: Aug 18, 2010
77
78- Bugfix: Pressing ENTER on the embedded CLI could result in display
79  corruption. (Cyril Bonté)
80
81- Docs: Add common packaging files CHANGES and INSTALL
82
83- Docs: Add keybind reference in KEYBINDS
84
85
86HATop 0.7.4
87-----------
88
89:Date: Aug 16, 2010
90
91- Bugfix: Fix the expected stat CSV format. (Jim Riggs)
92
93
94HATop 0.7.3
95-----------
96
97:Date: Aug 16, 2010
98
99- Bugfix: Restore compatibility with Python 2.4 and 2.5.
100
101
102HATop 0.7.2
103-----------
104
105:Date: Aug 16, 2010
106
107- Bugfix: Handle socket connections to incompatible HAProxy versions.
108
109
110HATop 0.7.1
111-----------
112
113:Date: Aug 16, 2010
114
115- Bugfix: Prevent timeout changes to the internal interactive session used to
116  query for stats.
117
118
119HATop 0.7.0
120-----------
121
122:Date: Aug 15, 2010
123
124- The first public and feature complete version.
125
126.. vim: tw=78
127