Skip to content

Commit b3887ae

Browse files
committed
Bump version to 2.8.0, changelog, roadmap updates
1 parent afb0e3e commit b3887ae

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.8.0 [13th September 2025]
2+
3+
### Changed
4+
5+
- Update to Textual 6.1.0 from 3.0.0.
6+
- Remove notification when creating + opening a new request.
7+
18
## 2.7.1 [22nd July 2025]
29

310
### Fixed

docs/roadmap.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,12 @@ If you have any feedback or suggestions, please open a [new discussion on GitHub
4848

4949
Features that are currently being worked on.
5050

51-
- Add contributing guide <span class="tag documentation">Documentation</span>
51+
- Path parameters <span class="tag requests">Requests</span>
5252

53-
## Upcoming 🚀
53+
## Next planned features 🚀
5454

55-
Features planned for the near future.
55+
Features planned to be worked on next.
5656

57-
- Editing key/value editor rows without having to delete/re-add them <span class="tag ux">UX</span>
58-
- Adjustable padding in UI via config file <span class="tag ui">UI</span>
59-
- Don't require user to type `http://` or `https://` in URL field <span class="tag ux">UX</span>
60-
- Documentation on changing the UI at runtime (e.g. showing/hiding sections, etc.) <span class="tag documentation">Documentation</span>
6157
- Documentation on using 3rd party libraries in scripts <span class="tag documentation">Documentation</span>
6258
- Transparent background support (experimentation) <span class="tag ui">UI</span>
6359
- In-app information about headers <span class="tag documentation">Documentation</span>
@@ -100,6 +96,10 @@ Features that are planned for future development but are not immediate prioritie
10096

10197
Features that have been implemented and are available in the current version.
10298

99+
- Adjustable padding in UI via config file <span class="tag ui">UI</span>
100+
- Don't require user to type `http://` or `https://` in URL field <span class="tag ux">UX</span>
101+
- Documentation on changing the UI at runtime (e.g. showing/hiding sections, etc.) <span class="tag documentation">Documentation</span>
102+
- Editing key/value editor rows without having to delete/re-add them <span class="tag ux">UX</span>
103103
- Keymaps <span class="tag ui">UI</span>
104104
- Pre-request and post-response scripts <span class="tag scripting">Scripting</span>
105105
- Parse cURL commands <span class="tag import">Import</span>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "posting"
3-
version = "2.7.1"
3+
version = "2.8.0"
44
description = "The modern API client that lives in your terminal."
55
authors = [
66
{ name = "Darren Burns", email = "darrenb900@gmail.com" }

0 commit comments

Comments
 (0)