Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Dec 29, 2017
1 parent febbbcd commit 43a92f9
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
15 changes: 15 additions & 0 deletions NEWS-Arabic.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
أميري ٠٫١١٠ (٢٠١٧-١٢-٣٠)
-----------------------
* تحسين اقتران الكافات التي أضيفت في الإصدارة السابقة.
* إصلاح خطأ يجعل جرف الهمزة العالية (U+0674) يقترن بالهرف السابق عليه:
https://github.com/alif-type/amiri/issues/138.
* إزالة الأسماء العربية الداخلية للخط، لتفادي ازدواجية اللغة في اسم الخط في بعض
التطبيقات عندما يكون النظام باللغة العربية، مثل ”Amiri عادي“.
* السماح بأن تسبق أو تلحق همزة وسط الكلمة بالكشيدة:
https://github.com/alif-type/amiri/issues/137
* تلوين علامة الهمزة المنفصلة في الخط القرآني الملون:
https://github.com/alif-type/amiri/issues/136
* تغيير شكل الضمة في حرفي U+06C7 و U+0677:
https://github.com/alif-type/amiri/issues/123
* تغييرات شغيرة أخرى، و تغييرات على نظام بناء الخط من المصدر.

أميري ٠٫١١٠ (٢٠١٧-١٢-٢٠)
-----------------------
* محارف جديدة:
Expand Down
34 changes: 34 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
Amiri 0.111 (2017-12-30)
------------------------

* Drop TTF files from the web fonts archive, WOFF and WOFF2 should be all one
needs now.
* Cosmetic changes to the CSS snippet.
* Fix kerning of the new Kaf glyphs introduced in the previous release.
* Add a font table document for the Quran font since it has different character
coverage.
* Removed the `ccmp` feature composing decomposed Latin base/accent
combinations supported by the font. HarfBuzz does this in a bit smarter way,
users of other engines can apply Unicode normalization to the input text if
this is needed.
* Fix wrong glyph class for U+0674 ARABIC LETTER HIGH HAMZA, causing it to be
incorrectly treated as a zero width mark:
https://github.com/alif-type/amiri/issues/138.
* Drop localized Arabic names from the font (like style names), their support
in application is spotty, also it is a bit Ugly to have the font presented
with mixed language name, e.g. “Amiri عادي”, in some applications under
Arabic locales.
* Allow Kashida around floating Hamza:
https://github.com/alif-type/amiri/issues/137
* Colorize Hamza above mark in colored Quran font:
https://github.com/alif-type/amiri/issues/136
* Change the shape of Damma used in U+06C7 & U+0677:
https://github.com/alif-type/amiri/issues/123
* Other smaller fixes.
* OpenType layout tables are now compiled with FontTool’s feaLib instead of my
FontForge fork. This is an attempt to make building the fonts from source
simpler for others and more predictable.
* The font can now be built with Python 3, by calling `make PY2=python3`.
* The font can be also built with upstream FontForge now, though the result
might be slightly different from the pre-built fonts.

Amiri 0.110 (2017-12-20)
------------------------
* New Glyphs
Expand Down

0 comments on commit 43a92f9

Please sign in to comment.