File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11# Hike ChangeLog
22
3- ## Unreleased
3+ ## v1.1.2
44
5- ** Released: WiP **
5+ ** Released: 2025-08-08 **
66
77- Fixed the ` help ` command in the command line widget not pulling up the
88 help dialog. ([ #117 ] ( https://github.com/davep/hike/pull/117 ) )
9+ - Pin Textual to >=5.3.0 now that ` Markdown ` stuff seems to have settled
10+ down again. ([ #120 ] ( https://github.com/davep/hike/pull/120 ) )
911
1012## v1.1.1
1113
Original file line number Diff line number Diff line change 11[project ]
22name = " hike"
3- version = " 1.1.1 "
3+ version = " 1.1.2 "
44description = " A Markdown browser for the terminal"
55authors = [
66 { name = " Dave Pearson" , email = " davep@davep.org" }
77]
88dependencies = [
9- " textual<5.0 .0" ,
9+ " textual>=5.3 .0" ,
1010 " textual-enhanced>=0.13.0" ,
1111 " textual-fspicker>=0.4.1" ,
1212 " xdg-base-dirs>=6.0.2" ,
Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ pygments==2.19.2
131131 # via mkdocs-material
132132 # via pytest
133133 # via rich
134+ # via textual
134135pymdown-extensions==10.16.1
135136 # via markdown-exec
136137 # via mkdocs-material
@@ -156,7 +157,7 @@ six==1.17.0
156157 # via python-dateutil
157158sniffio==1.3.1
158159 # via anyio
159- textual==4.0 .0
160+ textual==5.3 .0
160161 # via hike
161162 # via textual-dev
162163 # via textual-enhanced
Original file line number Diff line number Diff line change @@ -38,13 +38,14 @@ platformdirs==4.3.8
3838 # via textual
3939pygments==2.19.2
4040 # via rich
41+ # via textual
4142pyperclip==1.9.0
4243 # via hike
4344rich==14.1.0
4445 # via textual
4546sniffio==1.3.1
4647 # via anyio
47- textual==4.0 .0
48+ textual==5.3 .0
4849 # via hike
4950 # via textual-enhanced
5051 # via textual-fspicker
You can’t perform that action at this time.
0 commit comments