- Front matter is now ignored when viewing a file. #15
- Added support for jumping to an internal anchor. #91
- Bumped to Textual v0.41.0.
- Bumped to Textual v0.41.0.
- Fixed local documents no longer loading. #74
- Updated to work with Textual v0.30.0 or greater.
- Fixed the look and scrolling of the history navigation pane after recent changes to base Textual styling broke it. #66
- Fixed the look and scrolling of the bookmark navigation pane after recent changes to base Textual styling broke it. #66
- Added support for using Ctrl+r to reload the current document.
- Added some extra error capture when attempting to build a forge URL while inferring the main branch name.
- Fixed following local file links where the file is document-relative and you're visiting with a CWD other than the document's. #52
- Added Codeberg as a recognised forge for the "forge quick view".
- Relaxed the required Textual dependency version requirement.
- Updated to work with Textual v0.24.0.
- Added a
changelog
command -- loads the Frogmouth ChangeLog from the repository for viewing. - Added the ability to delete a single item of history from the history list. (#34)
- Added the ability to clear down the whole of history. (#34)
- Added toggling the navigation sidebar between left or right dock. (#37)
- Calling any navigation pane is now a toggle operation. If it isn't visible, it's made visible; if it's visible, the navigation sidebar is closed.
- Added support for using j and k to scroll through the document.
- Added support for using w and s to scroll through the document.
- Added support for space to scroll through the document.
- Added : as a keypress for quickly getting to the input bar. (#19)
- Internal changes to the workings of the input dialogs, using the newer Textual screen result returning facility. (#23)
- Initial release