Skip to content

Commit 12e6ed3

Browse files
authored
🔀 Merge pull request #71 from davep/v0.9.0
v0.9.0
2 parents 56d638d + ec2ecdc commit 12e6ed3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ChangeLog.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Hike ChangeLog
22

3-
## Unreleased
3+
## v0.9.0
44

5-
**Released: WiP**
5+
**Released: 2025-04-01**
66

77
- Changed the alternative binding for jumping to the document to
88
<kbd>ctrl</kbd>+<kbd>g</kbd> (<kbd>ctrl</kbd>+<kbd>r</kbd> was already
@@ -19,7 +19,7 @@
1919

2020
- Unpinned Textual. ([#50](https://github.com/davep/hike/pull/50))
2121
- Added `local_start_location` to the configuration file.
22-
([#59](https://github.com/davep/hike/pull/59))
22+
([#59](https://github.com/davep/hike/pull/59))
2323
- Added <kbd>ctrl</kbd>+<kbd>r</kbd> as an alternative binding for jumping
2424
to the document. ([#60](https://github.com/davep/hike/pull/60))
2525
- Added support for scrolling the markdown up/down half a page.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hike"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
description = "A Markdown browser for the terminal"
55
authors = [
66
{ name = "Dave Pearson", email = "[email protected]" }

0 commit comments

Comments
 (0)