diff --git a/CHANGELOG.md b/CHANGELOG.md index 16112bd..c3bc204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Revision history for ghcitui +## 0.3.0.0 -- 2024-03-17 + +### API Changes + +- **Ghcitui.Brick** + - Large rework of SourceWindow's end calculation. + - Removed `updateSrcWindowEnd`, replaced with `updateVerticalSpace`. + - Added `srcWindowLineDiffCount`. + +### Bug fixes + +- Can now parse functions with apostraphes in names. (Issue #38) +- Switching between files when updating contexts now snaps to the stopped line (Issue #41) + +### Known issues + +See https://github.com/CrystalSplitter/ghcitui/issues for the latest issues. + ## 0.2.0.0 -- 2024-02-11 ### New Features @@ -34,6 +52,10 @@ See https://github.com/CrystalSplitter/ghcitui/issues for the latest issues. +- Can't parse functions with apostrophes in names. (Issue #38) (fixed in 0.3.0.0) +- Switching between files when updating contexts does not snap to the stopped line (Issue #41) + (fixed in 0.3.0.0) + ## 0.1.0.0 -- 2024-01-21 First release! This is a "public beta" release, which we try to get feedback for higher priority diff --git a/ghcitui.cabal b/ghcitui.cabal index 42c747a..872b7cf 100644 --- a/ghcitui.cabal +++ b/ghcitui.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: ghcitui -version: 0.2.0.0 +version: 0.3.0.0 synopsis: A Terminal User Interface (TUI) for GHCi description: