From 400eb7466139544ef557eab6a5b9a55203037ee4 Mon Sep 17 00:00:00 2001 From: Ali Abrar Date: Fri, 24 May 2024 21:48:56 -0400 Subject: [PATCH] v0.5.2.1 --- ChangeLog.md | 5 ++++- reflex-vty.cabal | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index cac2c68..b95cd07 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,9 +1,12 @@ # Revision history for reflex-vty +## 0.5.2.1 +* Extend version bounds + ## 0.5.2.0 * Update to use latest version of vty (for cross-platform support) * Fix an issue where the cursor tag is not used for an empty string in `displayLineWithAlignment` - + ## 0.5.1.0 * Change `inputInFocusedRegion` to filter mouse scroll wheel input based on if the region under than the mouse rather than using mouse drag tracking * Add MonadCatch, MonadThrow, and MonadMask instances (relies on reflex-0.9.2.0 or greater) diff --git a/reflex-vty.cabal b/reflex-vty.cabal index 8762768..baf9f59 100644 --- a/reflex-vty.cabal +++ b/reflex-vty.cabal @@ -1,5 +1,5 @@ name: reflex-vty -version: 0.5.2.0 +version: 0.5.2.1 synopsis: Reflex FRP host and widgets for VTY applications description: Build terminal applications using functional reactive programming (FRP) with Reflex FRP ().