Skip to content

Commit

Permalink
v0.0.18 (#125)
Browse files Browse the repository at this point in the history
* Bumps version to 0.0.18

* chore: improve changelog

---------

Co-authored-by: tconbeer <[email protected]>
  • Loading branch information
github-actions[bot] and tconbeer authored Jun 23, 2023
1 parent e0f0c1f commit 6cd0849
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,13 +4,15 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.0.18] - 2023-06-23

### Bug Fixes

- Changes format action key binding from <kbd>ctrl+`</kbd> to <kbd>F4</kbd>. The original binding was causing compatibility
- Changes format action key binding from <kbd>ctrl+\`</kbd> to <kbd>F4</kbd>. The original binding was causing compatibility
issues with Windows Powershell and Command Prompt ([#82](https://github.com/tconbeer/harlequin/issues/82)).
- Adds key binding <kbd>F9</kbd> as an alternative to <kbd>ctrl+b</kbd> to hide the left-hand panel.
- Fixed query editor scrollbar color to match other widgets
- Fixed compatibility with Textual v0.28.0
- Fixed query editor scrollbar color to match other widgets ([#109](https://github.com/tconbeer/harlequin/issues/109))
- Fixed compatibility with Textual v0.28.0 ([#115](https://github.com/tconbeer/harlequin/issues/115))

## [0.0.17] - 2023-06-23

Expand Down Expand Up @@ -129,7 +131,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.17...HEAD
[Unreleased]: https://github.com/tconbeer/harlequin/compare/0.0.18...HEAD

[0.0.18]: https://github.com/tconbeer/harlequin/compare/0.0.17...0.0.18

[0.0.17]: https://github.com/tconbeer/harlequin/compare/0.0.16...0.0.17

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.17"
version = "0.0.18"
description = "A terminal-based SQL IDE for DuckDB"
authors = ["Ted Conbeer <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 6cd0849

Please sign in to comment.