From 856f772c2d40d458c4a964a3ce3cfb61f310078f Mon Sep 17 00:00:00 2001 From: Sergei Zaychenko Date: Fri, 18 Aug 2023 02:09:52 -0700 Subject: [PATCH] Restored CHANGELOG formatting --- CHANGELOG.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53120d52f..62490136d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,27 +6,19 @@ 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). ## Unreleased - ### Added - - Deleting and renaming a dataset on Settings tab - Added icons for dataset's tabs ## [0.8.0] - 2023-08-04 - ### Added - - Added pictures in the dropdown list for engines - Editing dataset readme file on Overview tab - ### Changed: - - Internal: code formatter settings revised (print width) ## [0.7.0] - 2023-07-27 - ### Added - - The ability to add a new dataset in 2 ways: creating from a yaml file and creating an empty dataset. - Support editing basic dataset information interactively (SetInfo event) - Support editing dataset license information interactively (SetLicense event) @@ -43,27 +35,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Create a navigator to display the state of the interactive input for the SetPollingSource event ## [0.6.0] - 2023-02-27 - ### Added - - Link between AddData/ExecuteQuery events and queries tab for the event-specific data intervals - Docker image that serves the app under Nginx - ### Changed - - Yaml representation of events coming from the GraphQL server instead of frontend-side generation - Improved release procedure ## [0.5.1] - 2023-02-10 - ### Changed - - Metadata tab of Dataset Viewer should also show query alias in SetTransform inputs ## [0.5.0] - 2023-02-09 - ### Added - - Support viewing individual block details: - basic block information - detailed information on event-specific properties in rich format @@ -76,7 +60,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed spinner behavior. Spinner is now automatically displayed if an external request takes more than configured period of time ## [0.4.0] - 2022-11-18 - ### Added - Keeping a CHANGELOG!