Skip to content

Commit

Permalink
fix #649: bump textarea for better copy/paste error handling (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
tconbeer authored Oct 9, 2024
1 parent 09aa2a5 commit 302b26e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file.

- Fixes a crash on Windows caused by automatically downloading the 2024b tzdata file from IANA, which includes a single poorly-formatted date that breaks PyArrow's upstream tzdata parser ([#652](https://github.com/tconbeer/harlequin/issues/652) - thank you [@paulrobello](https://github.com/paulrobello) and [@alexmalins](https://github.com/alexmalins)!).
- Fixes a crash caused by pressing `ctrl+g` when the goto input was already open ([#654](https://github.com/tconbeer/harlequin/issues/654)).
- Fixes a crash caused by copying or pasting on certain systems where Pyperclip doesn't properly catch and reraise errors ([#649](https://github.com/tconbeer/harlequin/issues/649)).

## [1.24.1] - 2024-09-25

Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python = ">=3.8.1,<4.0.0"
# textual and component libraries
textual = "==0.76.0"
textual-fastdatatable = "==0.9.0"
textual-textarea = "==0.14.3"
textual-textarea = "==0.14.4"

# click
click = "^8.1.3"
Expand Down

0 comments on commit 302b26e

Please sign in to comment.