Skip to content

Releases: httpie/desktop

2024.1.2

06 Jan 21:41
3981459
Compare
Choose a tag to compare

πŸͺ² Fixed a bug introduced in 2024.1.1 that led to Control-W on Linux and Windows unintentionally closing the app window instead of just the current tab.

2024.1.1

03 Jan 20:41
be0b820
Compare
Choose a tag to compare

✨ 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

β†’ https://httpie.io/blog/changelog-0025

2023.3.6

08 Oct 14:58
be0b820
Compare
Choose a tag to compare

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 β†’

recursive-variables inline-rename save-to-file reorder-variables save-to-file

2023.3.5

25 Aug 16:42
be0b820
Compare
Choose a tag to compare
  • 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

15 Aug 15:57
be0b820
Compare
Choose a tag to compare
  • 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

06 Aug 12:12
be0b820
Compare
Choose a tag to compare
  • πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Preparations for an upcoming multiplayer mode
  • πŸͺ² Stability improvements and bug fixes

2023.3.2

02 Aug 14:37
be0b820
Compare
Choose a tag to compare
  • πŸͺ² Stability improvements and bug fixes

2023.3.0

29 May 11:10
d86983c
Compare
Choose a tag to compare

✨️ 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

recursive-variables inline-rename save-to-file reorder-variables save-to-file

2023.2.4

16 May 06:06
d86983c
Compare
Choose a tag to compare
  • 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

11 May 17:25
d86983c
Compare
Choose a tag to compare
  • Fixed a few issues related to params and headers editing
  • Other minor bug fixes and optimizations

Read the full v2023.2.X changelog β†’