Skip to content

v0.0.12

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 00:03
· 1 commit to main since this release
5b637b6

Added

  • Config file for setting your favorite team, which will always be first in
    schedule view: Issue 16
  • Change the schedule date with arrow keys: use left for the previous day and
    right for the next day

Changed

  • Move API to be async and do api calls concurrently when possible: Issue 13
  • Switch from tui-rs to a new (maintained) fork ratatui. Thanks tui-rs!
  • Update dependencies and refactor code a bit

Fixed