Skip to content

Releases: robertazzopardi/termtable

v0.3.1

26 Apr 00:10

Choose a tag to compare

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

19 Apr 12:53

Choose a tag to compare

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

10 Apr 23:39

Choose a tag to compare

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

30 Mar 02:05

Choose a tag to compare

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