summaryrefslogtreecommitdiffstats
path: root/src/about.html
blob: 2dd97d398644167f05f765b546bc78aa04a5fcd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <title data-i18n="about">FoxyProxy </title>
    <link rel="icon" type="image/png" href="/images/icon.svg">
    <link rel="stylesheet" href="styles/fontawesome-4.6.3.css">
    <link rel="stylesheet" href="styles/app.css">
    <style>
      h3 { border-bottom: 1px solid #ddd; max-width: 20em; }
      h3:not(:first-of-type) { margin-top: 2em; }
      h4 { margin-bottom: 0; display: inline-block; }
      p, img { margin-left: 1em; }
      i.fa {
        font-size: 1.3em;
        margin-right: 0.4em;
        width: 1em;
      }
      i.fa.fa-lock { color: #080; }
      li.sub { margin-left: 2em; list-style-type: circle; }
      li.sub + li:not(.sub) { margin-top: 1em; }
    </style>
  </head>
  <body>

    <!-- header -->
    <div class="prime header" data-i18n="about"></div>

    <!-- main -->
    <div class="prime">

      <!-- welcome on install/update -->
      <div class="welcome hide">
        <h3>Welcome!</h3>
        <p>FoxyProxy has been around for almost 15 years. So if you're upgrading from a legacy version, and your proxy settings are missing, please <a href="/import.html">import</a> them.<br>
        <strong>(This message only appears after FoxyProxy has upgraded or is first installed.)</strong></p>
      </div>

      <h3>Info</h3>
      <p><strong>Edition:</strong> <span id="edition"></span><br>
      <strong>Version:</strong> <span id="version"></span><br>
      <strong>Source Code:</strong> <a target="_blank" href="https://github.com/foxyproxy/firefox-extension">GitHub</a></p>

      <h3>Help</h3>
      <p>
        <a href="https://support.getfoxyproxy.org/" target="_blank"><i class="fa fa-question"></i>Open a Support Ticket </a><i>(no registration required)</i><br>
        <a href="mailto:support@getfoxyproxy.org"><i class="fa fa-envelope-o"></i>Email Support</a><br>
        <span class="notForBasic"><a href="/pattern-tester.html"><i class="fa fa-flask"></i>Pattern Test</a> &amp; <a href="/pattern-help.html"><i class="fa fa-question-circle"></i>Pattern Help</a> <i>(no internet connection required)</i><br></span>
        <a href="https://getfoxyproxy.org/geoip/" target="_blank"><i class="fa fa-globe"></i>What's my IP Address?</a>
      </p>

      <h3>Support Me</h3>
      <p>Please <a href="https://www.paypal.me/ericjung2/5.99" target="_blank">donate</a> or <a href="https://getfoxyproxy.org/order/" target="_blank">buy dedicated VPN/Proxy Servers</a> in over 100 countries (including such remote places like <a href="https://wikipedia.org/wiki/Réunion" target="_blank">Reunion Island</a>).</p>
      <p><strong>Thank you for using FoxyProxy!</strong></p>
      <img src="/images/ericjung.png" alt=""><br>
      <p>&mdash; <a href="mailto:eric.jung@getfoxyproxy.org">Eric H. Jung</a><br>Denver, Colorado, USA</p>

      <h3>Release Notes for Recent Releases</h3>
      <h4>Version 7.5.1</h4>
      <ul>
        <li>French translation -- Thanks <a target="_blank" href="https://github.com/samuikaze">samuikaze</a>.</li>
        <li>Traditional Chinese translation -- Thanks <a target="_blank" href="https://github.com/Hugo-C">Hugo-C</a>.</li>
        <li>Russian translation -- Thanks Vadim.</li>
      </ul>
      <h4>Version 7.5</h4>
      <ul>
        <li>Import Proxy Lists! Long requested feature. See <a href="https://github.com/foxyproxy/firefox-extension/wiki/Import-Proxy-List">help</a>.</li>
        <li>Simplified Chinese translation -- Thanks <a target="_blank" href="https://github.com/wsxy162">FeralMeow</a>.</li>
        <li>Display <strong>Synchronize Settings</strong> for new installations when there are no proxies defined. Reported <a href="https://github.com/foxyproxy/firefox-extension/issues/83">here</a>.</li>
        <li>Fixed: <strong>Import Settings</strong> bug especially painful for people using the <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-connect-master-node-proxy.html">example at AWS</a>.
          Reported <a href="https://github.com/foxyproxy/firefox-extension/issues/76">here</a>. Also fixed bug whereby spinner did not hide after import settings errors.</li>
        <li>Minor security improvements -- do not accept embedded HTML/JS in other form fields</li>
        <li><strong>Turn Off (Use Firefox Settings)</strong> should be first in list. Reported <a href="https://github.com/foxyproxy/firefox-extension/issues/78">here</a>.</li>
        <li>Fixed: Firefox overflow menu displays wrong info for FoxyProxy. Reported <a href="https://github.com/foxyproxy/firefox-extension/issues/84">here</a>.</li>
      </ul>
    <div style="text-align: right;">
      <button type="button" class="button" data-i18n="back">&#x25c1; </button>
    </div>

  </div>

  <script src="scripts/utils.js"></script>
  <script src="scripts/about.js"></script>
  </body>
</html>