Update version number to 0.3.0.0

This commit is contained in:
CrystalSplitter 2024-03-17 21:54:53 -07:00 committed by Jordan R AW
parent dcf48c2639
commit 64ae0c6285
2 changed files with 23 additions and 1 deletions

View File

@ -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

View File

@ -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: