2024.1.1
pie-release-bot
released this
03 Jan 20:41
·
2 commits
to master
since this release
β¨ 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