Updated 2.6.5 web page press release.
This commit is contained in:
parent
cb0301b12d
commit
ed192bec5c
|
@ -40,7 +40,7 @@
|
|||
</div>
|
||||
<div id="page_content">
|
||||
<h1>FCEUX 2.6.5 Maintenance Release</h1>
|
||||
<p>01 February 2023</p>
|
||||
<p>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>
|
||||
|
@ -96,6 +96,7 @@ Now ensures that logged output is flushed to disk when emulator is paused. This
|
|||
<h3>Lua</h3>
|
||||
Implemented support for input.get() lua function binding.<br>
|
||||
Added lua script loading via file drag and drop feature.<br>
|
||||
Added new debugger.getsymboloffset lua function binding<br>
|
||||
|
||||
<h3>Build</h3>
|
||||
Added cmake SOURCE_DATE_EPOCH hook to allow setting of UTC timestamp for reproducible binary builds.<br>
|
||||
|
|
|
@ -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.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>
|
||||
<dd><li><a href="pressrelease-2.6.2.html">FCEUX 2.6.2</a> - 04 February 2022</li></dd>
|
||||
|
|
Loading…
Reference in New Issue