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) forkratatui
. Thankstui-rs
! - Update dependencies and refactor code a bit
Fixed
- Getting stuck in help menu: Issue 29