Releases: engvik/sbanken-cli
Releases · engvik/sbanken-cli
v1.6.0
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
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
Features
- Optional configurable HTTP timeout (#22)
Bugfixes
- Trying to use account aliases without any config file panics (#26)
v1.3.0
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
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
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
Initial release - all current sbanken api endpoints supported.