Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 2.29 KB

File metadata and controls

61 lines (48 loc) · 2.29 KB

Rogallo ChangeLog

Unreleased

Released: WiP

  • Added a configuration option to turn off link tooltips. (#44)
  • Added a directories CLI command to print out the directories used by Rogallo. (#45)
  • Added a licnece CLI command to print out the licence details for Rogallo. (#45)
  • Added a bindings CLI command to print out the available commands for binding to keys, and their default bindings. (#45)
  • Added a themes CLI command to print out the available themes. (#45)
  • Added a --theme CLI switch for setting the theme. (#45)
  • Added a --version CLI switch to print out the version of Rogallo. (#45)
  • Added a --help CLI switch to print out the command line help. (#45)
  • Added an open CLI command that allows a location to be opened from the command line. (#48)
  • Added support for working with gemtext files in the local filesystem. (#49)

v0.2.0

Released: 2026-06-24

  • Added tooltips to links that show the URI when hovered over with the mouse. (#23)
  • Improved the handling of redirected requests. (#24)
  • Improved the detection of links. (#26)
  • Improved the detection of headings. (#29)
  • Improved the detection of quotes. (#31)
  • Allowed non-standard list items, that use a tab rather than a space after the *. (#33)
  • Added a status bar to the viewer widget to show the URI of the currently-selected link. (#35)

v0.1.0

Released: 2026-06-23

  • Initial release.

v0.0.1

Released: 2026-06-18

  • Initial placeholder package to test that the name is available in PyPI.