RetroZilla/xpfe/global/resources/content/aboutChangelog.html

120 lines
4.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<title>RetroZilla Changelog</title>
<!--<link rel="stylesheet" type="text/css" href="aboutChangelog.css">-->
<link rel="stylesheet" type="text/css" href="chrome://global/content/aboutChangelog.css">
</head>
<body>
<img src="about:logopng" id="rzLogo">
<!--<img src="https://www.mozilla.org/images/logo-star.gif" id="rzLogo">-->
<!-- current release -->
<h1>RetroZilla 2.2</h1>
<h3>New Features</h3>
<ul>
<li>Updated NSS with TLS 1.2 support</li>
<li>Various internal URLs have been updated to reflect current RetroZilla website</li>
<li>Various security fixes</li>
<li>Various build system changes</li>
<li>RetroZilla Browser (Firefox) code added</li>
<li>Typing search queries directly in the URLbar now supported</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Website certified by an unknown authority dialog</li>
</ul>
<h3>Release Notes</h3>
<p>
This build was released primarily to bring TLS 1.2 support to users as well as fix the annoying
root certificate problem.
</p>
<!-- past releases -->
<hr>
<h2>RetroZilla 2.1</h2>
<h3>New Features</h3>
<ul>
<li>Updated default tab and security preferences</li>
<li>Disabled sidebar opening by default when searching from address bar </li>
<li>Added StartPage search engine</li>
<li>&quot;? &lt;query&gt;&quot; from the urlbar initiates a Google Search</li>
<li>&quot;?sp &lt;query&gt;&quot; from the urlbar initiates a StartPage Search</li>
<li>RetroZilla Home checks to see if a newer build is available</li>
<li>Various internal URLs have been updated to reflect current RetroZilla website</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Copyright date on about:home updates dynamically.</li>
</ul>
<h3>Release Notes</h3>
<p>
Due to the long gap between the time RetroZilla was last worked on and now,
We decided to release one last minor update before the work on Gecko begins.
The new address bar search keywords may not work unless you have a new profile
created after the release of RetroZilla 2.1. We also added an update notifier
on the RetroZilla home page (about:home) to notify users that don't follow the
MSFN threads that a new version is out.
</p>
<!-- -->
<hr>
<h2>RetroZilla 2.0</h2>
<h3>New Features</h3>
<ul>
<li>New Home Page: about:home.</li>
<li>about:changelog.</li>
<li>Session Manager and Crash Restore system</li>
<li>Updated internal URLs to reflect new website</li>
<li>Added Get Extensions link to Tools menu and Contribute link to Help menu</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>More &quot;M&quot; logos replaced.</li>
</ul>
<h3>Release Notes</h3>
<p>
This should be our last major features-only and rebrand release. Starting with 3.0, we will upgrade
the Gecko core to be more compliant for the modern web. We would like to thank the developers of the
Crash Recovery and Session Manager extensions for a platform to build on for our new Session Restore
feature. Users who already have any these extensions installed are advised to remove them.
</p>
<!-- -->
<hr>
<h2>RetroZilla 1.1</h2>
<h3>New Features</h3>
<ul>
<li>The rebrand from SeaMonkey to RetroZilla was finished.</li>
<li>New throbber with the Mozilla &quot;M&quot; logo changed to &quot;RZ&quot; for RetroZilla.</li>
<li>Windows 9x and NT 4 now display a proper OS string in the user agent.</li>
<li>RetroZilla now has its own profile folder inside of the application data directory. Old Mozilla Suite/SeaMonkey
1.x profiles will no longer work.</li>
<li>New about:credits page featuring both RetroZilla and Mozilla contributors.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>A slight bug causing some elements to not display properly was fixed.</li>
<li>Installer works properly on Windows NT.</li>
</ul>
<h3>Release Notes</h3>
<p>
Our plan for the future is to ship UX-enhancing features in 2.0, and then start backporting CSS changes in
3.0, so the RetroZilla version numbers will match the Firefox version number that has CSS parity with RetroZilla.
</p>
<!-- -->
<h2>RetroZilla 1.0</h2>
<h3>New Features</h3>
<ul>
<li>Support for some HTML5 elements was added.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>A HTTPS bug was fixed</li>
</ul>
<h3>Release Notes</h3>
<p>
This is the first release of RetroZilla, mostly just a rebrand of SeaMonkey 1.1.19. (Firefox 2.0.0.2)
</p>
</body>
</html>