Skip to content

Releases: httpie/http-prompt

v0.9.2

15 Feb 16:11
Compare
Choose a tag to compare
  • Fix bug: Unable to escape separator in paramter name (#106)
  • Fix bug: rm -b autocomplete for raw json paramters (29e0895)
  • Fix bug: Cursor being reset to position 0 (#107)
  • Fix bug: UnboundLocalError on 'new_opts' (#110)

v0.9.1

23 Jan 13:48
Compare
Choose a tag to compare
  • Fix bug: Crash when using non-ascii chars on Python 2.7 (#104)

v0.9.0

15 Jan 05:39
Compare
Choose a tag to compare
  • Add support for Vi mode (#85)
  • Add support for HTTPie := separator (#68)

v0.8.0

16 Nov 13:36
Compare
Choose a tag to compare
  • Add support for OPTIONS method (#84)
  • Fix highlighting bug with parameters starting with HTTP method names (#86)
  • Fix excessive newlines after headers and body (#89)

v0.7.0

22 Oct 03:29
Compare
Choose a tag to compare
  • New feature: Shell substitution (#54, #61, #74)
  • New feature: Piping to shell (#61, #74)
  • New feature: Be able to delete all parameters of a given type (#79)

v0.6.0

18 Sep 07:01
Compare
Choose a tag to compare
  • New feature: env command (#70, #73)
  • New feature: output redirection (#70, #73)
  • New feature: source and exec commands (#70, #73)
  • Remove grouped-by-hostname persistent contexts (#70, #73)
  • Change default URL to http://localhost:8000 (#78)
  • Change persistent context format from JSON to "http-prompt script" (#78)

v0.5.0

16 Sep 02:06
Compare
Choose a tag to compare
  • Fix bug: Syntax error on option names with dashes (#69)
  • Allow to set cookies automatically (#46)
  • Add contributing guide (#62)