-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG
76 lines (50 loc) · 1.49 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Changelog
## 1.1.0 - 2021-10-10
### Fixed
- Print "No games" if there are no games
### Added
- Seattle Kraken as a new team for 2021-22 season
## 1.0.4 - 2021-06-04
### Fixed
- A bug where playoff overtime goal scored at 65 minutes would not show up.
## 1.0.2 - 2021-05-16
### Added
- Playoffs series score
### Internal changes
- Refactored to use Rust structs with JSON data
- Fixed all CHANGELOG dates to 2021. Had forgotten the year changed.
## 0.3.0 - 2021-01-29
### Added
- A flag `--nocolors` that allows users to turn off the colors
### Changed
- When printing elsewhere than standard out, colors are disabled
## 0.2.5 - 2021-01-29
### Added
- Support for playoff overtimes
## 0.2.4 - 2021-01-24
### Added
- Display POSTP. for games that have been postponed
## 0.2.3 - 2021-01-24
### Added
- Tests for a lot of the codebase
- Refactoring to make it more error prone
## 0.2.2 - 2021-01-23
### Fixed
- A crash when there were games with no goals
## 0.2.1 - 2021-01-23
### Added
- README
- Website at [hamatti.github.io/nhl-235](https://hamatti.github.io/nhl-235)
## 0.2.0 - 2021-01-23
### Added
- `--version` flag
- "ot" or "so" indicator to the score if game finishes in overtime or shootout
- MIT license
### Fixes
- Displays Toronto's name correctly
- Only shows the game-winning shootout goal if multiple goals made
## 0.1.0 - 2021-01-22
### Initial release
- Displays game scores from current or previous round
- Displays goal scorers and minutes
- Uses visuals familiar for 235 users