Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n-riesco committed Jul 27, 2018
1 parent b349972 commit d3702cf
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Security


## [3.0.0] - 2018-07-27

### Added
* Added UI to show scheduled queries (#472)
* Added UI to create, update and delete scheduled queries (#476)
* Support cron rules to schedule queries (#488)
* Added UI to name scheduled queries (#500)

### Changed
* The refresh interval of scheduled queries created in previous versions of
Falcon is now converted into one of the following: every minute, every 5
minutes, hourly, daily and weekly (#488)

### Removed
* Removed the chart editor and the export tab when running onprem mode (#496)

### Fixed
* MSSQL: Fixed #299, #409 and #462 (#464)

### Security
* Mitigated clickjacking by setting `X-Frame-Options: DENY` (#489)


## [2.8.0] - 2018-06-07

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "falcon-sql-client",
"version": "2.8.0",
"version": "3.0.0",
"description": "Free, open-source SQL client for Windows, Mac and Linux",
"main": "./backend/main.js",
"scripts": {
Expand Down

0 comments on commit d3702cf

Please sign in to comment.