summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-18release 2.0.20v2.0.202.0.20-charlotteDan Allen
2023-05-18set release-version attribute to gem version during release; fix bug in versi...Dan Allen
2023-05-18add revision line to all README files during releaseDan Allen
2023-05-18update version script to update release-version attributes and rebuild man pageDan Allen
2023-05-18fix formatting in CHANGELOG [no ci]Dan Allen
2023-05-17add what's new for 2.0.19 releaseDan Allen
2023-05-17prepare branch for development [no ci]Dan Allen
2023-05-17release 2.0.19v2.0.19Dan Allen
2023-05-17revert "remove workaround for JRuby on Windows in CI"Dan Allen
2023-05-17remove workaround for JRuby on Windows in CIDan Allen
2023-05-17explicitly set --no-pager when calling git diff in CI workflow [no ci]Dan Allen
2023-05-17run tests on pygments.rb ~1.2.0Dan Allen
2023-05-17configure concurrent builds for CI workflow [no ci]Dan Allen
2023-05-17enable workflow dispatch on CI workflowDan Allen
2023-05-17also lock pygments version in release workflow [no ci]Dan Allen
2023-05-17match attrlist consistently when looking for transitional literal monospaceDan Allen
2023-05-17clean up entries in CHANGELOG for next release [no ci]Dan Allen
2023-05-17backport fix for #4458 process constrained inline passthrough inside monospac...Dan Allen
2023-05-17only match transitional role (x-) that this distinct from other rolesDan Allen
2023-05-17fix cases when source style is missing on literal block in docsDan Allen
2023-05-17fix substitution test that was relying on missing attributeDan Allen
2023-05-17Use common term for version label in Kiswahili translation (PR #4457)Benson Muite
2023-05-16correctly handle compat role on monospace and constrained passthrough when bo...Dan Allen
2023-05-15add negative test that footnotes in headings will be numbered out of sequenceDan Allen
2023-05-15add CHANGELOG entry for #4454Dan Allen
2023-05-15add Kiswahili translation for built-in labels (PR #4454)Benson Muite
2023-05-11backport fix for #4452 enclose reftext tag in article tag in DocBook output f...Dan Allen
2023-05-07add "Use" at start of local font awesome page titleDan Allen
2023-05-07backport fix for #4448 apply reftext substitutions to value of mantitle attri...Dan Allen
2023-05-06backport fix for #4450 consistently produce partintro as a compound open blockDan Allen
2023-05-01add system encoding section to system requirements page in docsDan Allen
2023-05-01recommend overriding the default external and internal character encodings in...Dan Allen
2023-05-01only upgrade Java for JRuby 9.4.2.0 on WindowsDan Allen
2023-05-01add CHANGELOG entry for upgrading latest CRuby in CI workflow [no ci]Dan Allen
2023-05-01upgrade latest CRuby in CI workflowDan Allen
2023-05-01update list of supported Ruby versions in READMEDan Allen
2023-05-01update latest release version in READMEDan Allen
2023-05-01upgrade JRuby in CI workflowDan Allen
2023-05-01backport fix for #3929 treat uri:classloader: as absolute path prefix when ru...Dan Allen
2023-04-30fix grammatical error in docsDan Allen
2023-04-30correctly access reader from document object in extensionDan Allen
2023-04-29use the term gem instead of RubyGem to refer to a gem; reword the installatio...Dan Allen
2023-04-26catalog inline ref defined using anchor macro even when resolved reftext is e...Dan Allen
2023-04-26add test to verify parser correctly handles shorthand inline ref when resolve...Dan Allen
2023-04-26combine condition with next keyword for clarity when cataloging inline anchorsDan Allen
2023-04-25slightly simplify implicit link processing by separating implicit and explici...Dan Allen
2023-04-25don't swallow square brackets when processing escaped URL macroDan Allen
2023-04-24document the find_by method on blocksDan Allen
2023-04-24document how to log from an extensionDan Allen
2023-04-23minor optimization to avoid calls to regex in list parsing if precondition is...Dan Allen