Skip to content

Releases: uccser/verto

0.7.4

08 May 01:56
Compare
Choose a tag to compare
0.7.4 Pre-release
Pre-release
  • Modify interactive processor to use slug rather than name 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.

0.7.3

18 Jan 04:28
Compare
Choose a tag to compare
0.7.3 Pre-release
Pre-release
  • 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

14 Jan 21:04
c434800
Compare
Choose a tag to compare
0.7.2 Pre-release
Pre-release
  • 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.

0.7.1

10 Jan 02:00
c7fc5ae
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release
  • save-title and remove-title processors now only search first line.

0.7.0

10 Jan 02:00
9e88f81
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release
  • 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.

0.6.1

15 Jun 01:09
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release

Fixes:

  • Adds all interactives to required files.
  • Typo in Interactive documentation.

0.6.0

22 May 20:46
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

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

06 May 05:07
Compare
Choose a tag to compare
0.5.3 Pre-release
Pre-release

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

01 May 00:03
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release

Fixes:

  • Verto container tags, are now supported in markdown lists.

0.5.1

24 Apr 04:30
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

0.5.1

Fixes:

  • Verto tags and custom tags, are now support embedding into markdown lists.