Files
2026-01-20 21:53:59 +03:30

238 lines
12 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About</title>
<link href="iframe.css" rel="stylesheet">
</head>
<body>
<nav>
<a href="#changelog">Changelog</a>
<a href="#credits">Credits</a>
</nav>
<article class="about">
<h2 id="changelog">Changelog</h2>
<dl>
<dt>9.2</dt>
<dd>Fixed an error when saving incomplete proxies (#197)</dd>
<dt>9.1</dt>
<dd>Fixed an error on Firefox for Android (#196)</dd>
<dt>9.0</dt>
<dd>Added "407 Proxy Authentication Required" to the log (#145)</dd>
<dd>Added "Get Associated Domains" feature to Log (#191)</dd>
<dd>Added "Get Associated Domains" option to add patterns</dd>
<dd>Added Bulk Edit user interface feature (#131, #137, #169)</dd>
<dd>Added Context Menu feature</dd>
<dd>Added Ctrl-Click option to Add Pattern (#169)</dd>
<dd>Added Ctrl-Click option to Add Proxy</dd>
<dd>Added extra options to Import FoxyProxy Account</dd>
<dd>Added link to Open Shortcut Settings link (Firefox 137)</dd>
<dd>Added links to Help from Options</dd>
<dd>Added Match Pattern support (#177)</dd>
<dd>Added Open Link in New Tab Proxy feature (#149)</dd>
<dd>Added Ping feature</dd>
<dd>Added Proxy by Pattern tester</dd>
<dd>Added show/hide feature to toolbar popup elements based on Tab URL</dd>
<dd>Added Tab Proxy by patterns feature (Firefox only) (#180)</dd>
<dd>Added Test feature</dd>
<dd>Changed Firefox icons to PNG for compatibility with Chrome</dd>
<dd>Enabled sending username without password for SOCKS (Firefox only)</dd>
<dd>Fixed a Drag and Drop issue (#183)</dd>
<dd>Fixed an issue with resetting containers (from 8.10) (#185)</dd>
<dd>Increased minimum version to Firefox 128 (released 2024-07-09) due to Firefox root certificate expiry on 2025-03-14</dd>
<dd>Removed Chrome v3 to v8 data migration decryption code</dd>
<dd>Removed default network passthrough on Firefox in favour of <code>about:config</code> setting (Firefox 137+) (#178)</dd>
<dd>Renamed "Quick Add" to "Include Host"</dd>
<dd>Repurposed "Exclude Host" to match "Include Host" function</dd>
<dd>Unified Firefox and Chrome "manifest.json"</dd>
<dd>Updated browser badge code to reflect Global Exclude</dd>
<dd>Updated data migration for Match Pattern use (#177)</dd>
<dd>Updated Firefox manifest to MV3</dd>
<dd>Updated Include/Exclude Host to generate Glob patterns</dd>
<dd>Updated Limit WebRTC options (#162)</dd>
<dd>Updated Options page user interface</dd>
<dd>Updated Pattern Tester</dd>
<dd>Updated Tab Proxy for MV3</dd>
<dd>Updated toolbar popup user interface</dd>
<!--
https://blog.mozilla.org/addons/2025/03/10/root-certificate-will-expire-on-14-march-users-need-to-update-firefox-to-prevent-add-on-breakage/
https://blog.mozilla.org/addons/2024/07/10/manifest-v3-updates-landed-in-firefox-128/
minimum version to Firefox 128:
-----
FF109, Ch88: "host_permissions": Property "host_permissions" is unsupported in Manifest Version 2
FF112, Ch92: Added Background script module, removed "content/background.html"
FF115: Deprecate browser_style in MV3 defaults to false
FF115, Ch102: storage.session 10mb (Ch102-Ch114 1mb)
FF121, Ch105: :has()
FF126, Ch108: webRequestAuthProvider
FF117, Ch112 (2023-04-04): CSS nesting ?
-->
<dt>8.10</dt>
<dd>Added console log for Save file errors (#144)</dd>
<dd>Added custom container option (#33, #161)</dd>
<dd>Added direct HTTP authentication (Firefox 125+)</dd>
<dd>Added folder to Auto Backup (#156)</dd>
<dd>Added new options to the proxy types</dd>
<dd>Added QUIC (HTTP) option (Chrome only) (experimental) (#124)</dd>
<dd>Removed a bug that caused Glob wildcard to match domains with subdomains</dd>
<dd>Updated browser detection (firefox-extension/issues/220, #139, #141)</dd>
<dd>Updated default network passthrough on Firefox to include <code>localhost, 127.0.0.1, ::1</code> (firefox-extension/issues/159, #20, #134)</dd>
<dd>Updated managed storage to allow Tab Proxy (#172)</dd>
<dd>Updated Options page user interface</dd>
<dd>Updated Tab Proxy to include new tab (#157)</dd>
<dd>Updated toolbar popup user interface</dd>
<dt>8.9</dt>
<dd>Added "Log" to the toolbar popup buttons (#44)</dd>
<dd>Added limited log display on Chrome (experimental)</dd>
<dd>Added Theme feature (#71, #100)</dd>
<dd>Added toggle more options on toolbar popup (#54)</dd>
<dd>Fixed proxy DNS in "Import Proxy List" (#102) (from 8.7)</dd>
<dd>Fixed settings upgrade (import older) when hostname is missing (#108)</dd>
<dd>Fixed settings upgrade (import older) when username/password is missing (#103)</dd>
<dd>Fixed socks in "Import Proxy List" on some Firefox (#120)</dd>
<dd>Increased log content</dd>
<dd>Removed "Show Pattern Proxy" option and made it default (#57) (from 8.7) (Firefox only)</dd>
<dd>Removed Tab Proxy page-action and set it to the toolbar icon (#114) (Firefox only)</dd>
<dd>Updated add pattern user interface (#105)</dd>
<dd>Updated code to process duplicate hostname:port (#33, #76)</dd>
<dd>Updated options to disable "Store Locally" on Firefox (Chrome only)</dd>
<dd>Updated toolbar popup include/exclude host feature</dd>
<dd>Updated toolbar popup user interface</dd>
<dt>8.8</dt>
<dd>Added Show hidden feature</dd>
<dd>Fixed an issue with sync (#99)</dd>
<dd>Updated code to process duplicate hostname:port (#33, #76)</dd>
<dd>Updated user interface to hide patterns on FoxyProxy Basic</dd>
<dt>8.7</dt>
<dd>Added Auto Backup feature</dd>
<dd>Added FoxyProxy Basic detection (disabled for now)</dd>
<dd>Added Help translation form</dd>
<dd>Added "Show Pattern Proxy" option to show proxies when in "Proxy by Patterns" mode (#57) (Firefox only)</dd>
<dd>Added pattern matching to the Log display (#91)</dd>
<dd>Added proxy title to the toolbar icon mouse-over title display (#74)</dd>
<dd>Changed the global Proxy DNS to per-proxy setting (#75)</dd>
<dd>Fixed Firefox for Android compatibility (#60)</dd>
<dd>Increased the maximum height of the pattern section before scrolling</dd>
<dd>Removed Help document display on install/upgrade (#86)</dd>
<dd>Updated default Firefox proxy resetting (#59)</dd>
<dd>Updated PAC check to allow "file:" (#49)</dd>
<dd>Updated pattern "Add" button text due to localisation issues (#88)</dd>
<dd>Updated schema.json</dd>
<dd>Updated wildcard to regular expression conversion (#72)</dd>
<dt>8.6</dt>
<dd>Fixed an issue with migrating database from older versions (#69)</dd>
<dd>Updated user interface to disable inapplicable options in proxies (#52)</dd>
<dd>Updated wildcard to regular expression conversion (#72)</dd>
<dt>8.5</dt>
<dd>Skipped</dd>
<dt>8.4</dt>
<dd>Added light/dark theme detection for badge background color (#61)</dd>
<dd>Enabled to run with "controlled_by_other_extensions" on Firefox (#68)</dd>
<dd>Removed localhost and local network passthrough in Firefox (#50, #63, #64, #66, #71)</dd>
<dd>Updated Options save process to fill blank proxy header title display (#74)</dd>
<dt>8.3</dt>
<dd>Added enterprise policy and managed storage feature (experimental) (#42)</dd>
<dd>Added PAC "Store Locally" feature (#46) (experimental) (Chrome only)</dd>
<dd>Added PAC view feature</dd>
<dd>Fixed an issue with empty Global Exclude</dd>
<dd>Fixed an issue with upgrade sync data on Firefox (#53)</dd>
<dd>Updated hostname check to allow "file:" for Unix Domain Socket (#47)</dd>
<dd>Updated PAC check to allow "file:" (#49)</dd>
<dd>Updated user interface to disable inapplicable options in proxies</dd>
<dt>8.2</dt>
<dd>Added option to set the country to blank</dd>
<dd>Fixed an issue with upgrade sync data on Chrome (#45)</dd>
<dd>Updated Incognito process on Chrome</dd>
<dt>8.1</dt>
<dd>Added Drag and Drop sorting of proxies (#29)</dd>
<dd>Added duplicate proxy feature</dd>
<dd>Added Incognito/Container proxy (firefox-extension/issues/22, #33)</dd>
<dd>Added Keyboard Shortcut feature (firefox-extension/issues/217)</dd>
<dd>Added pattern import/export</dd>
<dd>Added port search to search filter</dd>
<dd>Added search filter to toolbar popup (#23)</dd>
<dd>Fixed a pattern conversion issue (#28)</dd>
<dd>Fixed an error in Sync (#36)</dd>
<dd>Fixed Tab Proxy icon when reloading a tab (#33)</dd>
<dd>Increased log content</dd>
<dd>Increased log display entries to 200</dd>
<dd>Increased log width to full screen</dd>
<dd>Updated Global Exclude process</dd>
<dt>8.0</dt>
<dd>Added complete Light/Dark Theme</dd>
<dd>Added Exclude host feature</dd>
<dd>Added Firefox on Android support (experimental) (#21)</dd>
<dd>Added Get Location feature</dd>
<dd>Added Global Exclude</dd>
<dd>Added Host Pattern to proxy feature</dd>
<dd>Added Import FoxyProxy Account (Chrome)</dd>
<dd>Added Import From URL</dd>
<dd>Added Limit WebRTC feature (Foxyproxy_Chrome/issues/4)</dd>
<dd>Added live Log (Firefox only)</dd>
<dd>Added Tab Proxy feature (Firefox only)</dd>
<dd>Changed "browsingData" to optional permissions</dd>
<dd>Dropped "browser_style" in preparation for MV3</dd>
<dd>Increased minimum version to Firefox 93 (released 2021-10-05)</dd>
<dd>Unified code for Firefox, Chrome, and other Chromium-based browsers</dd>
<dd>Unified storage to share between Firefox and Chrome</dd>
<dd>Updated code and style for manifest v3 (MV3) compatibility</dd>
<dd>Updated Import Proxy List</dd>
<dd>Updated User Interface</dd>
</dl>
<h2 id="credits">Credits</h2>
<dl>
<dt>Developer</dt>
<dd><a href="https://github.com/erosman" target="_blank">erosman</a></dd>
<dt>Translations</dt>
<dd><a href="https://github.com/foxyproxy/browser-extension" target="_blank">Github Public Repository</a></dd>
<dd>es: <a href="https://github.com/LuisAlfredo92" target="_blank">Luis Alfredo Figueroa Bracamontes</a></dd>
<dd>fa: <a href="https://github.com/axone13" target="_blank">Matin Kargar </a></dd>
<dd>fr: <a href="https://github.com/Hugo-C" target="_blank">Hugo-C</a></dd>
<dd>ja: <a href="https://github.com/yutayamate" target="_blank">Yuta Yamate</a></dd>
<dd>pl: Grzegorz Koryga</dd>
<dd>pt_BR: </dd>
<dd>ru: <a href="https://github.com/sosiska" target="_blank">Kirill Motkov</a>, <a href="https://github.com/krolchonok" target="_blank">krolchonok</a></dd>
<dd>uk: <a href="https://github.com/sponsors/webknjaz" target="_blank">Sviatoslav Sydorenko</a></dd>
<dd>zh_CN: <a href="https://github.com/wsxy162" target="_blank">FeralMeow </a></dd>
<dd>zh_TW: <a href="https://github.com/samuikaze" target="_blank">samuikaze</a></dd>
<dt>Founder</dt>
<dd>
<img class="figure" src="../image/ericjung.png" alt=""><br>
<a href="mailto:eric.jung@getfoxyproxy.org">Eric H. Jung</a><br>
Denver, Colorado, USA<br>
Developer
</dd>
</dl>
<p style="margin-top: 3em;">To support this free software, please please donate (<a href="https://buy.stripe.com/00gcNd1YQ2NQbKM148" target="_blank">Stripe</a>, <a href="https://www.paypal.me/ericjung2/5.99" target="_blank">PayPal</a>) or
<a href="https://getfoxyproxy.org/order/" target="_blank">buy dedicated VPN/Proxy Servers</a> in over 100 countries.<br>
<i>(including such remote places like <a href="https://wikipedia.org/wiki/Réunion" target="_blank">Reunion Island</a>)</i>
</p>
<p style="font: 1.5em cursive;">Thank you for using FoxyProxy!</p>
<img src="../image/logo.svg" style="width: 5em;" alt="">
</article>
</body>
</html>