RetroZilla/xpfe/global/resources/content/aboutChangelog.html
2016-04-22 00:57:07 -04:00

73 lines
2.8 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.0</h1>
<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>
<!-- past releases -->
<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>