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

Commit ca91d77

Browse files
committed
CHANGELOG for next version
1 parent 6319999 commit ca91d77

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

CHANGELOG.md

+16-7
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,25 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7-
## Next version
7+
## [0.5.0] - 2021-04-25
8+
9+
### ADDED
10+
11+
* Automatically redraw the dashboard when the size of the terminal change.
12+
* New command "list" - list all the dashboards available.
13+
* New command "generate" - Generate dashboards according to templates.
14+
* New command "edit" - Edit dashboard with the default $EDITOR or any other shell based editor you want.
15+
* New command "version" - Display the version of DevDash.
16+
* Add the possibility to edit the dashboard configuration file from the display with the keystroke `CTRL+e`.
17+
* Add the possibility to set authorization tokens and files via environment variables:
18+
* "DEVDASH_GITHUB_TOKEN" - Token for the service Github.
19+
* "DEVDASH_GA_KEYFILE" - Keyfile for the service Google Analytics.
20+
* "DEVDASH_GSC_KEYFILE" - Keyfile for the service Google Search Console.
21+
22+
### UPDATED
823

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

1928
## [0.4.2] - 2020-02-25

0 commit comments

Comments
 (0)