Skip to content

Latest commit

 

History

History
242 lines (167 loc) · 6.45 KB

CHANGELOG.md

File metadata and controls

242 lines (167 loc) · 6.45 KB

Gradle Pandoc reveal.js plugin

Changed

v0.5.7 (2024-10-23)

Changed

v0.5.6 (2024-08-24)

Fixed

  • Compatibility with projects built under Java 8 or 11

Changed

v0.5.5 (2024-08-15)

Added

  • Testing on Java 21

Changed

  • Build with Gradle v8.10
  • Upgraded Pandoc to v3.3
  • Upgraded dependencies
  • Upgraded GitHub Actions
  • all changes since v0.5.4

v0.5.4 (2024-06-04)

Fixed

  • Testing on macOS in GitHub Actions

Changed

v0.5.3 (2024-03-04)

Added

  • Support for Table of Contents via Pandoc

Changed

v0.5.2 (2024-02-26)

Added

  • Support for Pandoc filters
  • Support for environment variables in Pandoc exec

Changed

v0.5.1 (2024-02-19)

Changed

  • Build with Gradle v8.6
  • Upgraded Pandoc to v3.1.12.1
  • Upgraded reveal.js to v5.0.4
  • Upgraded dependencies
  • all changes since v0.5.0

v0.5.0 (2023-04-02)

Fixed

  • Configuration cache error with Gradle 8

Changed

  • Build with Gradle v8.0.2
  • Upgraded Pandoc to v3.1.2
  • Upgraded dependencies
  • Migrated tests from TestNG to JUnit Jupiter
  • all changes since v0.4.0

v0.4.0 (2022-12-10)

Added

  • Testing on Java 17

Changed

  • Switched from Travis CI to GitHub Actions
  • Build with Gradle v7.5.1
  • Upgraded dependencies
  • Upgraded Pandoc to v2.19.2
  • Download, unpack Pandoc dependency from GitHub
  • Upgraded reveal.js to v4.4.0
  • Upgraded Plugin Publish Plugin to v1.1.0
  • all changes since v0.3.1

v0.3.1 (2019-08-21)

Added

  • ISO dates (e.g., date: 2019-08-21) in YAML header are properly formatted on title slide (i.e., "Wed, Aug 21, 2019")

Fixed

  • Resolved deprecation warnings for Gradle v6.0

Changed

v0.3.0 (2018-08-06)

Added

  • optionally, provide header as separate YAML file
  • optional extra assets as file collection

Changed

  • Upgrade to reveal.js v3.7.0
  • Build with Gradle v4.9
  • Use lazy configuration
  • renamed compile task name to compileReveal
  • reveal.js and HTML generated in same destination directory
  • all changes since v0.2.2

v0.2.2 (2018-02-26)

Changed

v0.2.1 (2017-11-30)

Added

  • CI testing on Mac OSX

Fixed

  • Removed obsolete --smart option

Changed

v0.2.0 (2017-10-17)

Added

  • Support for citations (requires pandoc-citeproc)

Changed

v0.1.0 (2017-07-11)

Initial release

  • Markdown to HTML5 conversion with installed Pandoc and reveal.js v3.5.0