Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Dec 3, 2024
1 parent 9a300da commit 3315431
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
Brick changelog
---------------

2.6
---

Behavior changes:
* `Brick.Widgets.Core.relativeTo` now draws nothing if the requested
extent is not found. Previously it would draw the specified widget in
the upper-left corner of the layer.

Bug fixes:
* Fixed the conditional import in `BorderMap` (#519)
* `Brick.Widgets.Center.hCenterWith` now properly accounts for centered
image width when computing additional right padding (#520)
* The Brick renderer now properly resets some render-specific state
in between renderings that was previously kept around, avoiding
preservation of stale extents across renderings
* `brick-tail-demo` and `brick-custom-event-demo` now shut down Vty
properly

2.5
---

Expand Down
2 changes: 1 addition & 1 deletion brick.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: brick
version: 2.5
version: 2.6
synopsis: A declarative terminal user interface library
description:
Write terminal user interfaces (TUIs) painlessly with 'brick'! You
Expand Down

0 comments on commit 3315431

Please sign in to comment.