Changelog & License
License
MIT License
Copyright (c) 2023 Randy Duodu
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Changelog
0.2.3
Released: 03-10-2023
- Fixed relative links to external site issue.
- Added mkdocs-pdf-generator to PDF metadata.
0.2.2
Released: 28-08-2023
- Introduced the
cover_image
local option which allows you to add an image to the cover page of your PDF document. - Added code comments and docstrings to help contributors understand the code base.
- Introduced the
include_legal_terms
global option and thelegal_terms
local option that allows the user to insert customised legal information and disclaimer into generated PDF documents'. - Updated documentation.
- Fix MkDocs build failure issue.
- Improvement: Compatibility with MkDocs >= 1.5 and Markdown 3.4.4. Fix for issue #20.
0.2.1
Released: 22-03-2023
- Updated documentation and made minor changes to plugin code.
- Added the
csv_name
local option. - Improvement: Added feature to generate a CSV file for all documents with the
toc_txt
local option set totrue
. - Improvement: Added changes that appends the revision number of a document to the filename.
- Bugfix: Added default URL to use if
site_url
is not defined in mkdocs.yml. Fix for issue #15. - Improvement: Added the
toc_txt
local option that allows users to build TXT file containing the Table of Contents. - Minor improvements: Rewrote logging messages.
0.2.0
Released: 14-02-2023
- Package setup: Changed package from using setuptools to pyproject.toml.