Releases: mlb-rs/mlbt
Releases · mlb-rs/mlbt
v0.0.12
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
v0.0.11
v0.0.10
v0.0.9
v0.0.8
v0.0.7
Remove musl build openssl issue still
v0.0.6
Hot fix for schedule table width Kept getting weird crashes. Seems to be related to this issue: https://github.com/fdehau/tui-rs/issues/470
v0.0.5
Merge pull request #8 from mlb-rs/gameday Gameday is dialed up
v0.0.4
Merge pull request #7 from mlb-rs/pitch-data Initial pitch display for Gameday
v0.0.3
Merge pull request #4 from mlb-rs/heatmap Starting GameDay display