grim/hgwebplus

Prepping for release
v0.6.0
2020-11-02, Gary Kramlich
208941cb10dd
Prepping for release
0.6.0:
* Added full support for http_base_url and http_clone_url.
* Beta support for titles and subtitles.
0.5.3: (2020-05-17)
* Don't treat absolute image URL's as relative URL's.
0.5.2: (2020-05-17)
* Updated the readme for the sub_title template keyword.
0.5.1: (2020-05-17)
* Removed the default value from title so themes can control the default
value.
* Added sub_title template keyword to output the value of web.sub_title.
0.5.0: (2020-05-17)
* Switched to mistune for markdown rendering to fix images. Fixes
HGWEBPLUS-1.
* Added title template keyword to output the value of web.title. Fixes
HGWEBPLUS-5.
* Added http_clone_url and ssh_clone_url template keywords. Fixes
HGWEBPLUS-7.
0.4.0: (2020-05-04)
* Added a ChangeLog.
* Always make the line numbers available in the diff template.
* Added the ability to install static files into the hgweb templates static
path.
* Added graphv2.js which is an updated version of the graph class in
mercurial.js that aligns properly.
0.3.0: (2020-05-04)
* Render README and README.txt files with the Markdown renderer.
0.2.0: (2020-04-10)
* Added README.md and licensing.
* Added docstrings to everything.
0.1.0: (????-??-??)
* I didn't take any notes 😭.