Add changelog

pull/942/head
noramullen1 2020-04-09 10:58:38 -07:00
parent 0377c4bff3
commit d16ded08d6
1 changed files with 18 additions and 0 deletions

View File

@ -7,6 +7,24 @@ menu:
parent: Release notes
weight: 101
---
## v2.0.0-beta.8 [2020-04-09]
### Features
- Add `influx config` CLI command to switch back to previous activated configuration.
- Introduce new navigation menu.
- Add `-file` option to `influx query` and `influx task` CLI commands.
### Bug Fixes
- Fix card size and layout issues in dashboards index view.
- Fix check graph font and lines defaulting to black causing graph to be unreadable
- Fix text-wrapping display issue and popover sizing bug when adding labels to a resource.
- Respect the now-time of the compiled query if provided.
- Fix spacing between ticks.
- Fix typos in Flux functions list.
### UI Improvements
- Update layout of Alerts page to work on all screen sizes.
- Sort dashboards on Getting Started page by recently modified.
## v2.0.0-beta.7 [2020-03-27]