Skip to content

Latest commit

 

History

History
115 lines (74 loc) · 3.06 KB

ChangeLog.md

File metadata and controls

115 lines (74 loc) · 3.06 KB

Frogmouth ChangeLog

Unreleased

Added

  • Front matter is now ignored when viewing a file. #15
  • Added support for jumping to an internal anchor. #91

[0.9.2] - 2023-11-28

Changed

  • Bumped to Textual v0.41.0.

[0.9.1] - 2023-11-02

Changed

  • Bumped to Textual v0.41.0.

[0.9.0] - 2023-08-07

Fixed

  • Fixed local documents no longer loading. #74

[0.8.0] - 2023-07-20

Changed

  • Updated to work with Textual v0.30.0 or greater.

Fixed

  • 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

[0.7.0] - 2023-06-27

Added

  • Added support for using Ctrl+r to reload the current document.

Fixed

  • 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

[0.6.0] - 2023-05-24

Added

  • Added Codeberg as a recognised forge for the "forge quick view".

Changed

  • Relaxed the required Textual dependency version requirement.

[0.5.0] - 2023-05-08

Changed

  • Updated to work with Textual v0.24.0.

Added

  • 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)

Changed

  • 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.

[0.4.0] - 2023-05-03

Added

  • 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)

Changed

  • Internal changes to the workings of the input dialogs, using the newer Textual screen result returning facility. (#23)

[0.3.2] - 2023-04-30

  • Initial release