Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorharry <hrosen2016@gmail.com>2023-08-28 13:56:26 +0300
committerharry <hrosen2016@gmail.com>2023-08-28 13:56:26 +0300
commit5252188010ef55bb17f57eac98738681e3742e37 (patch)
tree1ae1f11a362bf226b485d39a8fbc429466815cab
parent34eb7601c415b81901fd02afbd5cfdc84b5047ac (diff)
Updated web pages and download links for 2.6.6 release.
-rw-r--r--readme.md2
-rw-r--r--web/download.html12
-rw-r--r--web/home.html9
-rw-r--r--web/version.html1
4 files changed, 13 insertions, 11 deletions
diff --git a/readme.md b/readme.md
index fa4586df..da4a99c8 100644
--- a/readme.md
+++ b/readme.md
@@ -18,4 +18,4 @@ You should get releases from here: https://sourceforge.net/projects/fceultra/fil
That's because github forces us to use tags we don't have for releases.
-2.6.5 is the most recent release but most people are using the autobuilds.
+2.6.6 is the most recent release but most people are using the autobuilds.
diff --git a/web/download.html b/web/download.html
index ef10a09a..6a82f051 100644
--- a/web/download.html
+++ b/web/download.html
@@ -73,12 +73,12 @@
<h3>Download</h3>
<ul>
- <li><a href="https://github.com/TASEmulators/fceux/releases/download/v2.6.5/fceux-2.6.5-win32.zip">FCEUX 2.6.5 win32 Binary</a></li>
- <li><a href="https://github.com/TASEmulators/fceux/releases/download/v2.6.5/fceux-2.6.5-win64.zip">FCEUX 2.6.5 win64 Binary</a></li>
- <li><a href="https://github.com/TASEmulators/fceux/releases/download/v2.6.5/fceux-2.6.5-win64-QtSDL.zip">FCEUX 2.6.5 Qt/SDL win64 Binary</a></li>
- <li><a href="https://github.com/TASEmulators/fceux/releases/download/v2.6.5/fceux-2.6.5-Darwin.dmg">FCEUX 2.6.5 MacOSX Binary</a></li>
- <li><a href="https://github.com/TASEmulators/fceux/archive/refs/tags/v2.6.5.tar.gz">FCEUX 2.6.5 src (tgz)</a></li>
- <li><a href="https://github.com/TASEmulators/fceux/archive/refs/tags/v2.6.5.zip">FCEUX 2.6.5 src (zip)</a></li>
+ <li><a href="https://github.com/TASEmulators/fceux/releases/download/v2.6.6/fceux-2.6.6-win32.zip">FCEUX 2.6.6 win32 Binary</a></li>
+ <li><a href="https://github.com/TASEmulators/fceux/releases/download/v2.6.6/fceux-2.6.6-win64.zip">FCEUX 2.6.6 win64 Binary</a></li>
+ <li><a href="https://github.com/TASEmulators/fceux/releases/download/v2.6.6/fceux-2.6.6-win64-QtSDL.zip">FCEUX 2.6.6 Qt/SDL win64 Binary</a></li>
+ <li><a href="https://github.com/TASEmulators/fceux/releases/download/v2.6.6/fceux-2.6.6-Darwin.dmg">FCEUX 2.6.6 MacOSX Binary</a></li>
+ <li><a href="https://github.com/TASEmulators/fceux/archive/refs/tags/v2.6.6.tar.gz">FCEUX 2.6.6 src (tgz)</a></li>
+ <li><a href="https://github.com/TASEmulators/fceux/archive/refs/tags/v2.6.6.zip">FCEUX 2.6.6 src (zip)</a></li>
</ul>
<p>If you would like to test the current in-development version of FCEUX, interim builds are available here:</p>
diff --git a/web/home.html b/web/home.html
index 557694a0..6bf4b6c3 100644
--- a/web/home.html
+++ b/web/home.html
@@ -53,10 +53,11 @@
<p>&nbsp;</p>
<h1>Latest Release</h1>
- <p><span class="largerfont">FCEUX 2.6.5</span><br/>
- 07 February 2023</p>
- <p>The 2.6.5 release is a maintenance update that contains various fixes from a back log of bugs and feature requests over the past year.</p>
- <p><a href="help/WhatsNew265.html">Full changelog</a></p>
+ <p><span class="largerfont">FCEUX 2.6.6</span><br/>
+ 26 August 2023</p>
+ <p>The 2.6.6 release is mainly a maintenance update for the mappers and emulation core with a few new features added in.<br>
+ Some of these new features apply only to the Qt/SDL version of the GUI.</p>
+ <p><a href="help/WhatsNew266.html">Full changelog</a></p>
<p>
<hr>
<br>Windows Port Debugging Environment for Version 2.2.0<br><a href="assets/debugging_environment_1900px.png"><img alt="FCEUX as a debugging environment" src="assets/debugging_environment_640px.png"></a></p>
diff --git a/web/version.html b/web/version.html
index 84f28093..72fb928c 100644
--- a/web/version.html
+++ b/web/version.html
@@ -55,6 +55,7 @@
FCEU rerecording, FCEUXD, and FCEUXDSP as well as many new mappers from
FCEU-mm.</p>
<h3>FCEUX version history</h3>
+ <dd><li><a href="pressrelease-2.6.6.html">FCEUX 2.6.6</a> - 26 August 2023</li></dd>
<dd><li><a href="pressrelease-2.6.5.html">FCEUX 2.6.5</a> - 07 February 2023</li></dd>
<dd><li><a href="pressrelease-2.6.4.html">FCEUX 2.6.4</a> - 24 March 2022</li></dd>
<dd><li><a href="pressrelease-2.6.3.html">FCEUX 2.6.3</a> - 07 March 2022</li></dd>