grim/hgwebplus

4bff880999c0
Added tag v0.6.4 for changeset 3d54105c9687
0.6.4: (2021-12-04)
* Patch from Tuomo Valkonen to use unicode instead of ascii for diff
generation. (HGWEBPLUS-13)
* Patch from Tuomo Valkonen to fix Python 2 compatibilty. (HGWEBPLUS-12)
0.6.3: (2020-11-02)
* A real working solution for http_clone_url. Sean Farley
0.6.2: (2020-11-02)
* Gave up on making http_clone_url smart and instead add an additional
http_base_url and let the templates figure out what to do.
0.6.1: (2020-11-02)
* Tweak the http_clone_path keyword.
0.6.0: (2020-11-02)
* 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 😭.