Releases: httpie/desktop
Releases Β· httpie/desktop
2024.1.2
2024.1.1
β¨ Enhancements
- π New documentation site β quickly access it via the Help menu (httpie.io/docs/desktop)
- β»οΈ New sync protocol β groundwork for upcoming multiplayer mode
- π Selective field merging β changes are now applied on the field level, not doc level
- βοΈ Conflict resolution β auto-merging of changes made across clients (same-field conflicts stay last-write-wins for now)
- π Much faster initial sync β up to 20 times fewer requests
- πββοΈ Startup feedback β understand what the app is doing during longer operation
- π« βR to send request β donβt fight your muscle memory (desktop-only, #36)
πͺ² Bug fixes
- Fixed search & filter keyboard shortcuts (βF and β§βF) to always focus the input field (#133)
- Fixed cursor jumping in search, replace, and filter fields when typing from start/middle
- Fixed search from selection
- Fixed missing params in cURL and HTTPie export
- Fixed Bearer auth token sent as param instead of header under some circumstances (#103)
- Fixed inheriting API key from collection and passing as param (#93)
- Fixed handling of unnamed headers to be treated as disabled instead of invalid
- Fixed validation of URLs containing variables (#102)
- Fixed repeat invocations of the βCheck againβ button inside the βUpdate HTTPieβ dialog
2023.3.6
New in this release
- Fixed an infinite spinner on launch when the βNo environmentβ option is selected in the environments selector.
- Other stability improvements and minor bug fixes
Other changes in the 2023.3.X series
- πͺ Recursive variables β Keep your variables DRY and atomic.
- βοΈ Inline name editing β Quickly rename requests and collections.
- πΎ Save body as file β Save to file directly from the client.
- π Re-order variables β Bring order to your variables.
- πΌ Re-order environments β And to your environments as well.
- β¨ Other enhancements β Use longer collection & request names, etc.
Read the full v2023.3.X changelog β
2023.3.5
- Fixed high CPU usage when a large request is open in the active tab
- Fixed slow rendering of the space tab with many variables and environments
- Other stability improvements and minor bug fixes
2023.3.4
- Fixed slow typing in the variables table
- Fixed slow typing when working on a GraphQL request with a large schema
- Fixed validation false negatives when using variables in header names
- Other stability improvements and minor bug fixes
2023.3.3
- π¨βπ©βπ§βπ¦ Preparations for an upcoming multiplayer mode
- πͺ² Stability improvements and bug fixes
2023.3.2
- πͺ² Stability improvements and bug fixes
2023.3.0
β¨οΈ Improved variables and more
- πͺ Recursive variables β Keep your variables DRY and atomic.
- βοΈ Inline name editing β Quickly rename requests and collections.
- πΎ Save body as file β Save to file directly from the client.
- π Re-order variables β Bring order to your variables.
- πΌ Re-order environments β And to your environments as well.
- β¨ Other enhancements β Use longer collection & request names, etc.
π Full changelog β https://httpie.io/blog/changelog-0024
2023.2.4
- Fixed an occasional crash when re-ordering items via drag-and-drop
- Fixed the auto-update dialog to automatically appear only once for each version
- Other minor fixes and improvements
2023.2.3
- Fixed a few issues related to params and headers editing
- Other minor bug fixes and optimizations