diff --git a/brick-2.2.tar.gz b/brick-2.2.tar.gz deleted file mode 100644 index d78bcc1..0000000 --- a/brick-2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f3907683341738c8c5d903d0d2889b7e82ea0a2b4077ed7d46fea18aac4706d -size 223675 diff --git a/brick-2.3.1.tar.gz b/brick-2.3.1.tar.gz new file mode 100644 index 0000000..9ee2191 --- /dev/null +++ b/brick-2.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f0ad1a65da643ce69014d9cfc2fe431b01a21989f973c09d8ed5f017b81698 +size 223893 diff --git a/ghc-brick.changes b/ghc-brick.changes index 5ec5110..17b64f5 100644 --- a/ghc-brick.changes +++ b/ghc-brick.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Dec 21 17:33:30 UTC 2023 - Peter Simons + +- Update brick to version 2.3.1. + 2.3.1 + ----- + + Bug fixes: + * Form field rendering now correctly checks for form field focus when + its visibility mode is `ShowAugmentedField`. + + 2.3 + --- + + API changes: + * `FormFieldVisibilityMode`'s `ShowAugmentedField` was renamed to + `ShowCompositeField` to be clearer about what it does, and a new + `ShowAugmentedField` constructor was added to support a mode where + field augmentations applied with `@@=` are made visible as well. + ------------------------------------------------------------------- Mon Dec 18 00:44:39 UTC 2023 - Peter Simons diff --git a/ghc-brick.spec b/ghc-brick.spec index 4b2ae18..e3db38a 100644 --- a/ghc-brick.spec +++ b/ghc-brick.spec @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.2 +Version: 2.3.1 Release: 0 Summary: A declarative terminal user interface library License: BSD-3-Clause