Skip to content

Releases: YtvwlD/metecli

v0.9.1

02 Apr 08:15
v0.9.1
Compare
Choose a tag to compare

Fix creating new users and drinks

v0.9.0

01 Apr 16:35
v0.9.0
Compare
Choose a tag to compare

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

06 Mar 20:16
v0.8.0
Compare
Choose a tag to compare

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

10 Mar 11:48
v0.7.0
Compare
Choose a tag to compare

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

06 Oct 17:11
v0.6.0
Compare
Choose a tag to compare

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

19 Sep 13:43
v0.5.0
Compare
Choose a tag to compare

New features in this version:

  • list barcodes
  • add barcodes
  • delete barcodes
  • display config
  • modify config
  • log level is configurable

v0.4.0

14 Sep 11:35
v0.4.0
Compare
Choose a tag to compare

New features in this version:

  • create new accounts
  • create new drinks
  • select an account
  • delete drinks
  • delete accounts

v0.3.1

13 Sep 16:16
v0.3.1
Compare
Choose a tag to compare

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

11 Sep 10:19
v0.3.0
Compare
Choose a tag to compare

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

09 Sep 16:04
v0.2.0
Compare
Choose a tag to compare

More features in this version:

  • display information about your account
  • modify your account
  • multiple config files