Skip to content

Commit

Permalink
v0.0.15 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 17, 2023
1 parent 234a701 commit 011b47d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.0.15] - 2023-06-17

- Adds checkbox for Limit with a configurable input ([#35](https://github.com/tconbeer/harlequin/issues/35)).
- Adds more obvious Run Query button ([#76](https://github.com/tconbeer/harlequin/issues/76)).
- Press <kbd>ctrl+b</kbd> to toggle (hide/show) the Data Catalog sidebar.
- Press <kbd>ctrl+b</kbd> to toggle (hide/show) the Data Catalog sidebar. ([#29](https://github.com/tconbeer/harlequin/issues/29), [#103](https://github.com/tconbeer/harlequin/issues/103))
- Removes the Header for more working space.

## [0.0.14] - 2023-06-15
Expand All @@ -22,7 +24,7 @@ All notable changes to this project will be documented in this file.

### Bug Fixes

- Reimplements <kbd>ctrl+`</kbd> to format files (regression from 0.0.13)
- Reimplements <kbd>ctrl+\`</kbd> to format files (regression from 0.0.13)
- Updates textual_textarea, which fixes two bugs when opening files
and another bug related to scrolling the TextArea.

Expand Down Expand Up @@ -92,7 +94,7 @@ All notable changes to this project will be documented in this file.
- Queries now run asynchronously.
- Errors from DuckDB are now handled and shown in a pop-up.
- View columns and data types in the schema viewer sidebar.
- Queries can be formatted using <kbd>ctrl+`</kbd>.
- Queries can be formatted using <kbd>ctrl+\`</kbd>.
- Queries can be saved using <kbd>ctrl+s</kbd> and opened (loaded) using <kbd>ctrl+o</kbd>.

## [0.0.2] - 2023-05-02
Expand All @@ -104,7 +106,9 @@ All notable changes to this project will be documented in this file.

- Use the DuckDB CLI.

[Unreleased]: https://github.com/tconbeer/harlequin/compare/0.0.14...HEAD
[Unreleased]: https://github.com/tconbeer/harlequin/compare/0.0.15...HEAD

[0.0.15]: https://github.com/tconbeer/harlequin/compare/0.0.14...0.0.15

[0.0.14]: https://github.com/tconbeer/harlequin/compare/0.0.13...0.0.14

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "harlequin"
version = "0.0.14"
version = "0.0.15"
description = "A terminal-based SQL IDE for DuckDB"
authors = ["Ted Conbeer <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 011b47d

Please sign in to comment.