summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-27resolves #2252 allow page numbering / running content to start on empty ↵Dan Allen
verso page before body of prepress book (PR #2267)
2022-06-26resolves #2265 allow sourcemap to be enabled from CLI using --sourcemap ↵Dan Allen
option (PR #2266)
2022-06-26resolves #2250 add --theme CLI option as shorthand for -a pdf-theme (PR #2251)Dan Allen
2022-06-26lint bin scriptsDan Allen
2022-06-25import changelog section from 2.1.4 releaseDan Allen
2022-06-25don't overqualify TextTransformer class in IndexCatalog [no ci]Dan Allen
2022-06-25resolves #2263 apply text-tranform from custom role on phrase after ↵Dan Allen
attributes have been resolved (PR #2264)
2022-06-25resolves #2261 include source location in warning message for truncated ↵Dan Allen
table cell if sourcemap is enabled (PR #2262)
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 ↵Dan Allen
mistaken as a URL
2022-06-24resolves #2258 allow alt text for block image, video, and audio to wrap to ↵Dan Allen
next line on same page (PR #2259)
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-24verify column layout ends when page layout is changedDan Allen
2022-06-23import changelog section for 2.1.3 releaseDan Allen
2022-06-23remove trailing newline from release notes document [skip ci]Dan Allen
2022-06-23resolves #2253 restore column layout after importing page(s) from PDF (PR #2254)Dan Allen
2022-06-23put release version in antora.yml during release [skip ci]Dan Allen
2022-06-23resolves #2255 interpret start-at theme keys with value 1 correctly (PR #2256)Dan Allen
2022-06-22remove debug flag in test suiteDan Allen
2022-06-22verify page margin is restored after imported pageDan Allen
2022-06-22revise page about breakable/unbreakable optionsDan Allen
2022-06-21resolves #1768 allow theme to control page break after automatic TOC in ↵Dan Allen
article with title page (PR #2245)
2022-06-21extend CLI options object to override print_version methodDan Allen
2022-06-21simplify require logic in bin scriptDan Allen
2022-06-21resolves #1719 allow margin for rotated page to be configured independently ↵Dan Allen
(PR #2247)
2022-06-20remove debug flag in testsDan Allen
2022-06-20add dedicated tests for the string literal value ~ for the front cover imageDan Allen
2022-06-20be more specific about what values are accepted by the theme for a cover imageDan Allen
2022-06-20resolves #1739 allow page background image to be specified per page layout ↵Dan Allen
(PR #2246) support {page-layout} attribute reference in path
2022-06-20slightly optimize variable assignments in init_pageDan Allen
2022-06-20avoid unnecessary variable assignments in start_title_pageDan Allen
2022-06-20consolidate variable assignments in resolve_background_imageDan Allen
2022-06-19set up main branch for 2.2.x developmentDan 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
ensures page margin is consistent for cover page
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 ↵Dan Allen
restricted width
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 ↵Dan Allen
document (PR #2249)
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 ↵Dan Allen
running content
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 ↵Dan Allen
Document#sections?