summaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
AgeCommit message (Expand)Author
2023-06-22resolves #2430 remove null character enclosed by XML tag when sanitizing text...Dan Allen
2023-05-10alias File.exists? to File.exist? when loading RGhost optimizer to patch inco...Dan Allen
2023-04-16import CHANGELOG section from 2.3.7 releaseDan Allen
2023-04-14do not insert break opportunities into bare URL with nobreak roleDan Allen
2023-04-14add support for nowrap and nobreak roles on formatted textDan Allen
2023-04-11fix typo in CHANGELOGDan Allen
2023-04-10add workaround for JRuby on Windows when value of imagesdir attribute is abso...Dan Allen
2023-04-10don't crash if source block with custom subs is empty and source highlighter ...Dan Allen
2023-04-09import CHANGELOG entry for 2.3.6 releaseDan Allen
2023-04-05rework patch for File.absolute_path? on JRuby so it returns the correct responseDan Allen
2023-03-31incorporate CHANGELOG entries from 2.3.5 releaseDan Allen
2023-03-31add test for additional key symbols in fallback fontDan Allen
2023-03-31add symbols for command, option, and retrun keys to the fallback fontDan Allen
2023-03-31remove deprecated, undocumented svg-font-family theme keyDan Allen
2023-03-29reclassify CHANGELOG entry for #2398Dan Allen
2023-03-29resolves #2398 use first recto page after toc when media is prepress and page...Dan Allen
2023-03-29resolves #2410 catalog all footnotes found inside AsciiDoc table cells (PR #2...Dan Allen
2023-03-27related to #2379 honor theme settings for caption on table with breakable or ...Dan Allen
2023-03-27resolves #2379 restore bottom margin on table with breakable or unbreakable o...Dan Allen
2023-03-27resolves #2368 do not drop section that follows empty index (PR #2414)Dan Allen
2023-03-12resolves #2402 add callout-list-marker-font-color theme key to control color ...Dan Allen
2023-02-12resolves #2390 prevent special character substitution from interfering with c...Dan Allen
2022-12-07resolves #2373 correctly map all icons from FontAwesome 4 (PR #2374)Dan Allen
2022-10-29resolves #2362 allow revision content to be customized by theme (PR #2366)Dan Allen
2022-10-28import CHANGELOG entries from 2.3.4 releaseDan Allen
2022-10-28resolves #2361 resolve attribute references in target of image in running con...Dan Allen
2022-10-27resolves #2363 replace use of AbstractBlock#role= method to ensure compatbili...Dan Allen
2022-10-25resolves #2358 support horizontal alignment on AsciiDoc table cell that only ...Dan Allen
2022-10-22fix regression that prevented trailing hard break from being removedDan Allen
2022-10-20import CHANGELOG entries from 2.3.3 releaseDan Allen
2022-10-18port fix for #2355 pass -dNEWPDF=false to Ghostscript when optimizing PDF so ...Dan Allen
2022-09-28resolves #2347 add support for passing a color mode to the default optimizer ...Dan Allen
2022-09-25treat empty background image as none instead of raising a file read errorDan Allen
2022-09-17import CHANGELOG entries from 2.3.2 releaseDan Allen
2022-09-17import CHANGELOG entries from 2.3.1 releaseDan Allen
2022-09-17resolves #2343 provide a fallback value for base-font-size (PR #2344)Dan Allen
2022-09-14resolves #2339 fix crash when smallcaps text transform is applied to a phrase...Dan Allen
2022-09-12resolves #2337 honor GS_OPTIONS environment variable in RGhost optimizer (PR ...Dan Allen
2022-09-10resolve remote image in document title or section title with autogenerated IDDan Allen
2022-09-07resolves #928 use ICU if available to sort index entries and group terms unde...Dan Allen
2022-09-06upgrade to prawn-icon 3.1.x to add support for the Material Design Icons (mdi...Perceval Anichini
2022-09-06drop support for the unmaintained payment font for use in font-based iconsDan Allen
2022-09-05fix collation order of index terms that differ only in caseDan Allen
2022-09-05resolves #2330 allow PDF optimizer to be pluggable (PR #2332)Dan Allen
2022-09-05only load Treetop runtime so it does not overload require methodDan Allen
2022-09-04reclassify CHANGELOG entry for #2326Dan Allen
2022-09-04resolves #1785 allow optimizer to be specified using :pdf_optimizer API optio...Dan Allen
2022-09-03resolves #2328 don't use chapter or part signifier if respective attribute is...Dan Allen
2022-09-02process pre-wrap role in text formatterDan Allen
2022-09-01ensure heading-min-height-after theme key is ignored if section is empty or d...Dan Allen