From 0c7129f8f8a5f337d97cd7ac62430cbd694ef9eb Mon Sep 17 00:00:00 2001 From: Jaro Date: Sat, 11 Mar 2023 21:17:52 +0100 Subject: [PATCH] Fill changelong and prepare for v1.0 release. --- CHANGELOG.md | 21 ++++++++++++++++++--- balkon.cabal | 6 ++---- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc39fb1..7cd9852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ -# Revision history for balkon +# Revision history for Balkón -## 0.1.0.0 -- YYYY-mm-dd +## 1.0.0.0 -- 2023-03-12 -* First version. Released on an unsuspecting world. +* Text shaping using HarfBuzz. + +* Breaking text on line and character boundaries using the International + Components for Unicode (ICU) library. + +* Trimming white space at the end of lines. + +* Calculation of containing block bounds and fragment bounds. + +* Support for plain text (single font and line height) in one horizontal + direction (LTR or RTL). + +* Input can be divided into spans. This division will be preserved in the + output. + +* Each span can use a different language for text shaping and line breaking. diff --git a/balkon.cabal b/balkon.cabal index 4c34d0c..837b54f 100644 --- a/balkon.cabal +++ b/balkon.cabal @@ -34,12 +34,10 @@ description: mix of these attributes and a desired line width for line breaking. -- URL for the project homepage or repository. --- TODO: Set homepage when this project has one. --- homepage: +homepage: https://argonaut-constellation.org/ -- A URL where users can report bugs. --- TODO: Set issue tracker URL when this project has one. --- bug-reports: +bug-reports: https://todo.argonaut-constellation.org/~jaro/balkon -- The license under which the package is released. license: GPL-3.0-only -- 2.30.2