2021-01-08 10:06:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 29 21:16:36 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update brick to version 0.58.1.
|
|
|
|
0.58.1
|
|
|
|
------
|
|
|
|
|
|
|
|
Bug fixes:
|
|
|
|
* Removed a defunct failing test from the List test suite
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 22 12:57:43 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update brick to version 0.58.
|
|
|
|
0.58
|
|
|
|
----
|
|
|
|
|
|
|
|
Package changes:
|
|
|
|
* Updated dependency constraints to build on GHC 9.0.1 (thanks Ondřej
|
|
|
|
Súkup)
|
|
|
|
|
|
|
|
API changes:
|
|
|
|
* The FileBrowser module now exports individual functions for
|
|
|
|
each of the events that it handles. This allows end users to
|
|
|
|
trigger the behaviors directly rather than relying on the built-in
|
|
|
|
`handleFileBrowserEvent` function. The documentation has been updated
|
|
|
|
to indicate which functions are triggered by each key event. (Thanks
|
|
|
|
David B. Lamkins)
|
|
|
|
|
|
|
|
Other changes:
|
|
|
|
* The `List` module's `listFindBy` function now attempts to find a
|
|
|
|
match anywhere in the list rather than just somewhere between the
|
|
|
|
cursor and the end of the list.
|
|
|
|
* The `FileBrowser` now positions a cursor at the beginning of the
|
|
|
|
selected entry when the file browser is focused. (thanks Mario Lang)
|
|
|
|
* The user guide's viewport visibility example got an important
|
|
|
|
syntactic fix. (thanks Mario Lang)
|
|
|
|
|
2020-12-18 12:51:45 +00:00
|
|
|
-------------------------------------------------------------------
|
2020-12-19 18:28:09 +00:00
|
|
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
2020-12-18 12:51:45 +00:00
|
|
|
|
2020-12-19 17:47:43 +00:00
|
|
|
- disable %{ix86} build
|
2020-12-18 12:51:45 +00:00
|
|
|
|
2020-11-17 18:44:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Nov 15 22:16:04 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update brick to version 0.57.1 revision 1.
|
|
|
|
Upstream has revised the Cabal build instructions on Hackage.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Nov 15 12:26:52 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update brick to version 0.57.1.
|
|
|
|
0.57.1
|
|
|
|
------
|
|
|
|
|
|
|
|
Bug fixes:
|
|
|
|
* Fixed a small space leak in the main rendering loop (#260)
|
|
|
|
* Get `TailDemo` building on more versions of GHC
|
|
|
|
|
2020-10-20 09:15:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 6 08:56:57 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update brick to version 0.57.
|
|
|
|
0.57
|
|
|
|
----
|
|
|
|
|
|
|
|
Package changes:
|
|
|
|
* Raised lower bound on `vty` to 5.31 to get the new `strikethrough`
|
|
|
|
style.
|
|
|
|
|
|
|
|
New features:
|
|
|
|
* Added support for the `strikethrough` style in Brick theme
|
|
|
|
customization files.
|
|
|
|
|
2020-09-28 01:01:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Sep 27 02:01:03 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update brick to version 0.56.
|
|
|
|
0.56
|
|
|
|
----
|
|
|
|
|
|
|
|
Package changes:
|
|
|
|
* Increased upper bound for `base` to support GHC 8.10.2 (thanks Ryan
|
|
|
|
Scott)
|
|
|
|
|
|
|
|
API changes:
|
|
|
|
* Added `Brick.Forms.updateFormState` to update the state contained
|
|
|
|
within (and managed by) a Form. This function takes care of the
|
|
|
|
details of updating the form fields themselves to be consistent with
|
|
|
|
the change in underlying state.
|
|
|
|
* Added the overall window width (`windowWidth`) and height
|
|
|
|
(`windowHeight`) to `Context`, the rendering context type (thanks Tom
|
|
|
|
McLaughlin)
|
|
|
|
|
|
|
|
Other changes:
|
|
|
|
* Added `brick-tail-demo`, a demonstration program for writing a
|
|
|
|
`tail`-style output-following interface.
|
|
|
|
* Updated `Brick.Widgets.ProgressBar` so that it handles near-endpoint
|
|
|
|
cases more naturally (fixes #281)
|
|
|
|
|
2020-09-01 01:01:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 31 09:34:36 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update brick to version 0.55 revision 1.
|
|
|
|
Upstream has revised the Cabal build instructions on Hackage.
|
|
|
|
|
2020-08-19 01:01:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 18 10:44:11 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
- Replace %setup -q with the more modern %autosetup macro.
|
|
|
|
|
2020-08-18 09:11:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 18 09:11:20 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
- Update Cabal file to accept latest base version.
|
|
|
|
|
2020-07-13 01:02:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 10 02:00:27 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update brick to version 0.55.
|
|
|
|
0.55
|
|
|
|
----
|
|
|
|
|
|
|
|
Package changes:
|
|
|
|
* Increased lower bound on `vty` dependency to 5.29.
|
|
|
|
|
|
|
|
Bug fixes:
|
|
|
|
* `customMain` now restores the initial terminal input state on
|
|
|
|
shutdown. This means that changes to the input state flags in the last
|
|
|
|
`suspendAndResume` before program exit are no longer propagated to the
|
|
|
|
end user's terminal environment (which could lead to broken or garbled
|
|
|
|
terminal I/O).
|
|
|
|
|
2020-06-16 10:56:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 9 09:26:18 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Add brick at version 0.54.
|
|
|
|
|