# Changelog

## 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
