Skip to content

Commit 1369313

Browse files
committed
Added 2.6.1 press release for webpage.
1 parent b1f62d6 commit 1369313

2 files changed

Lines changed: 80 additions & 0 deletions

File tree

web/pressrelease-2.6.1.html

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
4+
<head>
5+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
6+
<link href="fceux.css" rel="stylesheet" type="text/css" />
7+
<title>Press Release 2.6.0</title>
8+
</head>
9+
10+
<body>
11+
<div id="masthead">
12+
<span class="largerfont">FCEUX<br/></span>The all in one NES/Famicom/Dendy Emulator
13+
</div>
14+
<div id="top_nav">
15+
<a href="home.html">Home</a>
16+
<a href="download.html">Download</a>
17+
<a href="documentation.html">Documentation</a>
18+
<a href="version.html">Versions</a>
19+
<a href="contact.html">Contact</a>
20+
<a href="links.html">Links</a>
21+
</div>
22+
<div id="container">
23+
<div id="left_col">
24+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
25+
<ins class="adsbygoogle"
26+
style="display:inline-block;width:180px;height:150px"
27+
data-ad-client="ca-pub-0764229755985190"
28+
data-ad-slot="7648866201"></ins>
29+
<script>
30+
(adsbygoogle = window.adsbygoogle || []).push({});
31+
</script>
32+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
33+
<ins class="adsbygoogle"
34+
style="display:inline-block;width:180px;height:150px"
35+
data-ad-client="ca-pub-0764229755985190"
36+
data-ad-slot="7648866201"></ins>
37+
<script>
38+
(adsbygoogle = window.adsbygoogle || []).push({});
39+
</script>
40+
</div>
41+
<div id="page_content">
42+
<h1>FCEUX 2.6.1 Maintenance Release</h1>
43+
<p>17 January 2022</p>
44+
<p>
45+
The 2.6.1 release fixes a few bugs that were found shortly after the 2.6.0 release.
46+
</p>
47+
48+
<h2>Qt/SDL</h2>
49+
50+
<h3>GUI Improvements and Bug Fixes</h3>
51+
Fixed Qt cursor override stack overflow issue. Code now properly calls QGuiApplication::restoreOverrideCursor following QGuiApplication::setOverrideCursor.<br>
52+
Fixed application crash when attempting to open/close the CDL window more than once.<br>
53+
Fixed inverted vertical scrollbar on Qt Trace logger. Added page up/down key shortcuts for Trace logger viewport.<br>
54+
Added an optional splash screen at startup. Splash screen defaults to off and can be enabled in GUI config dialog.<br>
55+
56+
<h3>RAM Search Improvements and Bug Fixes</h3>
57+
Changed Qt RAM search logic to skip over RAM mirrors. Changed GUI to allow for searching of RAM, SRAM, and ROM regions to be individually selectable.<br>
58+
59+
<h3>Build Improvements</h3>
60+
Applied cmake SOURCE_DATE_EPOCH patch for reproducible builds.<br>
61+
62+
<h3>Qt/SDL Windows Build Dependency Upgrades</h3>
63+
Upgraded to SDL version 2.0.20<br>
64+
Upgraded to ffmpeg version 5.0<br>
65+
66+
</div>
67+
68+
<p>
69+
<hr>
70+
71+
<div id="footer">
72+
<a href="home.html">Home</a> | <a href="download.html">Download</a> |
73+
<a href="documentation.html">Documentation</a> | <a href="version.html">
74+
Version History</a> | <a href="contact.html">Contact</a> | <a href="links.html">Links</a>
75+
<br/>We are in no way affiliated or endorsed by Nintendo or Nintendo of America. "Nintendo" is a registered trademark of Nintendo of America Inc.
76+
</div>
77+
</div>
78+
</body>
79+
</html>

web/version.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ <h2> FCEUX</h2>
5555
FCEU rerecording, FCEUXD, and FCEUXDSP as well as many new mappers from
5656
FCEU-mm.</p>
5757
<h3>FCEUX version history</h3>
58+
<dd><li><a href="pressrelease-2.6.1.html">FCEUX 2.6.1</a> - 17 January 2022</li></dd>
5859
<dd><li><a href="pressrelease-2.6.0.html">FCEUX 2.6.0</a> - 12 January 2022</li></dd>
5960
<dd><li><a href="pressrelease-2.5.0.html">FCEUX 2.5.0</a> - 31 October 2021</li></dd>
6061
<dd><li><a href="pressrelease-2.4.0.html">FCEUX 2.4.0</a> - 24 June 2021</li></dd>

0 commit comments

Comments
 (0)