Skip to content

Commit 98bbbe5

Browse files
authored
Merge pull request #8601 from postmanlabs/release7.26
Release app 7.26
2 parents b99155b + 8fed5c7 commit 98bbbe5

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

release-notes/app-7.26.md

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
## Postman v7.26.0
2+
3+
Hello! We hope you’re staying safe and healthy. Here’s what you can find in this Postman release:
4+
5+
### What's New
6+
* We’ve added support for an additional language when generating code snippets: You can now generate code snippets for Axios, to use in both the browser and node.js
7+
[#135](https://github.com/postmanlabs/postman-code-generators/issues/135),
8+
[#3822](https://github.com/postmanlabs/postman-app-support/issues/3822)
9+
10+
### Improvements
11+
* Navigating between tabs should be smoother and snappier now that it won’t be impacted by syncing
12+
[#5609](https://github.com/postmanlabs/postman-app-support/issues/5609)
13+
* When managing OAuth 2.0 tokens, you now have the options to delete all or just the expired tokens
14+
[#6115](https://github.com/postmanlabs/postman-app-support/issues/6115)
15+
* When working on a request body, you can now use autocomplete to insert variables more quickly and accurately
16+
[#3517](https://github.com/postmanlabs/postman-app-support/issues/3517)
17+
* When working with Postman variables in a JSON request body, there’s now better support for syntax highlighting and formatting.
18+
* When bringing Postman online, open API tabs will now update without going into a loading state.
19+
20+
### Bug Fixes
21+
* Fixed a bug when generating code where custom headers would go missing
22+
[#8550](https://github.com/postmanlabs/postman-app-support/issues/8550)
23+
24+
* Fixed an issue when starting the Postman snap app on the Wayland environment, where the app wouldn’t open
25+
[#6252](https://github.com/postmanlabs/postman-app-support/issues/6252)
26+
27+
* Fixed a bug when restarting the app, where tab titles for deleted requests would show [CONFLICT] instead of [DELETED]
28+
[#7233](https://github.com/postmanlabs/postman-app-support/issues/7233)
29+
30+
* Fixed a bug when formatting JSON in request body, that would modify long numbers and numbers with decimals.
31+
[#5658](https://github.com/postmanlabs/postman-app-support/issues/5658)
32+
33+
* Fixed a bug when validating JSON syntax where numbers beginning with zero were not highlighted as a validation error
34+
[#7987](https://github.com/postmanlabs/postman-app-support/issues/7987)
35+
36+
* Fixed a bug when editing a JSON file that mistook closed brackets for Postman variables
37+
[#7709](https://github.com/postmanlabs/postman-app-support/issues/7709)
38+
39+
* Fixed a bug in the raw body editor where unclosed `CDATA XML` tags would cause the app to crash
40+
[#6982](https://github.com/postmanlabs/postman-app-support/issues/6982)
41+
42+
* Fixed a bug when working with languages written from right to left, where selecting a portion of the text would return text from the opposite side
43+
[#6493](https://github.com/postmanlabs/postman-app-support/issues/6493)
44+
45+
* Fixed a bug when beautifying JSON in the request body, where it wouldn’t work if there were Postman variables
46+
[#4313](https://github.com/postmanlabs/postman-app-support/issues/4313)
47+
48+
* Fixed a bug when using non-monospace fonts in the text editors where the cursor position was calculated incorrectly
49+
[#2985](https://github.com/postmanlabs/postman-app-support/issues/2985)
50+
51+
* Fixed a bug where checking for updates multiple times would result in an error.
52+
* Fixed a bug when adding a value to an empty environment variable where the new value wouldn’t save.
53+
* Fixed an issue when loading a request in a tab that caused the contents to flicker.
54+
* Fixed an issue that caused the unsaved changes icon to flicker when the cursor was nearby.

0 commit comments

Comments
 (0)