close
Skip to content

Releases: httpie/desktop

2025.2.0

14 Mar 11:30
5db11de

Choose a tag to compare

blog-changelog-0027

✨ Enhancements

  • 📤 Export/Import — Backup, share, or publish your data as JSON.
  • 🗂️ Export a whole space — Transfer entire workspaces with all content.
  • 🔒 Export private items — Include drafts and local environments in exports.
  • 📂 Collection export — Share and back up request collections.
  • 🛫 Request export — Export with optional auth and variable embedding.
  • 🌍 Environment export — Share variables across teams and projects.
  • 📋 Clipboard export/import — Quick sharing without saving files.
  • 🔍 Export customization — Selectively include only what you need.
  • 📥 Import options — Choose between creating or updating spaces.
  • 🛠️ Export JSON format — Schema and TypeScript type support.
  • 📋 Copy as — Instantly generate CLI commands from requests.
  • 🔗 Path parameters — Parametrize URLs with /:param syntax.
  • ✨ Other enhancements — Fixed Postman import, etc.

🗞️ Full changelog →

2025.1.0

18 Jan 19:03
3981459

Choose a tag to compare

blog-changelog-0026

🗞️ Read the full v2025.1.0 changelog →

✨ Enhancements

  • 💇‍♀️ UI refresh — A cleaner and more focused UI.
  • ⚡ Variable autocomplete — Searchable autocomplete for variables.
  • 🎛️ Interactive references — Interact with variables as tokens.
  • 🗃 Variables context menu — All the actions in one place.
  • 🧩 Refactor variables — Rename variables across all usages.
  • 🎯 Go to definition — Quickly navigate to variable definitions.
  • 🏷️ Quick-define variables — Define variables on the fly during usage.
  • ⛓️‍💥 Inline values — Replace variable references with their values.
  • 🎭 Peek at values — Securely reveal masked variable values.
  • 📋 Copy references — Copy variable references easily.
  • 💤 Case-sensitivity — Support any variable naming style.
  • 🏃 Escape variables — Escape variables for use as strings.

🪲 Bug fixes

  • Fixed importing of individual Postman collections. (#129)
  • Fixed false positives when detecting AI-prompt mode in the URL field.
  • Various other minor fixes.

🖼️ In pictures

💇‍♀️ UI refresh

HTTPie ui refresh HTTPie ui refresh editor HTTPie ui refresh sidebar

⚡ Variable autocomplete

HTTPie variables autocomplete

🗃 Variables context menu

HTTPie variables menu

🎛️ Interactive variable references

HTTPie variables interaction

✏️ Toggle between variable tokens and text mode

HTTPie variables edit reference

🧩 Refactor variables

HTTPie variables refactoring

💤 Case-sensitive variables

HTTPie variables case sensitivity

📋 Copy variables references

HTTPie variables copy reference

🏷️ Quick-define variables

HTTPie variables define

🏃 Escape variables

HTTPie variables escape

⛓️ Inline variable values

HTTPie variables inline value

🎭 Peek at masked variable values

HTTPie variables masking

🎯 Go to variable definition

HTTPie variables navigate

🗞️ Read the full v2025.1.0 changelog →

2024.1.2

06 Jan 21:41
3981459

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

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

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

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

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

Choose a tag to compare

  • 👨‍👩‍👧‍👦 Preparations for an upcoming multiplayer mode
  • 🪲 Stability improvements and bug fixes

2023.3.2

02 Aug 14:37
be0b820

Choose a tag to compare

  • 🪲 Stability improvements and bug fixes

2023.3.0

29 May 11:10
d86983c

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