-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
134 lines (72 loc) · 2.08 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# Changelog
## 1.4.1 - 2024-12-11
### Fixed
- Fixed a bug that calculated shootout goals to player's goal stat when using `--stat`
## 1.4.0 - 2024-10-08
### Changed
- Remove Arizona Coyotes
- Add Utah Hockey Club
## 1.3.0 - 2023-10-21
### Added
- Added `--stats` flag
## 1.2.2 - 2022-10-20
### Added
- Added `--help` documentation
## 1.2.1 - 2022-09-26
### Fixed
- Fix errors for when date is null.
## 1.2.0 - 2022-03-04
### Added
- Support for configurable highlight feature for individual players
## 1.1.1 - 2021-11-01
### Fixed
- No longer crashes for game that is scoreless
## 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