Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Hike ChangeLog

## Unreleased

**Released: WiP**

- Fixed a typo in the help text for the document viewer.
([#155](https://github.com/davep/hike/pull/155))

## v1.4.0

**Released: 2026-03-25**
Expand Down
2 changes: 1 addition & 1 deletion src/hike/widgets/navigation/history_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class HistoryView(EnhancedOptionList):
"""

HELP = """
## Documenting viewing history
## Document viewing history

This is your document viewing history. Here you can revisit locations
you've viewed, and also remove individual or all locations.
Expand Down
Loading