Skip to content

Commit

Permalink
Release 4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sbraconnier committed Sep 15, 2022
1 parent aa16056 commit 03233c5
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,41 @@
# Changelog

## [v4.4.3](https://github.com/sbraconnier/jodconverter/tree/v4.4.3) (2022-09-15)

[Full Changelog](https://github.com/sbraconnier/jodconverter/compare/v4.4.2...v4.4.3)

**Implemented enhancements:**

- Provide builds of both OpenOffice and LibreOffice dependencies in the maven center [\#273](https://github.com/sbraconnier/jodconverter/issues/273)
- support keepAliveOnShutdown through CLI [\#269](https://github.com/sbraconnier/jodconverter/issues/269)
- Issues converting potx and xltx [\#259](https://github.com/sbraconnier/jodconverter/issues/259)

**Fixed bugs:**

- gradle build fail~~~~ with libreoffice 7.1.5 [\#271](https://github.com/sbraconnier/jodconverter/issues/271)

**Closed issues:**

- Task :distZip FAILED [\#303](https://github.com/sbraconnier/jodconverter/issues/303)
- Added WEB document family [\#297](https://github.com/sbraconnier/jodconverter/issues/297)
- Spring configuration metadata json not generated [\#295](https://github.com/sbraconnier/jodconverter/issues/295)
- Specific Exception for Password Protected files [\#233](https://github.com/sbraconnier/jodconverter/issues/233)

**Merged pull requests:**

- Update to spring boot 2.7.3 to fix CVEs [\#307](https://github.com/sbraconnier/jodconverter/pull/307) ([EugenMayer](https://github.com/EugenMayer))
- Build spring-boot configuration metadata into jar \#295 [\#296](https://github.com/sbraconnier/jodconverter/pull/296) ([shysteph](https://github.com/shysteph))
- add format definition for PowerPoint XML templates \(\#259\) [\#270](https://github.com/sbraconnier/jodconverter/pull/270) ([stellingsimon](https://github.com/stellingsimon))
- ✨new document format xltx [\#257](https://github.com/sbraconnier/jodconverter/pull/257) ([jgoldhammer](https://github.com/jgoldhammer))

## [v4.4.2](https://github.com/sbraconnier/jodconverter/tree/v4.4.2) (2021-02-10)

[Full Changelog](https://github.com/sbraconnier/jodconverter/compare/v4.4.1...v4.4.2)

**Fixed bugs:**

- DocumentFormat.input family should be optional. [\#249](https://github.com/sbraconnier/jodconverter/issues/249)
- regression: document-formats with singular extension field are not supported anymore [\#248](https://github.com/sbraconnier/jodconverter/issues/248)

## [v4.4.1](https://github.com/sbraconnier/jodconverter/tree/v4.4.1) (2021-02-10)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ I created this fork years ago because I had to do some changes to the original p

#### Gradle:
```Shell
compile 'org.jodconverter:jodconverter-local:4.4.2'
compile 'org.jodconverter:jodconverter-local:4.4.3'
```

#### Maven:
```Shell
<dependency>
<groupId>org.jodconverter</groupId>
<artifactId>jodconverter-local</artifactId>
<version>4.4.2</version>
<version>4.4.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ description = '''
'''

group = 'org.jodconverter'
version = '4.4.3-SNAPSHOT'
version = '4.4.3'

// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// Properties
Expand Down

0 comments on commit 03233c5

Please sign in to comment.