Releases: uccser/verto
Releases · uccser/verto
0.7.4
- Modify interactive processor to use
slug
rather thanname
to identify interactives. - Modify video processor template for YouTube videos.
- Modify boxed-text processor to have optional type parameter.
- Update style error message to include line numbers.
- Dependency updates:
- Update
python-slugify
to 1.2.5. - Update
setuptools
to 39.1.0. - Update
sphinx
to 1.6.6. - Update
sphinx_rtx_theme
to 0.3.0.
- Update
0.7.3
- Modified Interactive processor to change interactive template depending on the type of file path given for the thumbnail image of whole page interactives (external or internal) as well as changed the default path for the thumbnail.
0.7.2
-
Fix bug where Panel processor does not handle punctuation characters in titles and subtitles.
-
Dependency updates:
- Update
markdown
to 2.6.11. - Update
setuptools
to 38.4.0. - Update
sphinx
to 1.6.6.
- Update
0.7.1
save-title
andremove-title
processors now only search first line.
0.7.0
relative-link
processor will now handle query parameters.- Modify
panel
processor for translating subtitles, by requiring subtitle text as second level heading. - Modify
image
processor for translating captions, by requiring caption text between start and end tags. - Modify
image
processor to allow finer control of output, in particular when dealing with image with width values. - Add new tag configuration value
tag_argument
to override tag name. - Dependency updates:
- Update
markdown
to 2.6.10. - Update
Jinja2
to 2.10. - Update
setuptools
to 38.2.5. - Update
sphinx
to 1.6.5.
- Update
0.6.1
Fixes:
- Adds all interactives to required files.
- Typo in Interactive documentation.
0.6.0
Features:
- Added
image-inline
processor, intended for use in tables. - Added
scratch-inline
processor for inline scratch support.
Fixes:
- Removed
beautifulsoup4
dependency. - Typo in
VertoResult
documentation (heading_root -> heading_tree).
0.5.3
In this hotfix Verto result data for unique identifiers and required files is now only cleared when explicitly told. Result data that is per document such as title and heading tree are cleared per conversion.
Fixes:
- Remove implicit Beautify processor, fixing white-spacing issues.
- All terms are added to glossary correctly now.
0.5.2
Fixes:
- Verto container tags, are now supported in markdown lists.
0.5.1
0.5.1
Fixes:
- Verto tags and custom tags, are now support embedding into markdown lists.