Updated changelog for upcoming release.

This commit is contained in:
Stephen Anthony 2020-10-29 00:09:25 -02:30
parent e92a3882e7
commit e92b9f3b94
2 changed files with 18 additions and 17 deletions

View File

@ -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!

View File

@ -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