Skip to content

Commit 549655f

Browse files
v0.0.27 (#189)
* Bumps version to 0.0.27 * chore: update changelog and readme * fix: changelog typo --------- Co-authored-by: tconbeer <tconbeer@users.noreply.github.com>
1 parent 6283539 commit 549655f

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.0.27] - 2023-08-23
8+
79
### New Features
810

911
- UI glow-up: Colors are more consistent, and themes set the styling for the entire app ([#81](https://github.com/tconbeer/harlequin/issues/81)). Try `harlequin -t zenburn` or `harlequin -t one-dark` for a new look.
1012
- Harlequin's query editor now supports more key bindings: <kbd>ctrl+z</kbd> and <kbd>ctrl+y</kbd> to undo/redo, and <kbd>shift+delete</kbd> to delete an entire line.
1113

14+
### Fixes
15+
16+
- It is now easier to focus on the current editor buffer, instead of the tabs above it.
17+
1218
## [0.0.26] - 2023-08-21
1319

1420
### New Features

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ harlequin -h
4545

4646
To view a list of all key bindings (keyboard shortcuts) within the app, press <kbd>F1</kbd>. You can also view this list outside the app [here](https://github.com/tconbeer/harlequin/blob/main/src/harlequin/tui/components/help_screen.md).
4747

48+
### Choosing a Theme
49+
50+
You can set a theme for Harlequin, using then name of any [Pygments style](https://pygments.org/styles/). Depending on the number of colors supported by your terminal, some themes may not look great. For any terminal, we can recommend `monokai` (the default), `zenburn`, `github-dark`, `fruity`, `native` and `one-dark`.
51+
52+
```bash
53+
harlequin -t zenburn
54+
```
55+
4856
### Loading DuckDB Extensions
4957

5058
You can install and load extensions when starting Harlequin, by passing the `-e` flag one or more times:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "harlequin"
3-
version = "0.0.26"
3+
version = "0.0.27"
44
description = "A terminal-based SQL IDE for DuckDB"
55
authors = ["Ted Conbeer <tconbeer@users.noreply.github.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)