Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Releases: engvik/sbanken-cli

v1.6.0

08 May 22:10
f3da9ef
Compare
Choose a tag to compare

Features

  • Checks XDG_CONFIG_HOME on darwin
  • Upgrades sbanken-go to 1.2.0 (Release notes)
  • --archived flag on transactions command *

*(note: currently a bug in the Sbanken API, returns int instead of string for the source field)

v1.5.0

09 Feb 20:51
29623dc
Compare
Choose a tag to compare

Features

  • New configurable parameter --output and a json output writer.
  • Optional --customer-id to sbanken customer, to include customer ID in output

v1.4.0

07 Feb 12:28
Compare
Choose a tag to compare

Features

  • Optional configurable HTTP timeout (#22)

Bugfixes

  • Trying to use account aliases without any config file panics (#26)

v1.3.0

31 Jan 16:51
8e4d72b
Compare
Choose a tag to compare

Features

  • Account Aliases - configure aliases for your accounts
  • New command customer - get customer data

Bugfix

  • Fixes bug in transfer, where passing one ID that's an actual ID and the other an account name, it resulted in an error.

Other

  • Update sbanken-go to v1.1.0
  • Set User-Agent

v1.2.0

23 Nov 16:17
3378380
Compare
Choose a tag to compare

Features

  • Support different table output styles
  • Support colors in output for number values
  • Look up IDs from different columns (for example for reading an account, your can now pass the account name as id)

v1.1.0

12 Nov 18:17
Compare
Choose a tag to compare

Features

  • sbanken will now check a set of default locations for the config file if it's not passed with --config (-c).

v1.0.0

17 Oct 16:35
Compare
Choose a tag to compare

Initial release - all current sbanken api endpoints supported.