pg_activity 2.0.0a1
Pre-release
Pre-release
Change log:
- Require Python >= 3.6 (#145)
- Rewrite the UI, clean up many things (#145)
- Add type hints, checked with mypy (#145)
- Add tests, run with Python 3.6 to 3.9 in Travis-CI (#145)
- Let k/j keys scroll the process list in interactive mode (#145)
- Change keys to cancel ('C') and terminate ('K') a process in interactive mode (#145)
- Drop support for color de-activation (#145)
- Make the confirmation dialog for interactive actions nicer (#145)
- Add user and client columns in blocking and waiting queries mode (#145)
- Add a
--no-pid
option flag (#145) - Drop compatibility for ancient psutil versions (#145)
- Update installation instructions (#152)
- Change author information and project URL to Dalibo (#152)
- Declare the license correctly in setup.py (#152)
- Add more classifiers for PyPI (#152)
- Add keywords for PyPI (#152)