These are the changes since the last beta release. For the detailed history
please take a look at the releasenotes in the "Documentation" directory.

FPGA Core:
----------
    - Fixed REU, transfer length register is 1 after a transfer completes.
    - Fixed REU 512K wrap around
    - Fixed cache controller preventing corruption when accessing 0x1FFFF0000 - 0x1FFFFFFFF
    - Faster SDRAM controller. More memory bandwidth for turbo.
    - Added slowdown modes to the Turbo settings. Offering CPU speeds of 25%, 50%, 75% and 100%.

Menu Software:
--------------

  - NEW: added native updater program (see manual) to update the fpga core
         without an usb connection.

menu:
  - BUGFIX: make menu item active when pressing a hotkey, so it is selected
            when going back to the respective menu
  - BUGFIX: correctly mute/unmute second sid in menu freezer
  - BUGFIX: clockport- and rr-net- items in options menu are correctly disabled
            if either is not available

bootloader:
  - NEW: if found, load and run update.prg from sd card (chameleon updater)
  - NEW: if "boot from sd card" is enabled, load boot.prg from sd card (regular
         c64 boot program)
  
filebrowser:
  - improved navigation in one panel mode, cursor right enters subdir/image and
    cursor left goes one level up
  - improved quickfind, just type a filename quickly to jump to it.
  - mount menu is skipped if there would only be one active item.
  - when returning to the menu from the sid player by pressing left/menu button
    it will go directly to the filebrowser
  - NEW: added gfx viewer for various multi-color and hires formats.(see manual)
  - NEW: added wav player (see manual)
  - NEW: added filecopy (F5 in two panel mode, see manual)
  - BUGFIX: set $030c-$030e to 0 before starting prgs, increases compatibility
            with certain packers.
  - BUGFIX: .sid files which actually contain a basic program can now be run
            correctly.
  - BUGFIX: re-read destination panel after copying image
