Skip to content

2024.1.1

Compare
Choose a tag to compare
@pie-release-bot pie-release-bot released this 03 Jan 20:41
· 2 commits to master since this release
be0b820

✨ 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