Hike ChangeLog
v1.2.1
Released: 2025-10-08
- Fixed a typo in the internal editor close confirmation dialog. (#139)
v1.2.0
Released: 2025-09-11
- Added a simple YAML front matter display. (#136)
v1.1.4
Released: 2025-09-09
- Fixed a problem with the ToC getting out of sync in some circumstances. (#132)
v1.1.3
Released: 2025-08-19
- Migrated from
ryetouvfor development management. (#123/#128 with thanks to @hugovk) - Added Python 3.14 as a tested/supported Python version. (#124 with thanks to @hugovk)
v1.1.2
Released: 2025-08-08
- Fixed the
helpcommand in the command line widget not pulling up the help dialog. (#117) - Pin Textual to >=5.3.0 now that
Markdownstuff seems to have settled down again. (#120)
v1.1.1
Released: 2025-08-03
- Pinned Textual to <5.0.0 due to breaking and broken changes to the
Markdownwidget.
v1.1.0
Released: 2025-07-09
- By default the loading of a document now sets focus to the document viewer. (#114)
v1.0.0
Released: 2025-05-02
- Added the ability to deduplicate the history. (#105)
v0.12.0
Released: 2025-04-30
- Added some vi-friendly navigation to the navigation panel. (#102)
v0.11.1
Released: 2025-04-12
- Work around textual#5742. (#99)
v0.11.0
Released: 2025-04-06
- Added an application command for searching history. (#90)
v0.10.0
Released: 2025-04-03
- Added
--themeas a command line switch; which lets the user configure the theme via the command line. (#74) - Added
--navigation/--no-navigationas command line switches; which lets the user control if he navigation panel is visible on startup. (#75) - Fixed correct document not being shown when a command is given on the command line. (#76)
- Added an unattractive but better-than-nothing workaround for yet another
Textual
OptionListborkage. (#77) - Added some more movement key bindings (relating to going home and end) to
the markdown document that might be familiar to users of things like
vimandless. (#82)
v0.9.0
Released: 2025-04-01
- Changed the alternative binding for jumping to the document to ctrl+g (ctrl+r was already used for reloading the document). (#68)
- Added support for changing the keyboard bindings of the main application commands. (#69)
- Added
--bindingsas a command line switch; which lists all the commands (#69)
v0.8.0
Released: 2025-03-31
- Unpinned Textual. (#50)
- Added
local_start_locationto the configuration file. (#59) - Added ctrl+r as an alternative binding for jumping to the document. (#60)
- Added support for scrolling the markdown up/down half a page. (#62)
- Added some movement key bindings to the markdown document that might be
familiar to users of things like
vimandless. (#63)
v0.7.0
Released: 2025-03-16
- Pressing Escape in the command line input while there is existing input now clears the input and resets the location in the command history; pressing Escape while there is no input still exits the application. (#47)
- Fixed incompatibilities with older supported versions of Python. (#48)
v0.6.0
Released: 2025-03-03
- Added
obsidianas a command that the command line understands. (#41)
v0.5.0
Released: 2025-02-25
- Added an application command for jumping to the markdown document viewer. (#39)
- Added
documentas a command that the command line understands. (#39)
v0.4.0
Released: 2025-02-19
- Added
changelogas a command that the command line understands. (#33) - Added
readmeas a command that the command line understands. (#33) - Fixed failing when opening a document-relative local non-markdown file from a click. (#34)
v0.3.0
Released: 2025-02-18
- Added the ability to save a copy of the currently-viewed document. (#15)
- Made
chdira lot less fussy about the path given. (#18) - Added
quitas a command that the command line understands. (#24) - Added
dirandlsas aliases forchdir. (#24) - Added
contentsas a command that the command line understands. (#24) - Added
bookmarksas a command that the command line understands. (#24) - Added
historyas a command that the command line understands. (#24) - Added
localas a command that the command line understands. (#24) - Added
helpas a command that the command line understands. (#24) - Changed command line completion so that if history is empty, known commands are suggested. (#29)
v0.2.0
Released: 2025-02-16
- The bookmark search command palette now sorts the bookmarks. (#2)
- The suggester for the command line now prefers newer history entries over older. (#3)
- Added the ability to move the command line to the top of the screen. (#5)
- Added the ability to copy the current location to the clipboard. (#9)
- Added the ability to copy the currently-viewed Markdown to the clipboard. (#9)
- Added the ability to edit a Markdown document if it's in the local filesystem. (#10)
- Pinned Textual to v1.0.0 for now as it broke
OptionList.
v0.1.0
Released: 2025-02-14
- Initial release.
v0.0.1
Released: 2025-02-07
- Initial placeholder package to test that the name is available in PyPI.