Skip to content

Commit a08569d

Browse files
authored
Merge branch 'main' into uri-arg
2 parents b1637f1 + c072661 commit a08569d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
## Upcoming (TBD)
2+
13
### Features
24

35
* Add support for opening 'file:' URIs with parameters. [(#234)](https://github.com/dbcli/litecli/pull/234)
46

7+
### Bug Fixes
8+
9+
* Avoid Click 8.1.* to prevent messing up the pager when the PAGER env var has a string with spaces.
10+
11+
512
## 1.16.0 - 2025-08-16
613

714
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [{ name = "dbcli", email = "[email protected]" }]
99
urls = { "homepage" = "https://github.com/dbcli/litecli" }
1010
dependencies = [
1111
"cli-helpers[styles]>=2.2.1",
12-
"click>=4.1",
12+
"click>=4.1,!=8.1.*",
1313
"configobj>=5.0.5",
1414
"prompt-toolkit>=3.0.3,<4.0.0",
1515
"pygments>=1.6",

0 commit comments

Comments
 (0)