Skip to content

Commit

Permalink
fix #654: bump textarea to fix gotoline crash (#663)
Browse files Browse the repository at this point in the history
* fix #654: bump textarea to fix gotoline crash

* chore: update changelog
  • Loading branch information
tconbeer authored Oct 9, 2024
1 parent 71ea9b6 commit 015991f
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 @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
### Bug Fixes

- 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)).

## [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.2"
textual-textarea = "==0.14.3"

# click
click = "^8.1.3"
Expand Down

0 comments on commit 015991f

Please sign in to comment.