Releases: claustromaniac/httpz
Releases · claustromaniac/httpz
HTTPZ
- Fixed issue that was preventing the options from getting saved when the value of the
ignorePeriod
field ended in zero - Replaced the
Forget Secure Sites
button with a confirmation dialog - Added more separators in the options page
HTTPZ
- Fixed minor UX issues related to server-initiated redirections from HTTP to HTTPS
HTTPZ
- Fixed minor issues causing harmless console errors
HTTPZ
- Corrected a description in the options
HTTPZ
Summary of changes since the previous stable release:
- Added option for intercepting server-initiated redirections to HTTP (#29)
- Added Proxy-Compatible Mode (#33)
- Fixed vulnerability introduced in 0.8.0. See 68b8631
- Made the fix for non-standard redirections optional (enabled by default for now)
- Trivial fixes & improvements
Commit history:
0.8.2...0.9.0
HTTPZ
HTTPZ
- Fixed issues with sites that use
window.onload
handlers (0.8.0 regression)
HTTPZ
- Fixed the import button. It stopped working after pushing it once (0.8.0 regression)
HTTPZ
Summary of changes since the previous stable release:
- Major code refactoring
- The intermediate page in manual mode now includes a button for retrying the request over HTTPS
- Expired entries in the ignore list are now automatically removed when the browser goes idle
- Fixed ignore list getting flushed when pressing the Save button in the options while the extension is set to remember sites only for the duration of the session
- Simplified the checks that determine the behavior of the pop-up in private windows
- Improved compatibility with other extensions
- Added option to set a maximum time to wait before retrying requests over HTTP
- Fixed issue with non-standard, client-side redirections from https to http
- Reworked the options page. Layout and visual changes, reworded descriptions, better feedback from buttons, minor fixes.
- Made the import feature backward-compatible with old exported settings, and with manual edits that leave the file incomplete
- Reworked the warning page that is shown when the Automatic Mode is off. The code is more efficient and the background scripts no longer pass the target URL to it via an URL parameter
- Updated icon (thanks @perdolka)
Commit history:
0.7.2...0.8.0
HTTPZ
This is the current release candidate 🎉
- Reworked the options page. Mostly layout changes, and reworded the descriptions a bit.
- Reworked the warning page that is shown when the Automatic Mode is off. The code is more efficient and the background scripts no longer pass the target URL to it via an URL parameter.
- Improved the "fix" for non-standard redirections (#24), to avoid potential issues.
- Refactoring, optimizations.