InsideHTTP

Thursday, June 29, 2006

New Version 1.2

Version 1.2 has been upgraded from Beta to release. You can get it from http://www.fiddlertool.com/fiddler/version.asp

Changelist:
v1.2.0.0
  • Renamed .FromString on headers to .AssignFromString
v 1.1.9.9
  • Minor robustness tweak for form posting parameters in Save-As-Webtest

v1.1.9.8

  • Minor correction for pie redraw
  • Added drag/drop of text/files to QuickExec
  • UI.actLoadSessionArchive() made public
  • Enabled drag drop of .ZIP archive to session list
  • Setting a session flag to null removes it. TODO: Should the same apply to HTTP Headers?// Removing ui-hide flag in onBeforeResponse will now cause the session to show
  • New option on Headers inspector to edit all headers at once
  • HTTPRequestHeaders and HTTPResponseHeaders expose a new method - bool AssignFromString(sHeaderString)

Sunday, June 18, 2006

New Beta 1.1.9.7

Fiddler is cruising toward the 1.2 release. I want to add a few final features, ensure it's stable, and release it to the world.

Please try the new beta 1.1.9.7 and send me any feedback you have.

1.1.9.7
  • Update mechanism rev'd with new features
  • Now supports gateway-override via oSession["x-overrideGateway"] = "theproxy:8080" , or even use "DIRECT"
  • Plumbed x-overrideHost and x-overrideGateway into SSL CONNECT codepath
  • Adding OnReturningError event handler
1.1.9.6
  • Fixed bug in ResumeAll after loading an archive
  • Fixed cookie deletion on Vista
  • Warning when archiving only one session
  • Support for splitters in Rules submenus

1.1.9.5

  • Added support for FiddlerBypass key which accepts or URIs to bypass Fiddler (akin to IE's proxy bypass list)
  • Added oSession["ui-backcolor"]
  • Added extensibility for Rules submenus and radio buttons

1.1.9.4

  • Z-Ordering mitigations for StayOnTop feature
  • Registry check of IsBeta flag
  • Fixed Squish button after unstack
  • Fixed .ico to treat as image

1.1.9.3

  • Much improved Reporter performance
  • Updated ClearFiles / ClearCookies to work with Protected Mode IE on Vista