You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: CHANGELOG.md
+16-7
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,25 @@ All notable changes to this project will be documented in this file.
4
4
5
5
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).
6
6
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
8
23
9
-
* Automatically redraw the dashboard when size of terminal change.
10
24
* Fix errors linked to Google JWT files.
11
-
* Command list - list the config available
12
25
* 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)
17
26
* Add possibility to edit file with an editor of your choice
0 commit comments