Skip to content

Releases: HOST-Oman/libraqm

v0.10.2

22 Sep 13:21
v0.10.2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.10.2

v0.10.1

12 Apr 17:46
v0.10.1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

Version 0.10.0

11 Jan 14:51
v0.10.0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

Version 0.9.0

30 Jan 14:19
v0.9.0
Compare
Choose a tag to compare
  • Raise the minimum versions of Raqm dependencies: no longer conditionally enabling any features based on specific dependency version.
  • raqm_t objects can now be reused by calling raqm_clear_contents() before re-use, to potentially reduce the number memory allocations.
  • Don't hardcode python3 in tests.
  • New API:
    • raqm_set_freetype_load_flags_range()
    • raqm_clear_contents()

Version 0.8.0

13 Dec 19:08
v0.8.0
Compare
Choose a tag to compare

Remove autotools build.

Support using SheenBiDi instead of FriBiDi for Unicode BiDi support (#138, #139).

Fix running tests with Python <= 3.6.

New API:

  • raqm_get_par_resolved_direction
  • raqm_get_direction_at_index

Version 0.7.2

27 Sep 17:02
v0.7.2
Compare
Choose a tag to compare
  • Fix test failure with newer HarfBuzz versions (#135).
  • Apply FT_Face transformation matrix when built against FreeType 2.11 or later (#123).
  • Add meson build system. Autotools build system will be dropped in next release.
  • Improve MSVC support (#134).
  • Build and documentation fixes.

Version 0.7.1

22 Nov 17:33
Compare
Choose a tag to compare
  • Require HarfBuzz >= 2.0.0
  • Build and documentation fixes.

Version 0.7.0

27 May 18:53
Compare
Choose a tag to compare
  • New functions:
    • raqm_version()
    • raqm_version_string()
    • raqm_version_atleast()
  • New macros:
    • RAQM_VERSION_MAJOR
    • RAQM_VERSION_MICRO
    • RAQM_VERSION_MINOR
    • RAQM_VERSION_STRING
    • RAQM_VERSION_ATLEAST()

Version 0.6.0

05 May 20:16
Compare
Choose a tag to compare
  • Fix TTB direction regression from the previous release (#81)
  • Add raqm_set_invisible_glyph() (#92)
  • Correctly detect script of Common and Inherite characters at start of text (#95)
  • Undef HAVE_CONFIG_H workaround, for older versions of Fribidi (#101)
  • Drop test suite dependency on GLib
  • Port test runner to Python instead of shell script

Version 0.5.0

24 Feb 12:10
Compare
Choose a tag to compare

Use FriBiDi 1.x API when available.