Skip to content

uptop 0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 06:26

0.2 -- 2020-10-11

  • Add help screen
  • Implemented background thread for requests
  • Transaction viewport is now based on the selected account

See README for instructions.

If you encounter this error,

error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory

installing libncurses5 on Ubuntu solves the problem.

# apt-get update
# apt-get install libncurses5