summaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
AgeCommit message (Expand)Author
2022-06-10add missing CHANGELOG entry for #897Dan Allen
2022-06-10resolves #1795 don't insert page break between part and first chapter if head...Dan Allen
2022-06-10resolves #327 arrange body of article or manpage doctype into multiple column...Dan Allen
2022-06-08add CHANGELOG entry for 2.0.8 release [no ci]Dan Allen
2022-06-08remove unnecessary override of default_height on boxDan Allen
2022-06-08automatically set height on column box if not specified; update value automat...Dan Allen
2022-06-08encapsulate logic to adjust column box inside float and dry runDan Allen
2022-06-08don't push section that follows index section in article to new page if last ...Dan Allen
2022-06-07fix computation of default height for formatted box inside column boxDan Allen
2022-06-07fix x position of SVG when advanced to next column of column boxDan Allen
2022-06-07at_page_top? should treat top of column box as top of pageDan Allen
2022-06-07resolves #2230 correctly compute value of to cursor on extent when column box...Dan Allen
2022-06-06fix crash in ColumnBox#move_past_bottom when :reflow_margins option is not setDan Allen
2022-06-05resolves #1737 add backlink from bibref on bibliography entry to first refere...Dan Allen
2022-06-04resolves #1933 add support for scale attribute or iw units on pdfwidth attrib...Dan Allen
2022-06-04resolves #2196 add save_theme helper method (PR #2197)Dan Allen
2022-06-03release 2.0.7 [no ci]v2.0.7Dan Allen
2022-06-03resolves #2228 fix crash when doctitle or section title with automatic ID con...Dan Allen
2022-06-02resolves #1941 allow image path in SVG to refer to any location within Asciid...Dan Allen
2022-06-01resolves #2223 use prawn-gmagick, if available, to read raster image referenc...Dan Allen
2022-05-31tune prawn-gmagick recommendation (PR #2222)Dan Allen
2022-05-30release 2.0.6 [no ci]v2.0.6Dan Allen
2022-05-29resolves #2219 fix layout of collapsible block (PR #2220)Dan Allen
2022-05-29resolves #2215 interpret width of SVG correctly when width is defined in file...Dan Allen
2022-05-28resolves #2216 patch prawn-gmagick to reread bit depth of a PNG image if it e...Dan Allen
2022-05-27don't crash if inline role defines border width but not border colorDan Allen
2022-05-26release 2.0.5 [no ci]v2.0.5Dan Allen
2022-05-26resolves #2059 fix width of multi-word phrase with background and border offs...Dan Allen
2022-05-26resolves #2210 do not filter TOC entries without an ID when computing TOC ext...Dan Allen
2022-05-25release 2.0.4 [no ci]v2.0.4Dan Allen
2022-05-25resolves #2208 fix calculation of TOC extent when entries have children but n...Dan Allen
2022-05-25release 2.0.3 [no ci]v2.0.3Dan Allen
2022-05-25log warning if title page contents overruns the bounds of a single pageDan Allen
2022-05-25resolves #2205 set height of resized image to available height (PR #2206)Dan Allen
2022-05-24resolves #2203 adjust TrimBox to fit inside of BleedBox when using optimizer ...Dan Allen
2022-05-24prevent content on title page from exceeding the bounds of a single pageDan Allen
2022-05-24compute the optimize settings in init_pdf and store as Hash instead of after ...Dan Allen
2022-05-22release 2.0.2 [no ci]v2.0.2Dan Allen
2022-05-22resolves #403 advance table to next page if rowspan in first row does not fit...Dan Allen
2022-05-22resolves #1368 use specified column widths to avoid bugs in column width calc...Dan Allen
2022-05-21release 2.0.1 [no ci]v2.0.1Dan Allen
2022-05-21resolves #2198 break and wrap long contiguous text in source block when linen...Dan Allen
2022-05-20resolves #2193 fix size and position of full height inline image so it fits w...Dan Allen
2022-05-20short-circuit formatted_text routine and log error if fragments in first line...Dan Allen
2022-05-18release 2.0.0 [no ci]v2.0.0Dan Allen
2022-05-18add foundation to support multi-column layout; add example to docs (PR #2190)Dan Allen
2022-05-18document the PDF compliance keywords that can be passed to the optimize attri...Dan Allen
2022-05-18use more stable approach to recreating current bounds in scratch document (PR...Dan Allen
2022-05-17release 2.0.0.rc.1 [no ci]v2.0.0.rc.1Dan Allen
2022-05-17resolves #1730 allow theme to position caption for code and example blocks be...Dan Allen