Release v0.061
This release adds images
, a way to link images to
documents. These images can then be
used by templates to display header images, thumbnails, shortcut icons, and
other things.
This release also adds some more logging to the deploy process. You can
show logging information by using the -v
option on the command line.
Full changelog is below.
- fix deploy staying on branch when nothing to do
- add a testable log object to the test sites
- add logging to deploys
- add site object to deploy objects
- fix git version parsing when version isn't last
- speed up deploy by using copy method
- add help section to main web page
- add images to page objects (#409)
- add images attribute to documents (#409)
- add image class to hold refs to images (#409)
- set a default empty title to stop undef warnings
- add module name to page title in perldoc app (#411)
- check for version of HTML::Lint::Pluggable in test (#410)