Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 52a78ed

Browse files
committed
Version 2.8.0
1 parent 12603de commit 52a78ed

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2020
### Security
2121

2222

23+
## [2.8.0] - 2018-06-07
24+
25+
### Fixed
26+
* Fixed query panel for non-sql connectors (#451)
27+
* Fixed build failure with dtrace-provider (#421)
28+
* Fixed broken oauth redirection in web app (#260)
29+
30+
### Security
31+
* Disabled nodeIntegration (#453)
32+
* Ensured new windows are created using `shell.openExternal` (#453)
33+
34+
2335
## [2.7.0] - 2018-05-28
2436

2537
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "falcon-sql-client",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"description": "Free, open-source SQL client for Windows, Mac and Linux",
55
"main": "./backend/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)