Releases: aerkalov/ebooklib
Releases · aerkalov/ebooklib
v0.19
What's Changed
- Add an option to set toc page direction by @yshalsager in #255
- Use posix module instead of the os.path when managing EPUB references by @aerkalov in #287
- fix: lxml root warning by @plu5 in #305
- Throwing errors while writing EPUB is optional now and behavior will … by @aerkalov in #316
- Change deprecation check by @tjkuson in #283
- Handle missing title from table of contents nodes that have children by @samuelclay in #278
- Add compresslevel by @judelgadoc in #273
- Prepare for the v0.19 release by @aerkalov in #331
New Contributors
- @yshalsager made their first contribution in #255
- @plu5 made their first contribution in #305
- @tjkuson made their first contribution in #283
- @samuelclay made their first contribution in #278
- @judelgadoc made their first contribution in #273
Full Changelog: v0.18...v0.19
v0.18
What's Changed
- add direction for HTML tags by @maanijou in #174
- Add
scripted
to EpubHtml properties if a script is added by @soroushj in #176 - Issue #218 - Use correct variable for static item ids by @mjtimblin in #219
- Fix the issue toc can not loaded from epub file by @Morphus in #249
- Use double quotes for XML declaration in xml container by @jaredlwong in #234
- Using a more robust XML parser to improve the Epub compatibility by @lvscar in #187
- Add option to set custom title in toc page by @kianmeng in #243
- Read un-zipped epub directories by @rec in #183
- Ignore NCX if Navigation Document exists by @cges30901 in #201
- Update README.md by @repeterat in #264
- Fix dublin core typo in tutorial documentation by @u8slvn in #256
- Improvements in readme; Python linting and links by @tugot17 in #254
New Contributors
- @maanijou made their first contribution in #174
- @soroushj made their first contribution in #176
- @mjtimblin made their first contribution in #219
- @Morphus made their first contribution in #249
- @jaredlwong made their first contribution in #234
- @lvscar made their first contribution in #187
- @kianmeng made their first contribution in #243
- @rec made their first contribution in #183
- @cges30901 made their first contribution in #201
- @repeterat made their first contribution in #264
- @u8slvn made their first contribution in #256
- @tugot17 made their first contribution in #254
Full Changelog: v0.17.1...v0.18
v0.17.1
What's Changed
- Fix spelling in README.md by @tylerwhipple in #172
New Contributors
- @tylerwhipple made their first contribution in #172
Full Changelog: v0.17...v0.17.1
v0.17
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
v0.16
What's Changed
- Set blank title if it is None by @clach04 in #94
- Ensure only new modified date is included by @andyroberts in #80
- Use relative paths in toc nav by @andyroberts in #78
- Removing some garbage left by git by @eos87 in #113
- Missed doctype in the nav.xhtml file by @ride90 in #114
- Enable utf8 in TidyPlugin by @Kennyl in #117
- Attribute ordering of meta tag by @Kennyl in #116
- Update Readme with new project that uses ebooklib by @danielhjames in #102
New Contributors
- @clach04 made their first contribution in #94
- @andyroberts made their first contribution in #80
- @Kennyl made their first contribution in #117
Full Changelog: v0.15...v0.16
v0.15
Full Changelog: v0.10...v0.15
v0.10
Full Changelog: https://github.com/aerkalov/ebooklib/commits/v0.10