Skip to content

Commit

Permalink
0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Apr 12, 2023
1 parent c61581d commit 5ce8590
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
Overview of changes leading to 0.10.1
Wednesday, April 12, 2023
====================================

Make combining marks always inherit the script of their base.

Overview of changes leading to 0.10.0
Wednesday, January 11, 2023
====================================

Fix font feature ranges.

Fix resolved direction for all-neutral text.

Implement letter and word spacing support.

New API:
* raqm_set_text_utf16

Overview of changes leading to 0.9.0
Sunday, January 30, 2022
====================================

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

Overview of changes leading to 0.8.0
Monday, December 13, 2021
====================================
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'raqm',
'c',
version: '0.10.0',
version: '0.10.1',
default_options: [
'c_std=c99',
'cpp_std=c++11',
Expand Down

0 comments on commit 5ce8590

Please sign in to comment.