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