summaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
AgeCommit message (Collapse)Author
2024-05-17import CHANGELOG entry from 2.0.23 release [skip ci]Dan Allen
2024-05-16resolves #3583 preserve repeating spaces in verbatim content in manpage ↵Dan Allen
output (PR #4592)
2024-05-16resolves #4573 log error when incomplete row is detected at end of table (PR ↵Dan Allen
#4590)
2024-05-16resolves #4576 encode spaces in mailto links as %20, in accordance with RFC ↵Dan Allen
3986, instead of using + (PR #4591)
2024-05-15resolves #4587 only drop current row if colspan of last cell exceeds ↵Dan Allen
specified number of columns (PR #4588)
2024-05-12resolves #4570 fix crash when parsing xref shorthand when target starts with ↵Dan Allen
URL protocol (PR #4585)
2024-05-06resolves #4565 don't duplicate block attribute line above detached block ↵Dan Allen
that breaks a dlist (PR #4566)
2024-05-04resolves #4580 don't leave behind empty line inside skipped conditional (PR ↵Dan Allen
#4582)
2024-03-08import CHANGELOG entry from 2.0.22 release [skip ci]Dan Allen
2024-03-07resolves #4556 set cloaked-context attribute on source block when context is ↵Dan Allen
not :listing (PR #4563)
2024-03-07resolves #4561 remove use of base64 library to prevent warning in Ruby >= ↵Dan Allen
3.3 (PR #4562)
2024-02-21import CHANGELOG section for 2.0.21 release and set as latest release [no ci]Dan Allen
2024-02-20change title to doctitle in warning message about use of abstract to make ↵Dan Allen
subject more clear
2024-02-20upgrade latest Ruby to 3.3 in CIDan Allen
2024-02-20resolves #4468 treat bare URL enclosed in angle brackets as unconstrained ↵Dan Allen
syntax (PR #4553)
2024-02-20resolves #3693 don't break nested dlist with attached block if offset from ↵Dan Allen
parent list by empty line (PR #4512)
2024-02-20resolves #4552 add support for scaledwidth and scale attributes on inline ↵Dan Allen
image macro in DocBook output (PR #4554)
2024-02-19resolves #3602 move abstract inside info tag in DocBook output (PR #4508)Dan Allen
2024-02-19resolves #4550 turn off system-dependent newline conversion when writing ↵Dan Allen
files (PR #4551)
2024-01-03update CHANGELOG entry [no ci]Dan Allen
2024-01-03resolves #4530 by underlining active footnote link (PR #4534)Lasse Collin
update default stylesheet to underline active footnote link in footnotes list
2023-12-02resolves #4523 remove extra border below doctitle when sidebar toc is ↵Dan Allen
collapsed into main content area (PR #4524)
2023-11-28resolves #3466 update stylesheet to use break-after in place of ↵Dan Allen
page-break-before/after/inside (PR #4495)
2023-11-26resolves #3652 honor secondary and tertiary terms on indexterm macro when ↵Dan Allen
primary term is quoted and contains = (PR #4511)
2023-11-26resolves #4490 style cells in head row as bold in manpage output (PR #4491)Dan Allen
2023-11-13add missing CHANGELOG entry for #4493Dan Allen
2023-11-06resolves #3535 nested dlist attached using list continuation should not ↵Dan Allen
consume detached paragraph (PR #4513)
2023-10-30resolves #4492 add Wistia support to the video macro (PR #4488)Nabil Maynard
2023-10-27modify default stylesheet to honor text-* roles on quote blocksDan Allen
2023-10-12resolves #3526 return nil if name passed to ↵Dan Allen
Asciidoctor::SafeMode.value_for_name is not recognized (PR #4496)
2023-09-18resolves #4482 remove empty line at top of table cells in manpage outputMatthew "strager" Glazar
2023-09-07resolves #4481 preserve paragraph breaks in normal table cell in manpage ↵Dan Allen
output (PR #4484)
2023-06-05resolves #4461 wrap target of link used in place of include directive in ↵Dan Allen
inline passthrough when it contains spaces (PR #4463)
2023-05-26bump minimum version of CRuby to 2.7Dan Allen
2023-05-18import entries from 2.0.20 release into CHANGELOG and set as latest release ↵Dan Allen
[no ci]
2023-05-18import entries from 2.0.19 release into CHANGELOGDan Allen
2023-05-17resolves #4458 process constrained inline passthrough inside monospace span ↵Dan Allen
(PR #4459)
2023-05-16correctly handle compat role on monospace and constrained passthrough when ↵Dan Allen
box attrlist or formatted text is escaped
2023-05-15add CHANGELOG entry for #4454Dan Allen
2023-05-13use safe navigation to avoid crashing when querying for extensions (PR #4456)Dan Allen
2023-05-10resolves #4452 enclose reftext tag in article tag in DocBook output for man ↵Dan Allen
page (PR #4453)
2023-05-06resolves #4448 apply reftext substitutions to value of mantitle attribute in ↵Dan Allen
DocBook output (PR #4449)
2023-05-06resolves #4450 consistently produce partintro as a compound open block (PR ↵Dan Allen
#4451)
2023-04-30resolves #3929 treat uri:classloader: as absolute path prefix when running ↵Dan Allen
on JRuby (PR #4444)
2023-04-27resolves #2947 add single and double role hint to <quote> tag in DocBook ↵Dan Allen
output (PR #4443)
2023-04-26catalog inline ref defined using anchor macro even when resolved reftext is ↵Dan Allen
empty
2023-04-25slightly simplify implicit link processing by separating implicit and ↵Dan Allen
explicit match
2023-04-25don't swallow square brackets when processing escaped URL macroDan Allen
2023-04-22resolves #4268 implicitly attach nested list that starts with block ↵Dan Allen
attribute lines to dlist entry (PR #4439)
2023-04-22resolves #4437 support notitle option on section as preferred alternative to ↵Dan Allen
untitled to hide title (PR #4440)