Skip to content

Releases: dhorions/boxable

Boxable version 1.7.0

20 Jul 20:43
5aa3b0f
Compare
Choose a tag to compare

Changes/Issues:

  • fix: #233 - Bump pdfbox from 2.0.21 to 2.0.24
  • fix: #236 - Remove Guava as a compile dependency
  • fix: #239 - Bump jsoup from 1.9.2 to 1.14.2
  • fix: #241 - Dependency org.apache.pdfbox:pdfbox, leading to CVE problem
  • fix: #246 - Remove guava dependency

Dependencies:

  • org.apache.pdfbox:pdfbox:2.0.21 -> 2.0.26
  • org.slf4j:slf4j-api:1.7.10 -> 1.7.36
  • org.apache.commons:commons-csv:1.2.0 -> 1.9.0
  • org.jsoup:jsoup:1.9.2 -> 1.15.1
  • removed com.google.guava:guava

Boxable version 1.6

29 Aug 07:38
ba969ad
Compare
Choose a tag to compare

What is new in version 1.6?

  • performance optimizations by @Vobarian
  • reduced pdf file output size by @Vobarian and @Giboow
  • fix for infinite loop when header rows were below page bottom margin. @Ogmios-Voice
  • added COPYING file @zaqpiotr
  • Updated pdfbox library to 2.0.21
  • Updated guava library to 29-android

Boxable version 1.5

08 Feb 11:03
4ff0e0a
Compare
Choose a tag to compare

What is new in version 1.5?

  • several HTML ordered lists bugfixes
  • having possibility to make inner tables with TableCell (check SampleTest10() JUnit test)
  • using FreeSans as default font to avoid multiple charachter decoding problems
  • added support for drawing "borderless" table (check SampleTest11() for that)
  • javadocs bugfix

Boxable version 1.4

05 Apr 07:04
Compare
Choose a tag to compare

This versions includes contributions from Frulenzo and dobluth.
For details, refer to the following pull requests :

Important new features

DataTable

Allows quickly creating tables from csv data or Lists of Lists of objects.

See https://github.com/dhorions/boxable/blob/master/src/test/java/be/quodlibet/boxable/DataTableTest.java for examples

HTML Tags

Allows you to format text inside cells with html tags.

Supported tags :

  • Bold,italic, bold-italic (<b>, </b>, <i>, </i>, <b><i></i></b>)
  • Paragraph (<p></p>)
  • Line break <br>, <br />
  • Ordered/Unordered lists (<ol><li></li></ol>, <ul><li></li></ul>)

Boxable version 1.3

12 Mar 13:34
Compare
Choose a tag to compare

This versions includes contributions from Frulenzo,dobluth and schmitzhermes.
For details, refer to the following pull requests :

Compatibility with Pdfbox 2.0.0-RC3

11 Feb 09:32
Compare
Choose a tag to compare

This release references Pdfbox 2.0.0-RC3 in the pom.xml.

Compatibility with Pdfbox 2.0.0-RC1

11 Feb 09:27
Compare
Choose a tag to compare

This release references Pdfbox 2.0.0-RC1 in the pom.xml.

Boxable version 1.2

02 Jul 07:51
Compare
Choose a tag to compare

Mavenized and issues fixed.

Multi-Line rows feature added

08 Apr 11:43
Compare
Choose a tag to compare
Merge pull request #1 from dhorions/multi-line-rows

Multi-Line table rows and bookmarks

1.0

08 Mar 09:07
Compare
Choose a tag to compare
1.0
Update README.md