RSS

ASP.NET ViewState Helper Change Log

v1.2 ~ December 19, 2008

  • Added more error information when ViewState decoding fails (usually as a result of a missing library)
  • Fixed some minor Internet Explorer polling issues

v1.1 ~ March 13, 2008

  • Added support for chunked ViewState parsing
  • Reduced memory usage
  • Fixed a bug with Internet Explorer polling

v1.0 ~ December 4, 2007

  • Posted updated builds with an installer and zipped version

v0.6 ~ April 23, 2007

  • Removed the 32k character limit on the manual ViewState input box
  • Now supplying x86 and x64 builds for people running 64 bit versions of Windows

v0.5 ~ February 28, 2007

  • ViewState decoder window is now re-sizable
  • ViewState decoder window has been re-arranged to allow for better viewing
  • Now processes pages located inside frames
  • The markup size is now more accurate in relation to the pagesize and viewstate size
  • Removed the “Only check when URL changes” option, as it is the only option now
  • Added a “Check Now” option, to force a page check
  • Huge speed improvements while processing pages

v0.4 ~ February 23, 2007

  • Changed the way Internet Explorer is monitored to reduce the number of missed updates
  • Included 3 new debug stats at the bottom of the screen: # of windows checked, # of those that are IE, # of the IE windows that have been processed

v0.3 ~ February 21, 2007

  • Testing with Windows Vista is complete and works perfectly
  • Added a “Manual ViewState Decoding” option to decode a copied & pasted ViewState
  • Fixed a few ViewState decoding problems
  • Simplified the menu system for easier access to program features
  • Added improved error messages for diagnosing problems with things like ViewState decoding and Internet Explorer hooking

v0.2 ~ January 30, 2007

  • First public version