Skip to content

Releases: bsiegel/http-version-indicator

v3.2.1

27 Apr 19:35
3cbe461
Compare
Choose a tag to compare
  • Adds support for showing pages loaded over HTTP/3 (including actual protocol version) in Firefox 88+
  • Adds support for showing pages loaded over HTTP 1.x versions
  • "Partial" HTTP/2 state is no longer shown, since the addon now shows you the specific HTTP version used rather than simply whether the page was loaded over HTTP/2 or not.
  • Updated the colored page action icons so that they will appear correctly when Firefox's dark theme is applied. HTTP/2 and SPDY are now both represented using the blue icon, and HTTP/3 is represented in green.

v3.2

27 Apr 07:42
Compare
Choose a tag to compare
  • Adds support for showing pages loaded over HTTP/3 (including actual protocol version) in Firefox 88+
  • Adds support for showing pages loaded over HTTP 1.x versions
  • "Partial" HTTP/2 state is no longer shown, since the addon now shows you the specific HTTP version used rather than simply whether the page was loaded over HTTP/2 or not.
  • Removed the colored page action icons. The new Firefox UI refresh applies a grayscale filter over page action icons so they are no longer distinguishable by color. The icon's tooltip still indicates the HTTP version.

v3.1

27 Apr 07:42
Compare
Choose a tag to compare
  • Removed unnecessary content_scripts entry from the manifest which should reduce the required permissions.
  • Added new localizations to Japanese, Turkish, and Russian (thanks contributors!)

v3.0

29 Sep 05:19
Compare
Choose a tag to compare
  • New icon
  • Removed references to SPDY from addon name and description (SPDY was removed in FF51). The detection code is still there for users of FF48-50.

v3.0beta1

15 Sep 05:45
Compare
Choose a tag to compare
v3.0beta1 Pre-release
Pre-release

Initial rewrite of https://github.com/chengsun/moz-spdy-indicator as a WebExtension!