Skip to content

Latest commit

 

History

History
59 lines (50 loc) · 1.58 KB

RELEASES.md

File metadata and controls

59 lines (50 loc) · 1.58 KB

EchoProxy

0.9.8

  • Support auto detect HEX body.
  • Support TAB switch in EchoSend.
  • Bug fix: mouse move auto select.

0.9.7

  • Support CTRL+F shortcut.
  • Support Diff records.
  • Support Copy URL.
  • Support Copy cURL.
  • Support Save record as file.

0.9.6

  • EchoScript: editor supports assign function.
  • Use Monaco Editor full version.

0.9.5

  • EchoScript: support assign function.
  • EchoScript: add more unit test cases.
  • bug fix: hide cmd window on Windows.
  • bug fix: URL/Raw div works on Windows.

0.9.4

  • Upgrade to wails 2.9.1
  • Support get FREE License.
  • CA files move to ca directory.
  • EchoScript: add exec and to_file functions.
  • EchoScript: use to_file in exec.
  • EchoScript: Quote command space arguments
  • bugfix: EchoScript on_response nil env.

0.9.3

  • Support get FREE License.
  • Keep filters when clearing traffic history.
  • EchoScript: add exec and to_file functions.
  • EchoScript: use to_file in exec.
  • bugfix: traffic list total record number.

0.9.2

  • Auto-detect IP changing.
  • Save send history in user-data directory.
  • Support checking New Update.
  • EchoScript: callback functions have no return value is the same with return {}
  • EchoScript: expand file path with prefix "~" to user home dir.
  • EchoScript: support number value for form-data.

0.9.1

  • Rename EchoScript functions (on_request & on_response).
  • Add EchoScript functions: print, printf, sprintf, exec, post.
  • Improve EchoScript functions: file and attachment.
  • Support audio content.
  • Support HTTP body Save As file.
  • Support hex viewer.
  • Support reset certificate.

0.9.0

  • First Release