summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-26release 2.1.4 [no ci]v2.1.4Dan Allen
2022-06-25backport fix for #2263 apply text-tranform from custom role on phrase after a...Dan Allen
2022-06-25backport fix for #2261 include source location in warning message for truncat...Dan Allen
2022-06-25assert file in addition to lineno in warning message for cannot fit errorDan Allen
2022-06-24make URL check more strict so image target containing a colon is not mistaken...Dan Allen
2022-06-24backport fix for #2258 allow alt text for block image, video, and audio to wr...Dan Allen
2022-06-24don't join text on different pages in lines helper in test suiteDan Allen
2022-06-24add postversion script and step to prepare branch for development [skip ci]Dan Allen
2022-06-24change docs version back to major.minor [skip ci]Dan Allen
2022-06-23remove trailing newline from release notes document [skip ci]Dan Allen
2022-06-23release 2.1.3 [no ci]v2.1.3Dan Allen
2022-06-23groom CHANGELOG entriesDan Allen
2022-06-23backport fix for #2253 restore column layout after importing page(s) from PDFDan Allen
2022-06-23verify page margin is restored after imported pageDan Allen
2022-06-23backport fix for #2255 interpret start-at theme keys with value 1 correctlyDan Allen
2022-06-23put release version in antora.yml during release [skip ci]Dan Allen
2022-06-23remove unused release-line attribute in READMEDan Allen
2022-06-22revise page about breakable/unbreakable optionsDan Allen
2022-06-20be more specific about what values are accepted by the theme for a cover imageDan Allen
2022-06-19defer setting tare until after operation completes in init_pageDan Allen
2022-06-19set page margin for prepress document with inner/outer margins in init_scratchDan Allen
2022-06-19clarify that init_page is not called on pages in scratch document [skip ci]Dan Allen
2022-06-19further clarify how to apply recto margins to title pageDan Allen
2022-06-19add assumption to docs for dry_run [skip ci]Dan Allen
2022-06-19make docs more clear about how to apply recto margins to title page [skip ci]Dan Allen
2022-06-19explain how to get more intelligible wrapping in a table cell with a restrict...Dan Allen
2022-06-18fix crash when border color is transparentDan Allen
2022-06-17release 2.1.2 [no ci]v2.1.2Dan Allen
2022-06-17resolves #2248 apply page layout from main document to new page in scratch do...Dan Allen
2022-06-16include page number on rectangle extracted by rectangle inspector in test suiteDan Allen
2022-06-16document that {page-layout} can be used in path of background image for runni...Dan Allen
2022-06-16use turn off in place of disable in the docsDan Allen
2022-06-16consolidate call to restore imagesdir in apply_subs_discretelyDan Allen
2022-06-15use more self-explanatory variable name in text transform [no ci]Dan Allen
2022-06-15use get_entries_for_toc to determine if the TOC is non-empty rather than Docu...Dan Allen
2022-06-15verify toc is not inserted at default location if document has no sectionsDan Allen
2022-06-14use correct logic to insert page before TOC with automatic placement when doc...Dan Allen
2022-06-14add clarification to docs about running content marginDan Allen
2022-06-15release 2.1.1 [no ci]v2.1.1Dan Allen
2022-06-14update What's New for 2.1.1 release [no ci]Sarah White
2022-06-14remove debug flag in test suiteDan Allen
2022-06-14use base-border-color value if border width is set on role for inline phrase ...Dan Allen
2022-06-14use enhanced RectInspector in test suite that can pick up fill and stroke colorDan Allen
2022-06-14only draw rounded rectangle around phrase if border-radius is > 0Dan Allen
2022-06-14use auth token of current actor for gh in release workflow [skip ci]Dan Allen
2022-06-13store zero-based column of current and from on Extent (PR #2244)Dan Allen
2022-06-13use direct assignment if from page on extent does not match current page numberDan Allen
2022-06-13clarify the behavior of the advance_page helperDan Allen
2022-06-13emphasize that the table role extended converter can be used for other block ...Dan Allen
2022-06-13accurately trap LoadError from CodeRay if source language is not recognized o...Dan Allen