Skip to content

Releases: emmanueltouzery/hotwire

v0.2.3

20 Feb 14:13
Compare
Choose a tag to compare
  • HTTP: display basic authentication credentials in a friendly manner
  • Display errors loading files even if we partially succeeded
  • Add support for HTTP 1.1 pipelining
  • Port to latest gtkrs/relm
  • HTTP: ability to filter based on request or response size
  • HTTP: fix very long URLs or headers causing an horizontal scrollbar in the display
  • HTTP: expanders for requests and responses

v0.2.2

05 Feb 09:41
Compare
Choose a tag to compare
  • Fix important regression in 0.2.1 for streams with more than 100 messages (messages would get duplicated many times over)
  • For HTTP1 streams, we can now display final messages in communications even if they are not categorized as HTTP by wireshark

v0.2.1

30 Jan 17:19
Compare
Choose a tag to compare
  • Fix #1 change the design, better type-safety
  • HTTP: properly escape body contents. previously depending on the contents, some gtk/pango "escape sequences" would get through and the markup would potentially be invalid. If it came to that, we did not display the contents or worse, left the previous content, which could be very confusing.
  • Also know how to indent and format ndjson now
  • Search GUI: properly escape the " and \ in search values
  • Search implementation: properly parse escaped \ characters
  • Refresh dependencies

0.2.0

31 Oct 10:22
Compare
Choose a tag to compare
  • Upgrade dependencies, especially gtk and relm
  • Considerably improved search, mini language with and/or conditions and brackets that can filter on several subparts of messages
  • Communication info header: ability to select client IP and stream ID
  • New "keyboard shortcuts" dialog
  • HTTP: ability to copy communication to the clipboard
  • Animate the infobar when showing or hiding it

0.1.0

05 Jul 14:41
Compare
Choose a tag to compare

Initial release.