~jaro/balkon

0c7129f8f8a5f337d97cd7ac62430cbd694ef9eb — Jaro 1 year, 1 month ago 2462c03
Fill changelong and prepare for v1.0 release.
2 files changed, 20 insertions(+), 7 deletions(-)

M CHANGELOG.md
M balkon.cabal
M CHANGELOG.md => CHANGELOG.md +18 -3
@@ 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.

M balkon.cabal => balkon.cabal +2 -4
@@ 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