Skip to content

Releases: libharu/libharu

v2.4.4

18 Sep 19:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.3...v2.4.4

v.2.4.3

14 Oct 10:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.2...v2.4.3

v.2.4.2

11 Sep 11:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.1...v2.4.2

v.2.4.1

05 Sep 13:40
Compare
Choose a tag to compare

v.2.4.0

06 Aug 20:22
Compare
Choose a tag to compare

What's Changed

  • Add support for free-form triangle shading objects. by @allisonvacanti in #157
  • Fix config constant to match use in hpdf_mmgr.c by @bvirlet in #167
  • Improve small number writing in HPDF_FToA. by @allisonvacanti in #187
  • Fix missing /CapHeight key in font definition by @yabaud in #138
  • Change HPDF_Page_CreateXObjectFromImage zoom parameter type to HPDF… by @extensia in #114
  • Fix another case of png files with background mask save uncompressed by @igor-niv in #221
  • Avoid issue with libtiff duplicate symbols by @bvirlet in #168
  • Reajust bit_depth of png image after striping depth from 16 to 8. by @joelhecht in #125
  • Fixed typo in Japanese font name: Mincyo -> Mincho by @qtamaki in #80
  • Fix various typos by @luzpaz in #226
  • hpdf.h: add missing HPDF_Boolean typedef by @mathstuf in #189
  • Moved to a CMake only build environment.
  • Fix bad unicode in comment by @gix in #229
  • Fix various typos by @luzpaz in #230

Full Changelog: RELEASE_2_3_0...v2.4.0

v2.4.0-rc1

23 Jun 11:47
6997cf7
Compare
Choose a tag to compare
v2.4.0-rc1 Pre-release
Pre-release

This is a pre-release, please test and examine it carefully as a large number of things have been changed since last release.

What's Changed

  • Add support for free-form triangle shading objects. by @allisonvacanti in #157
  • Fix config constant to match use in hpdf_mmgr.c by @bvirlet in #167
  • Improve small number writing in HPDF_FToA. by @allisonvacanti in #187
  • Fix missing /CapHeight key in font definition by @yabaud in #138
  • Change HPDF_Page_CreateXObjectFromImage zoom parameter type to HPDF… by @extensia in #114
  • Fix another case of png files with background mask save uncompressed by @igor-niv in #221
  • Avoid issue with libtiff duplicate symbols by @bvirlet in #168
  • Reajust bit_depth of png image after striping depth from 16 to 8. by @joelhecht in #125
  • Fixed typo in Japanese font name: Mincyo -> Mincho by @qtamaki in #80
  • Fix various typos by @luzpaz in #226
  • hpdf.h: add missing HPDF_Boolean typedef by @mathstuf in #189
  • Moved to a CMake only build environment.

Libharu 2.3.0

26 Jun 14:35
Compare
Choose a tag to compare
RELEASE_2_3_0

get ready for 2.3.0 release

Libharu 2.3.0 RC3

24 Oct 13:50
Compare
Choose a tag to compare
Libharu 2.3.0 RC3 Pre-release
Pre-release
  • Support huge fonts

Libharu 2.3.0 RC2

26 Jun 14:35
Compare
Choose a tag to compare
Libharu 2.3.0 RC2 Pre-release
Pre-release
  • Changed package naming, no other changes.

Libharu 2.3.0 RC1

26 Jun 14:35
Compare
Choose a tag to compare
Libharu 2.3.0 RC1 Pre-release
Pre-release
  • Added support for 3dMeasures of subtype PD3 and 3DC, projection annotations,
    ExData and javascript attached to a U3D model. (Robert Würfel)
  • Added support for 1- and 2-byte UTF8 codes. (Clayman)
  • Added full PDF/A1-b support. (Petr Pytelka)
  • Added support for CCITT compression for B/W images. (Petr Pytelka)
  • Add support for TwoPageLeft and TwoPageRight layouts. (Vincent Dupont)
  • Const-ified arrays used in the sources. (Ilkka Lehtoranta)
  • Fixed build with libpng 1.5.0
  • Fixed bug in HPDF_GetContents() - isize variable was not initialized.
    (Vincent Dupont)
  • Fixed possible endless loop in PNG handling code.
    (reported by Mathew Waters)
  • Fixed several issues based on the warnings generated by clang-analyzer.
    (Daniel Höpfl)
  • Fixed quite a number of warnings. (Davide Achilli)
  • Added 'd' postfix to debug build, fixed wrong filename. (Wim Dumon)
  • Fixed HPDF_Text_Rect() not to split words in some obscure cases.