diff --git a/brick-0.70.1.tar.gz b/brick-0.70.1.tar.gz deleted file mode 100644 index 01833cd..0000000 --- a/brick-0.70.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4d214bc6cad3207299b9b273a886dbff011d75f82b2afd4a7f31a4a0d8821a2 -size 702382 diff --git a/brick-0.73.tar.gz b/brick-0.73.tar.gz new file mode 100644 index 0000000..2ad2a47 --- /dev/null +++ b/brick-0.73.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741c8d0717f0ab5addd5d3acc88cb36d645a0c73907bde509b2fd9d9bc02039c +size 704762 diff --git a/ghc-brick.changes b/ghc-brick.changes index 368cf93..b630889 100644 --- a/ghc-brick.changes +++ b/ghc-brick.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Sat Jul 9 16:24:17 UTC 2022 - Peter Simons + +- Update brick to version 0.73. + 0.73 + ---- + + API changes: + * Added `Brick.Widgets.Edit.getCursorPosition` (thanks + @TristanCacqueray) + + 0.72 + ---- + + Package changes: + * Increased lower bound on `text-zipper` to `0.12`. + + API changes: + * `handleEditorEvent` now takes a `BrickEvent` rather than just a Vty + `Event`. + * Brick editors now handle mouse clicks to change their cursor + positions. + +------------------------------------------------------------------- +Tue Jul 5 15:21:33 UTC 2022 - Peter Simons + +- Update brick to version 0.71.1. + 0.71.1 + ------ + + Bug fixes: + * Fixed an issue where `tests/Render.hs` did not gracefully exit in the + presence of an unknown terminal. + +------------------------------------------------------------------- +Mon Jul 4 16:28:56 UTC 2022 - Peter Simons + +- Update brick to version 0.71. + 0.71 + ---- + + Package changes: + * Increased `vty` lower bound to `5.36`. + + API changes: + * Added `tests/Render.hs` to provide a simple test of + `Brick.Main.renderWidget` (thanks @valyagolev) + * Added `Brick.Main.renderWidget` to help in golden testing contexts + (thanks @valyagolev) + + Other changes: + * Various `table` documentation improvements. + ------------------------------------------------------------------- Sun Jun 19 20:13:57 UTC 2022 - Peter Simons diff --git a/ghc-brick.spec b/ghc-brick.spec index aa98483..f75746d 100644 --- a/ghc-brick.spec +++ b/ghc-brick.spec @@ -19,7 +19,7 @@ %global pkg_name brick %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.70.1 +Version: 0.73 Release: 0 Summary: A declarative terminal user interface library License: BSD-3-Clause