Skip to content

Releases: mlb-rs/mlbt

v0.0.12

26 Jun 00:03
5b637b6
Compare
Choose a tag to compare

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

v0.0.11

14 Apr 02:49
1345574
Compare
Choose a tag to compare

Changed

  • Update to Rust 2021 version
  • Update dependencies, notably tui-rs to 0.17.0

Fixed

  • Crash due to Indian Guardians name change: Issue 27

v0.0.10

23 Sep 16:55
Compare
Choose a tag to compare

Changed

  • Update tui-rs to 0.16.0, which fixed table flickering
  • Update crossterm to 0.21 and chrono_tz to 0.6

Fixed

  • Table column flickering: Issue 10
  • API error when deserializing season stats, as it turns out batters leave more
    than 256 men on base in a season. Switched everything to u16s.

v0.0.9

13 Jul 21:33
Compare
Choose a tag to compare

Added

  • Stats view: PR 25
  • Added a panic hook to print a nice stack trace on crash

Fixed

  • All Star game caused a crash when the schedule was loaded: PR 24

v0.0.8

30 Jun 03:20
Compare
Choose a tag to compare

Added

  • Standings view: PR 19
  • Added integration tests for the API
  • Added a date picker to view schedule on a different day: PR 21

Changed

  • Updated Help display to alert user if terminal is too small: PR 20
  • UI tweaks: PR 22

v0.0.7

05 Jun 19:30
Compare
Choose a tag to compare
Remove musl build

openssl issue still

v0.0.6

02 Jun 20:29
Compare
Choose a tag to compare
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

31 May 06:30
1716eaa
Compare
Choose a tag to compare
Merge pull request #8 from mlb-rs/gameday

Gameday is dialed up

v0.0.4

21 May 02:16
b416154
Compare
Choose a tag to compare
Merge pull request #7 from mlb-rs/pitch-data

Initial pitch display for Gameday

v0.0.3

12 May 05:07
5ac610a
Compare
Choose a tag to compare
Merge pull request #4 from mlb-rs/heatmap

Starting GameDay display