summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2011-08-29 19:26:32 +0200
committerGrigori Goronzy <greg@blackbox>2011-08-29 19:50:39 +0200
commit9b709240fe943d15b5ce39bea2322cabb560c0da (patch)
tree640be78b67925fdb841e8550dad5847f5f5aa385 /Changelog
parent807a767908b1bcd6cfd414f3f232306b285223db (diff)
downloadlibass-9b709240fe943d15b5ce39bea2322cabb560c0da.tar.bz2
libass-9b709240fe943d15b5ce39bea2322cabb560c0da.tar.xz
Add changelog for 0.10.0
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog18
1 files changed, 18 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 2d060ba..c6870f0 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,21 @@
+libass (0.10.0)
+ * Bidirectional layout and Arabic shaping via FriBidi (GC #13)
+ * OpenType shaping via HarfBuzz-ng (GC #13)
+ * Add API for shaper configuration
+ * Add support for `Language' Script Info property, this can be used for
+ hinting the text language
+ * Vertical layout improvements
+ * Use `vert' and `vkna' OpenType features for vertical glyph variants
+ * Position rotated glyphs onto baseline
+ * Parse font encoding property for base text direction hinting
+ * Refactor cache system
+ * Use generic outlines in place of FreeType glyphs
+ * Direct outline bitmap rendering
+ * Fix whitespace trimming (GC #35)
+ * Do not render border if there's no shadow or glyph (GC #29)
+ * Adjust spacing after a italic to non-italic style change (GC #37)
+ * Fix fade timing
+
libass (0.9.12)
* Switch to permissive (ISC) license
* Support \fs+ and \fs- syntax for modifying font size