Skip to content

v2.1.0

Choose a tag to compare

@Antiz96 Antiz96 released this 22 Jun 21:50
v2.1.0
eeb45d2

If you haven't already, please read the v2.0.0 changelog which contains important information.

Highlight

This release introduces a new feature allowing to download man pages from https://manned.org:

  • If a man page isn't found locally, manora now offers to download it locally from https://manned.org (whether it is to open it or save it via the -s / --save option).
  • The new -d / --download option allows to skip searching for the man page locally and directly try to download it from https://manned.org instead (e.g. manora --download dnf or manora --download --save apt.8).

See the updated demo video and the "Usage" chapter of the README for more details.

Features

Fixes

  • Properly detach the PDF reader process from the terminal session (#92) - (94ddc00) by @Antiz96

Documentation

Styling

Miscellaneous

Full Changelog: v2.0.1...v2.1.0