Releases: htdebeer/paru
Support pandoc 3.5
Support pandoc 3.4
Yesterday, pandoc got a new release, 3.4. This version of paru adds support for that latest version of pandoc.
Support pandoc 3.3
Paru 1.3 adds support for pandoc 3.3. No other changes.
Bugfix release for filtering math nodes
Bugfix release for filtering math nodes. Thanks to @UlyssesZh for the fix!
Also upgrade paru to support pandoc 3.2.1.
Upgrade to ruby 3.0.6 as minimum version; Preserve tabs by default
I've moved the minumum required version of Ruby to 3.0.6. I will drop support for ruby versions below 3.0. If you really want to use an unsupported version of Ruby, you can keep using paru version 1.1.x.
Also, in response to #79, paru now preserves tabs by default when running filters.
Bugfix filter functionality for table column span
Fixed 78: Correctly set width and alignments in table column spans.
Bugfix filter functionality
Fixed #77, ensuring that a filter always has a current_document
property. Very minor change.
Update to support pandoc 3.x
Paru 1.1 supports pandoc 3.x. Added support for the new command-line options and the new pandoc-types version for filters. No other changes; No new features added.
Note Due to a change in pandoc-types used by pandoc, you need to upgrade to paru 1.1 when you're using pandoc 3.x. Similarly, if you're still using pandoc 2.x, you cannot upgrade paru beyond version 1.0.
Update to support pandoc 2.19
Paru now supports pandoc 2.19 (#73) . You can now use pandoc's new --embed-resources
option in paru.
Bug fixes in filters
Jonathan Raphaelson found and fixed multiple bugs in the "descendant of" selector with list items in filters. He also found and fixes similar issues in definition list items. This minor release contains these fixes.
Thanks Jonathan!