Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,34 @@

## Version 0.8.0

* Added confirmed cases graphs ``corona -g`` or ``corona italy -g`
* Added confirmed cases graphs `corona -g` or `corona italy -g`

## Version 0.7.0

* Added new source to fetch realtime data. ``corona --source=2``
* Added new source to fetch realtime data. `corona --source=2`
* Code refactored and some bug fixes.

## Version 0.6.0

* Added filter to show top N countries. ``corona --top=20``
* Added filter to show top N countries. `corona --top=20`

## Version 0.5.0

* Added minimal / comapct table command. ``corona --minimal``
* Added minimal / comapct table command. `corona --minimal`
* Added world total stats at the bottom of the table too.
* Refactor: moved table formatting functions to helpers.
* Added total stats object when using `?format=json`

## Version 0.4.0

* Added country filter. Ex: ``corona Italy``
* Added command to show emojis. Ex: ``corona --emojis``
* Added command to disable colors using. Ex: ``corona --color=false``
* Added country filter. Ex: `corona Italy`
* Added command to show emojis. Ex: `corona --emojis`
* Added command to disable colors using. Ex: `corona --color=false`

## Version 0.2.0

* Added daily and weekly column.

## Version 0.1.0

* Lauched command `corona`
* Lauched command `corona`
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ corona --color=false
* <https://github.com/javieraviles/covidAPI>
* <https://github.com/mathdroid/covid-19-api>
* <https://github.com/warengonzaga/covid19-tracker-cli>
* <https://github.com/ahmadawais/corona-cli>
* <https://github.com/ahmadawais/corona-cli>

## Hosting

Expand All @@ -167,4 +167,3 @@ corona --color=false
## License

[WTFPL](http://www.wtfpl.net/)