Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
CHANGELOG for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantas0s committed Apr 24, 2021
1 parent 6319999 commit ca91d77
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,25 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Next version
## [0.5.0] - 2021-04-25

### ADDED

* Automatically redraw the dashboard when the size of the terminal change.
* New command "list" - list all the dashboards available.
* New command "generate" - Generate dashboards according to templates.
* New command "edit" - Edit dashboard with the default $EDITOR or any other shell based editor you want.
* New command "version" - Display the version of DevDash.
* Add the possibility to edit the dashboard configuration file from the display with the keystroke `CTRL+e`.
* Add the possibility to set authorization tokens and files via environment variables:
* "DEVDASH_GITHUB_TOKEN" - Token for the service Github.
* "DEVDASH_GA_KEYFILE" - Keyfile for the service Google Analytics.
* "DEVDASH_GSC_KEYFILE" - Keyfile for the service Google Search Console.

### UPDATED

* Automatically redraw the dashboard when size of terminal change.
* Fix errors linked to Google JWT files.
* Command list - list the config available
* Command version - Display the current version of DevDash
* Add possibility to add sensible information in environment variable:
* DEVDASH_GITHUB_TOKEN (token for Github service)
* DEVDASH_GA_KEYFILE (keyfile for Google Analytics service)
* DEVDASH_GSC_KEYFILE (keyfile for Google Search Console service)
* Add possibility to edit file with an editor of your choice

## [0.4.2] - 2020-02-25
Expand Down

0 comments on commit ca91d77

Please sign in to comment.