Skip to content

v0.2.1

Compare
Choose a tag to compare
@emmanueltouzery emmanueltouzery released this 30 Jan 17:19
· 18 commits to main since this release
  • 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