Releases: davep/hike
Releases · davep/hike
The unreliable map release
- Work around textual#5742. (#99)
The "not doomed to repeat it" release
- Added an application command for searching history. (#90)
The unstable supply chain release
- Added
--theme
as a command line switch; which lets the user configure the theme via the command line. (#74) - Added
--navigation
/--no-navigation
as 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
OptionList
borkage. (#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
vim
andless
. (#82)
The "bound to please" release
The "move home and be vim-less" release
- Unpinned Textual. (#50)
- Added
local_start_location
to 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
vim
andless
. (#63)
The stable pythons release
The slightly glassy release
- Added
obsidian
as a command that the command line understands. (#41)
The "jump to document" release
The self-documenting release
The commanding release
- Added the ability to save a copy of the currently-viewed document. (#15)
- Made
chdir
a lot less fussy about the path given. (#18) - Added
quit
as a command that the command line understands. (#24) - Added
dir
andls
as aliases forchdir
. (#24) - Added
contents
as a command that the command line understands. (#24) - Added
bookmarks
as a command that the command line understands. (#24) - Added
history
as a command that the command line understands. (#24) - Added
local
as a command that the command line understands. (#24) - Added
help
as a command that the command line understands. (#24) - Changed command line completion so that if history is empty, known commands are suggested. (#29)