From b861bc1c5fd4417c7cf3a8d43f27479e09f8459a Mon Sep 17 00:00:00 2001 From: mjbudd77 Date: Mon, 14 Dec 2020 21:20:32 -0500 Subject: [PATCH] Started a Whats New web page for upcoming release 2.3.0. --- web/help/FCEUltraVersionHistory.html | 2 +- web/help/WhatsNew223.html | 2 +- web/help/WhatsNew230.html | 141 +++++++++++++++++++++++++++ web/help/toc.html | 6 ++ 4 files changed, 149 insertions(+), 2 deletions(-) create mode 100644 web/help/WhatsNew230.html diff --git a/web/help/FCEUltraVersionHistory.html b/web/help/FCEUltraVersionHistory.html index 7100515d..6b31de52 100644 --- a/web/help/FCEUltraVersionHistory.html +++ b/web/help/FCEUltraVersionHistory.html @@ -48,7 +48,7 @@ Previous - Next + Next
diff --git a/web/help/WhatsNew223.html b/web/help/WhatsNew223.html index c4be94b4..860fa1e0 100644 --- a/web/help/WhatsNew223.html +++ b/web/help/WhatsNew223.html @@ -46,7 +46,7 @@
Parent - Previous + Previous Next diff --git a/web/help/WhatsNew230.html b/web/help/WhatsNew230.html new file mode 100644 index 00000000..c70f7809 --- /dev/null +++ b/web/help/WhatsNew230.html @@ -0,0 +1,141 @@ + + + + What's New? 2.3.0 (changelog) + + + + + + + + + + + + + + +
+
+

What's New? 2.3.0 (changelog)

+ +
+ Introduction ››
+
+
+ Parent + + Previous + + Next + +
+
+
+
+ +

+

What's New? 2.3.0

+

Released -- 14 December 2020

+


+


+

The 2.3.0 release includes 4 years worth of improvements and bug fixes.

+


+

Common

+
    +
  • 64 bit build support
  • +
+


+

Emulation

+
    +
  • Added Mapper 111 cheapocabra
  • +
  • Added Mapper 190
  • +
  • Added RAM Init Options: default (00 00 00 00 FF FF FF FF as always), all FF, all 00, random.
  • +
  • New UNIF mappers
  • +
+


+

Lua

+
    +
  • Various improvements and bug fixes to pre-existing functions
  • +
  • Fix parsing of lua colors over 0x80000000 on 32bits systems
  • +
  • Lua write callbacks: adding optional third parameter to retrieve the value written, added Sprites.lua script to visualize sprites
  • +
+


+

New Lua functions:

+
    +
  • emu.exit()
  • +
  • rom.getfilename()
  • +
+


+

Win32

+
    +
  • Various GUI improvements and bug fixes
  • +
+


+

Debugger

+
    +
  • Added memory read/write conditional breakpoint capability.
  • +
  • Added illegal opcode support for breakpoints.
  • +
  • Support for 'S' register in conditional debugger breakpoints
  • +
+


+

Trace Logger

+
    +
  • Added bank number log option
  • +
+


+

CDLogger

+
    +
  • Fix Fixed VRAM data logging glitch
  • +
+


+

Hex Editor

+
    +
  • Added OAM view feature
  • +
  • Bookmark fixes for all view region types
  • +
  • Prevent middle mouse button from attempting to "FreezeRam" when not in RAM mode
  • +
+


+

SDL

+
    +
  • GUI completely rewritten using Qt5. Replaces old GTK GUI.
  • +
  • New Qt GUI now contains most of the debug tools that previously only existed in windows version.
  • +
+


+


+


+


+

+

Created with the Personal Edition of HelpNDoc: Easily create Web Help sites

+
+ + + + + + diff --git a/web/help/toc.html b/web/help/toc.html index e614d793..8e4fa56c 100644 --- a/web/help/toc.html +++ b/web/help/toc.html @@ -231,6 +231,12 @@ target="FrameMain"> FCE Ultra Version History +
  • + + What's New? 2.3.0 (changelog) +