What's Changed
- Fix relative path resolving by @olethanh in #122
- Don't cut off first character of body in EpubHtml.get_body_content() by @michaelstorm in #131
- Fixed epub:type in footnotes plugin by @sealemar in #142
- Make
samples/04_markdown_parse
Python 2+3 compatible by @tantale in #143 - Improved
.gitignore
by @tantale in #144 - Add ability to include playOrder into navPoint. by @ride90 in #146
- Add get_type method to EpubCover class. by @ride90 in #147
- Improve playOrder logic to handle subchapters correctly. by @ride90 in #148
- Add WAI-ARIA role to the nav element for accessibility. by @deborahgu in #159
- Increase version to 0.17 by @danielhjames in #160
New Contributors
- @olethanh made their first contribution in #122
- @michaelstorm made their first contribution in #131
- @sealemar made their first contribution in #142
- @tantale made their first contribution in #143
- @deborahgu made their first contribution in #159
Full Changelog: v0.16...v0.17