restman-0.7.2.0: CHANGELOG.md
# v7.2.0 (2026-04-29)
## β¨ New Features
- [`0cb27a4`](https://gitlab.com/krakrjak/restman/-/commit/0cb27a4) β¨ Editable and Toggleable Custom Headers (Issues: [`#16`](https://gitlab.com/16/restman/-/issues/#16) [`16`](16))
## π Bug Fixes
## ποΈ Architecture Changes
### β¬οΈ Dependency Changes
- [`594534c`](https://gitlab.com/krakrjak/restman/-/commit/594534c) β¬οΈ Update dependency semantic-release to v25
- [`248784c`](https://gitlab.com/krakrjak/restman/-/commit/248784c) β¬οΈ Stackage LTS 24.38
- [`2d1bc13`](https://gitlab.com/krakrjak/restman/-/commit/2d1bc13) β¬οΈ Semantic Release 25.0.3 (bunfig.toml fixes)
# v7.1.2 (2026-01-14)
## β¨ New Features
### β‘ Performance Improvements
- [`b3b4e58`](https://gitlab.com/krakrjak/restman/-/commit/b3b4e58) β‘ οΈ No cache for Renovate Config Validator
## π Bug Fixes
### π Critical Hotfixes
- [`ccf3960`](https://gitlab.com/krakrjak/restman/-/commit/ccf3960) π οΈ Fix Semantic Release Flow
## ποΈ Architecture Changes
### π οΈ Plumbing Changes
- [`a4d320f`](https://gitlab.com/krakrjak/restman/-/commit/a4d320f) π§ CHANGELOG.md is all CAPS now
- [`61e8204`](https://gitlab.com/krakrjak/restman/-/commit/61e8204) π§ Add useStack to semantic-release-hackage config
# v7.1.1 (2026-01-04)
## β¨ New Features
## π Bug Fixes
- [`e5f6c2f`](https://gitlab.com/krakrjak/restman/-/commit/e5f6c2f) π Handle npm dependencies for CI better (?)
## ποΈ Architecture Changes
### π οΈ Plumbing Changes
- [`d89ef42`](https://gitlab.com/krakrjak/restman/-/commit/d89ef42) π¨ Enhance semantic-release with new helpers and matchers
- [`7c716b7`](https://gitlab.com/krakrjak/restman/-/commit/7c716b7) π± Semantic-Release Templates for Customization
- [`7144422`](https://gitlab.com/krakrjak/restman/-/commit/7144422) π± Release Notes and Commit Notes Template Changes
- [`0663e36`](https://gitlab.com/krakrjak/restman/-/commit/0663e36) π§ Add Semantic-Release Configuration
- [`c690948`](https://gitlab.com/krakrjak/restman/-/commit/c690948) π§βπ» Set Package Version to 0.0.0.0
## π Administrivia Changes
- [`507e19b`](https://gitlab.com/krakrjak/restman/-/commit/507e19b) π¨ Clean up warnings
- [`394d734`](https://gitlab.com/krakrjak/restman/-/commit/394d734) π Ignore node cruft from Semantic-Release
- [`23c9582`](https://gitlab.com/krakrjak/restman/-/commit/23c9582) π Update Copyright Year on LICENSE
# 0.7.1.0
- β¬οΈ Update to LTS 24.24 (ghc-9.10.3)
- β¨ Show Default Headers in TUI When Enabled
- β¨ Automatically Syntax Hightlight Payload when Possible
- β¨ Horizontal & Vertical Scrolling in Payload Widget (Vi Keys & Mouse Support)
# 0.7.0.1
- ποΈ Only the space key should toggle using default headers when focused
# 0.7.0.0
- β¬οΈ Update to LTS 24.14 (ghc-9.10.3)
- β¨ Allow toggling "Use Default Headers" setting in TUI
# 0.6.0.0
- β¬οΈ Stackage LTS 23.0 ghc-9.8.4
# 0.5.0.0
- β¬οΈ Stackage LTS 22.36 ghc-9.6.4
- β‘οΈ Rapid Load Support
# 0.4.0
- β¬οΈ Stackage LTS version 18.28
- π· CI Build Image Pinned to Stackage Version
# 0.3.0
- β¬οΈ Stackage LTS version 17.4
# 0.2.0
- β¬οΈ Stackage LTS version 15.
- β¨ TUI and basic CLI (TUI launcher only).
- β¨ Most basic features landed here including HTTPS support.
- β¨ GET, POST, DELETE, etc. to a given URL.
- β¨ You can also specify custom headers and payloads.