packages feed

restman-0.7.1.2: CHANGELOG.md

# 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.