Skip to content

Releases: htdebeer/paru

Support pandoc 3.5

07 Oct 18:21
Compare
Choose a tag to compare

This version of paru supports pandoc version 3.5.

Support pandoc 3.4

12 Sep 07:51
Compare
Choose a tag to compare

Yesterday, pandoc got a new release, 3.4. This version of paru adds support for that latest version of pandoc.

Support pandoc 3.3

29 Jul 04:48
Compare
Choose a tag to compare

Paru 1.3 adds support for pandoc 3.3. No other changes.

Bugfix release for filtering math nodes

02 Jul 18:11
Compare
Choose a tag to compare

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

26 Nov 12:53
Compare
Choose a tag to compare

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

01 Jul 11:05
Compare
Choose a tag to compare

Fixed 78: Correctly set width and alignments in table column spans.

Bugfix filter functionality

13 May 13:13
Compare
Choose a tag to compare

Fixed #77, ensuring that a filter always has a current_document property. Very minor change.

Update to support pandoc 3.x

08 Feb 19:45
Compare
Choose a tag to compare

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

07 Aug 19:30
Compare
Choose a tag to compare

Paru now supports pandoc 2.19 (#73) . You can now use pandoc's new --embed-resources option in paru.

Bug fixes in filters

19 Jun 09:47
Compare
Choose a tag to compare

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!