-------------------
**Change:**
* Change one of sample rsrcs. Local templite.py to remote textwrap.py.
* Stop adding suffix to query url.
Previously url 'bb?cc' was changed to dfile 'bb?cc/index--tosixinch' or 'bb?cc_index--tosixinch'.
Now just to 'bb?cc'.
* Stop adding './' prefix unconditionally for relative references.
Now only when necessary to comply to url spec (colon-in-first-path case).
* **!!** Change 'userprocess' to just 'process'.
So Users have to rename this 'userprocess' directory if used.
* **!!** Change (rather Fix) default encodings, to only utf-8 and cp1252.
* **!!** Change 'preprocess' option name to 'defaultprocess'.
Again, users have to rename this option if used.
* pdfname (when the program creates) is made more descriptive.
* Add maximum argument to delete_duplicate_br (process/gen.py)
**Add:**
* Add auto_css feature (see doc: overview.htmldword-auto_css_directory).
* Add trimdirs option.
Remove flaky automatic path shortening (minsep), add this manual but reliable option.
* Add printout option.
Print out filenames the program's actions would create.
* Add encoding_errors option (for codec Error Handler).
* Add urlreplace feature (see doc: topics.htmlreplace).
* Add multi commands feature for hookcmds.
* Add add_extractors option (now only for man).
* Add per-cmd hooks (pre_percmds and post_percmds).
* Add file url support for input.
* Add font_scale option.
* Add quiet option.
* Add version option.
* Expose full-image option to commandline.
* Add --null option to script/open_viewer.py.
* Add browsercmd option.
* Add toc_depth option to wkhtmltopdf converter.
* Add ftype option
**Remove:**
* Remove 'support' for ebook-convert. Now converters are only one of the three
(prince, weasyprint or wkhtmltopdf).
**Fix:**
* Fix relative reference when base url is local. (_Component.__init__)
* Fix blank API documents in readthedocs site (The previous fix was wrong).
* Fix ftfy calling procedure (it should be *after* successful decoding).
* Fix (user) script directory resolution in runcmd.
* Fix image downloading error when input is a file url
(The file url handling has changed: immediately change it to filepath
in url phase).
**Dev:**
* Develop abstract path functions to try to absorb windows path specifics,
only to revert them back in the end.
The period is especially unsuitable for forking or otherwise using the code::
From:
2019-05-21 401e27e408ba19627a9b1d452e009521cbdb09a8
Until:
2019-05-30 f1055f97dc6d8088906e43c6f150739c8d560174