You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [Unreleased]
6
6
7
+
## [0.0.26] - 2023-08-21
8
+
7
9
### New Features
8
10
9
11
- Harlequin supports multiple buffers (for tabbed editing). Create a new tab with <kbd>ctrl+n</kbd>, close a tab with <kbd>ctrl+w</kbd>, and switch to the next tab with <kbd>ctrl+k</kbd>. Opening, saving, and running queries are operations on the current buffer and have no effect on the other buffers.
@@ -17,6 +19,7 @@ All notable changes to this project will be documented in this file.
17
19
- <kbd>ctrl+e</kbd> exports the data from the current (visible) data table.
18
20
19
21
### Bug Fixes
22
+
20
23
- Fixes issues with the loading state when loading large result sets.
21
24
22
25
## [0.0.24] - 2023-08-04
@@ -37,13 +40,15 @@ All notable changes to this project will be documented in this file.
37
40
## [0.0.23] - 2023-08-03
38
41
39
42
### Features
43
+
40
44
- Changes the behavior of the "Run Query" button and <kbd>ctrl+enter</kbd>:
41
45
- If text is selected, and that text does not contain parsing errors, the "Run Query" button will show "Run Selection", and <kbd>ctrl+enter</kbd> will run the selected text. If multiple queries are selected (separated by semicolons), they will all be run;if multiple `select` statements are selected, only data from the first selected `select` statement will be loaded into the Results Viewer (or exported).
42
46
- If no text is selected, Harlequin will run the single query where the cursor is active. Other queries before and after semicolons will not be run.
43
47
- To "Run All", first selectall text with <kbd>ctrl+a</kbd>, and then run selection with <kbd>ctrl+enter</kbd>
44
48
- Adds path autocomplete and validation to the file save/open and export data inputs.
45
49
46
50
### Other Changes
51
+
47
52
- Lowers the maximum number of records loaded into the results viewer to 10,000. (All records can be exported with <kbd>ctrl+e</kbd>)
48
53
49
54
## [0.0.22] - 2023-08-02
@@ -214,7 +219,9 @@ All notable changes to this project will be documented in this file.
0 commit comments