Releases: robertazzopardi/termtable
v0.3.1
Fixes a bug with accessing the local kv store when it has already been created.
Full Changelog: v0.3.0...v0.3.1
v0.3.0
App state persistance
This release integrates go-keyring and bbolt to add persistance for the connections that have been used. The username and password for the database are stored in the computers keyring, all other credentials are stored in a bbolt kv bucket. There are also bug fixes and ui improvements included in this release.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Database view
Can now open a data base through the new connection option and view it in the database view
Full Changelog: 0.1.0...v0.2.0
0.1.0
Initial project setup
Can test whether a connection can be made to a postgres database
Full Changelog: https://github.com/robertazzopardi/termtable/commits/0.1.0