Skip to content

Releases: LibrePDF/OpenRTF

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>