mirror of https://github.com/stella-emu/stella.git
updated changes and WhatsNewDialog
This commit is contained in:
parent
3b04034aab
commit
4683b234b8
10
Changes.txt
10
Changes.txt
|
@ -14,7 +14,15 @@
|
|||
|
||||
6.4 to 6.5 (December XX, 2020)
|
||||
|
||||
* Enhanced cut/copy/paste to allow selecting text (TODO: PromptWidget, doc)
|
||||
* Enhanced cut/copy/paste for text editing (TODO: PromptWidget)
|
||||
|
||||
* Added undo and redo to text editing (TODO: PromptWidget)
|
||||
|
||||
* Added static tooltips to some UI items
|
||||
|
||||
* Added dynamic tooltips to most debugger items
|
||||
|
||||
* Increased sample size for CDFJ+
|
||||
|
||||
-Have fun!
|
||||
|
||||
|
|
|
@ -43,18 +43,13 @@ WhatsNewDialog::WhatsNewDialog(OSystem& osystem, DialogContainer& parent, const
|
|||
max_w, max_h);
|
||||
|
||||
#if defined(RETRON77)
|
||||
add(ypos, "fixed CDF cartridges crash");
|
||||
add(ypos, "fixed crash with SaveKey ROMs (EEPROM file issues)");
|
||||
add(ypos, "fixed bug with launcher not remembering last selected ROM");
|
||||
add(ypos, "increased sample size for CDFJ+");
|
||||
add(ypos, "fixed navigation bug in Video & Audio settings dialog");
|
||||
#else
|
||||
add(ypos, "added basic text cut/copy/paste from/to UI");
|
||||
add(ypos, "added color parameters to 'Custom' palette");
|
||||
add(ypos, "improved AtariVox-USB adaptor autodetection");
|
||||
add(ypos, "fixed fullscreen mode, aspect correction and pixel-exact snapshots");
|
||||
add(ypos, "fixed reduced ARM emulation performance for CDF ROMs");
|
||||
add(ypos, "fixed crash with SaveKey ROMs (EEPROM file issues)");
|
||||
add(ypos, "fixed Atari mouse autodetection");
|
||||
add(ypos, "fixed bug with launcher not remembering last selected ROM");
|
||||
add(ypos, "enhanced cut/copy/paste for text editing");
|
||||
add(ypos, "added undo and redo to text editing");
|
||||
add(ypos, "added tooltips to many UI items");
|
||||
add(ypos, "increased sample size for CDFJ+");
|
||||
add(ypos, ELLIPSIS + " (for a complete list see 'docs/Changes.txt')");
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue