diff --git a/brick-0.58.1.tar.gz b/brick-0.58.1.tar.gz deleted file mode 100644 index a6533ae..0000000 --- a/brick-0.58.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5b3dbf6f16241d0510ac7edde154aca9dbfb9d4150471e0aa7dab6408915563 -size 699121 diff --git a/brick-0.60.2.tar.gz b/brick-0.60.2.tar.gz new file mode 100644 index 0000000..37a233f --- /dev/null +++ b/brick-0.60.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71acbfa1fb58d07839a6fede3fee9c07600fff32f724ca48da7846874a5d97b9 +size 702455 diff --git a/ghc-brick.changes b/ghc-brick.changes index d8f5623..ac97337 100644 --- a/ghc-brick.changes +++ b/ghc-brick.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Mon Feb 8 05:05:28 UTC 2021 - psimons@suse.com + +- Update brick to version 0.60.2. + 0.60.2 + ------ + + Bug fixes: + * Widgets reported as `clickable` are now reported as clickable even + when their renderings are cached with `cached` (#307; thanks Hari + Menon) + +------------------------------------------------------------------- +Wed Feb 3 20:26:11 UTC 2021 - psimons@suse.com + +- Update brick to version 0.60.1. + 0.60.1 + ------ + + Bug fixes: + * `table []` no longer raises `TEUnequalRowSizes`. + + 0.60 + ---- + + New features: + * Added `Brick.Widgets.Table` to support drawing basic tables. See + `programs/TableDemo.hs` for a demonstration (`cabal new-run -f demos + brick-table-demo`). + +------------------------------------------------------------------- +Fri Jan 29 10:26:08 UTC 2021 - psimons@suse.com + +- Update brick to version 0.59. + 0.59 + ---- + + API changes: + * `Brick.Widgets.List` got `listMoveToBeginning` and `listMoveToEnd` + functions + * `Extent`: removed the unused `extentOffset` field + + Bug fixes: + * Fixed a crash in the border rewriting code that attempted to rewrite + empty images (#305) (thanks @dmwit) + ------------------------------------------------------------------- Tue Dec 29 21:16:36 UTC 2020 - psimons@suse.com diff --git a/ghc-brick.spec b/ghc-brick.spec index 7a52386..1d0b3a3 100644 --- a/ghc-brick.spec +++ b/ghc-brick.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-brick # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name brick %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.58.1 +Version: 0.60.2 Release: 0 Summary: A declarative terminal user interface library License: BSD-3-Clause