On the road of Glances version 4.x
nicolargo opened this issue · 1 comments
nicolargo commented
Glances 3.4.x will be the latest versions (only hotfix will be merged) with a full support of Python 2.7 and Python 3 < 3.8.
The new develop branch (future version 4) will only support Python 3.8 or higher.
- release Glances 3.4.0 (from the develop branch)
- create a new support/glancesv3 branch from the develop branch (hotfix for Glances 3.x): https://github.com/nicolargo/glances/tree/support/glancesv3
- merge develop into glancesv4 branch
- merge glancesv4 into develop branch
- remove glances v4 branch
- refine the roadmap for Glances v4 - https://github.com/nicolargo/glances/issues?q=is%3Aopen+is%3Aissue+milestone%3A%22Glances+4.0.0%22
nicolargo commented
Roadmap for Glances version 4.0.0
Code refactoring (better to be done before others issues):
CursesUI, WebUI and Restful API improvement/refactoring:
Improve GPU plugin:
Others Improvements:
News features:
Bugs to be corrected:
Full current release note: https://github.com/nicolargo/glances/issues?q=is%3Aclosed+milestone%3A%22Glances+4.0.0%22