Skip to content

Commit

Permalink
Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Borzenko committed Jul 28, 2023
1 parent ee9685a commit d222458
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Changelog

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

## [Unreleased]

- Added pictures in the dropdown list for engines

## [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)
Expand All @@ -22,22 +27,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Prepare step(optional)
- Preprocess step(optional)
- Create a navigator to display the state of the interactive input for the SetPollingSource event
- Added pictures in the dropdown list for engines

## [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
Expand All @@ -50,6 +62,8 @@ 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!
- Major refactorings and productization of the web UI

0 comments on commit d222458

Please sign in to comment.