From e92b9f3b94488979df87695454c50504018b23cb Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Thu, 29 Oct 2020 00:09:25 -0230 Subject: [PATCH] Updated changelog for upcoming release. --- Changes.txt | 13 +++++++++++-- src/gui/WhatsNewDialog.cxx | 22 +++++++--------------- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/Changes.txt b/Changes.txt index bd6306930..88ddd7afe 100644 --- a/Changes.txt +++ b/Changes.txt @@ -12,14 +12,23 @@ Release History =========================================================================== -6.3 to 6.4 (XXXX XX, 2020) +6.3 to 6.3.1 (November 2, 2020) * Added basic (entire and single line only) text cut/copy and paste. * Fixed bug with aspect correction and fullscreen mode; snapshots from such a mode are now pixel-exact. - * Made serial port used for an AtariVox-USB adaptor editable. (TODO: Doc) + * Some improvements to AVox-USB adaptor functionality: + - Made serial port used for an AtariVox-USB adaptor editable. + - Autodetection of serial ports no longer messes up devices plugged + into other serial ports. + + * Fixed crash with missing or incorrectly sized SaveKey data file, and + with certain functions not working (erase pages, erase entire EEPROM). + + * Fixed bug in ROM launcher, with last ROM selected not being remembered + when exiting and re-entering a directory. -Have fun! diff --git a/src/gui/WhatsNewDialog.cxx b/src/gui/WhatsNewDialog.cxx index 4787d8fd7..9c37701d2 100644 --- a/src/gui/WhatsNewDialog.cxx +++ b/src/gui/WhatsNewDialog.cxx @@ -43,22 +43,14 @@ WhatsNewDialog::WhatsNewDialog(OSystem& osystem, DialogContainer& parent, const max_w, max_h); #if defined(RETRON77) - add(ypos, "added adjustable autofire (see 'Advanced Settings')"); - add(ypos, "added new UI theme 'Dark' (see 'Advanced Settings')"); + add(ypos, "fixed crash with SaveKey ROMs (EEPROM file issues)"); + add(ypos, "fixed bug with launcher not remembering last selected ROM"); #else - add(ypos, "added adjustable autofire"); - add(ypos, "added 'Dark' UI theme"); - //add(ypos, "extended global hotkeys for debug options"); - add(ypos, "added option to playback a game using the Time Machine"); - //add(ypos, "allow taking snapshots from within the Time Machine dialog"); - add(ypos, "added the ability to access most files that Stella uses from within a ZIP file"); - add(ypos, "extended AtariVox support to handle flow control, so that long phrases are no longer corrupted / cut off"); - add(ypos, "added QuadTari controller support"); - add(ypos, "added option to select the audio device"); - //add(ypos, "added option to display detected settings info when a ROM is loaded"); - //add(ypos, "added another oddball TIA glitch option for delayed background color"); - //add(ypos, "replaced 'Re-disassemble' with 'Disassemble @ current line' in debugger"); - //add(ypos, "fixed bug when taking fullscreen snapshots; the dimensions were sometimes cut"); + add(ypos, "added basic text cut/copy/paste to UI"); + add(ypos, "fixed fullscreen mode, aspect correction and pixel-exact snapshots"); + add(ypos, "improved AVox-USB adaptor autodetection"); + add(ypos, "fixed crash with SaveKey ROMs (EEPROM file issues)"); + add(ypos, "fixed bug with launcher not remembering last selected ROM"); add(ypos, ELLIPSIS + " (for a complete list see 'docs/Changes.txt')"); #endif