Skip to content

Releases: stijndcl/ugent-food

v1.1.0

07 Sep 12:01
Compare
Choose a tag to compare

This release adds back support for the skip_weekends setting.

New features

  • Automatically skip forward when the tool is called on a Saturday or Sunday without any arguments.

v1.0.1

06 Sep 19:57
Compare
Choose a tag to compare

Complete app rewrite

Breaking changes

  • The entire library has been rewritten and restructured
  • The API calls are now asynchronous

New features

  • The list of available sandwiches can now be requested as well
  • New option to hide menu kinds

Other

  • Change build system to Poetry
  • Code formatting done using Black
  • Linting is now checked by Flake8 instead of Pylint