Skip to content

Releases: LibrePDF/OpenRTF

Open RTF 3.0.0

28 Feb 18:22

Choose a tag to compare

What's Changed

  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 by @dependabot[bot] in #37
  • Bump org.sonatype.central:central-publishing-maven-plugin from 0.8.0 to 0.9.0 by @dependabot[bot] in #38
  • Bump com.diffplug.spotless:spotless-maven-plugin from 2.46.1 to 3.0.0 by @dependabot[bot] in #39
  • Bump com.diffplug.spotless:spotless-maven-plugin from 3.0.0 to 3.2.1 by @dependabot[bot] in #45
  • Bump org.sonatype.central:central-publishing-maven-plugin from 0.9.0 to 0.10.0 by @dependabot[bot] in #43
  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #41
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #42

Full Changelog: 2.0.0...3.0.0

Open RDF 2.0.0

17 Aug 11:45
63fd7cb

Choose a tag to compare

What's Changed

  • Upgrade openpdf to 1.4.1 and fix build by @fridrich in #18
  • Upgrade to newest OpenPDF 2.4.0 by @fridrich in #20
  • Bump the version since the Java requirement increased by @fridrich in #23
  • Guard the dependencies by dependabot by @fridrich in #24
  • Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.8 to 1.7.0 by @dependabot[bot] in #32
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.0.1 to 3.3.1 by @dependabot[bot] in #30
  • Bump junit:junit from 4.13.1 to 4.13.2 by @dependabot[bot] in #27
  • Bump actions/checkout from 2 to 5 by @dependabot[bot] in #28
  • Bump org.apache.maven.plugins:maven-repository-plugin from 2.3.1 to 2.4 by @dependabot[bot] in #29
  • Bump org.apache.maven.plugins:maven-clean-plugin from 3.1.0 to 3.5.0 by @dependabot[bot] in #31

New Contributors

Full Changelog: 1.2.1...2.0.0

OpenRTF 1.2.1

05 Oct 09:42

Choose a tag to compare

OpenRTF 1.2.1 has been released. OpenRTF is a free Java library for creating and editing RTF files with a LGPL and MPL open source license.

Update to the latest OpenRTF version by using this in your pom.xml file:

    <dependency>
        <groupId>com.github.librepdf</groupId>
        <artifactId>openrtf</artifactId>
        <version>1.2.1</version>
    </dependency>

OpenRTF 1.2.0

26 Feb 13:21

Choose a tag to compare

OpenRTF 1.2.0 has been released. OpenRTF is a free Java library for creating and editing RTF files with a LGPL and MPL open source license.

Update to the latest OpenRTF version by using this in your pom.xml file:

    <dependency>
        <groupId>com.github.librepdf</groupId>
        <artifactId>openrtf</artifactId>
        <version>1.2.0</version>
    </dependency>