HTTPie Changelog

What's new in HTTPie 2024.1.2

Jan 7, 2024
  • 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.

New in HTTPie 2024.1.1 (Jan 4, 2024)

  • 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

New in HTTPie 2023.3.6 (Oct 8, 2023)

  • Fixed an infinite spinner on launch when the “No environment” option is selected in the environments selector.
  • Other stability improvements and minor bug fixes

New in HTTPie 2023.3.5 (Aug 25, 2023)

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

New in HTTPie 2023.3.4 (Aug 15, 2023)

  • New in this release
  • 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

New in HTTPie 2023.3.3 (Aug 14, 2023)

  • Preparations for an upcoming multiplayer mode
  • Stability improvements and bug fixes