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

Commit

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


## [2.7.0] - 2018-05-28

### Added
* Connector for Oracle databases (#437)
* Backend: Added API for creating a grid to store results from scheduled queries (#444)

### Changed
* UI: Added a vertical scrollbar to the database view
* UI: Don't hide the code editor when the chart editor opens (#445)
* Log: Reduced verbosity

### Fixed
* Backend: Fixed error message on failed connection

### Security
* Upgraded to Electron v2.0.1 (and Node v8)
* Prevent navigation on drag'n'drop (#436)


## [2.6.0] - 2018-04-13

### Added
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.6.0",
"version": "2.7.0",
"description": "Free, open-source SQL client for Windows, Mac and Linux",
"main": "./backend/main.js",
"scripts": {
Expand Down

0 comments on commit e7c6ebc

Please # to comment.