Releases: YtvwlD/metecli
Releases · YtvwlD/metecli
v0.9.1
Fix creating new users and drinks
v0.9.0
Nothing fancy in this release, just:
- ignore case when searching for users during the initial setup
- refactoring
- further preparation for support of newer API versions
v0.8.0
There are not many new features in this release. The only ones:
- the
version
subcommand
- a better fuzzy search
But there are some bugfixes:
- better support for old and new Python versions
- handle missing trailing slashes in URLs
v0.7.0
New in this release:
- type annotations!
Metecli now uses mypy for type checking during development.
This shouldn't have an effect on users.
- better exception handling and output
- more output when buying stuff
- working API upgrades
- transferring money (still beta!)
v0.6.0
New features in this release:
- reuse the connection
- support setups where the API isn't placed at
/
- rudimentary support for different API versions
v0.5.0
New features in this version:
- list barcodes
- add barcodes
- delete barcodes
- display config
- modify config
- log level is configurable
v0.4.0
New features in this version:
- create new accounts
- create new drinks
- select an account
- delete drinks
- delete accounts
v0.3.1
This fixes a major bug in v0.3.0 which made it unable to buy drinks. The solution is in 3b6efde.
There are no new features in this release.
v0.3.0
New features in this version:
- filter audits by date
- buy a drink by barcode
- list all drinks
- display a specific drink
- modify existing drinks
v0.2.0
More features in this version:
- display information about your account
- modify your account
- multiple config files