mirror of https://github.com/stella-emu/stella.git
Updated changelog.
This commit is contained in:
parent
235b371fc4
commit
568a77c83f
19
Changes.txt
19
Changes.txt
|
@ -16,15 +16,15 @@
|
||||||
|
|
||||||
* Added high scores saving.
|
* Added high scores saving.
|
||||||
|
|
||||||
* Enhanced cut/copy/paste for text editing (except PromptWidget).
|
* Improved text editing functionality (except PromptWidget):
|
||||||
|
- Enhanced selection and cut/copy/paste from keyboard.
|
||||||
|
- Added undo and redo support.
|
||||||
|
- Added mouse support (selection, cut/copy/paste).
|
||||||
|
- All actions have keyboard shortcuts.
|
||||||
|
|
||||||
* Added undo and redo to text editing (except PromptWidget).
|
* Various improvements to the ROM launcher:
|
||||||
|
- Added wildcard support to the dialog filter
|
||||||
* Added mouse support for text editing (except PromptWidget).
|
- Added option to search subdirectories
|
||||||
|
|
||||||
* Added wildcard support to launcher dialog filter.
|
|
||||||
|
|
||||||
* Added option to search subdirectories in launcher.
|
|
||||||
|
|
||||||
* Added static tooltips to some UI items.
|
* Added static tooltips to some UI items.
|
||||||
|
|
||||||
|
@ -41,7 +41,8 @@
|
||||||
* Fixed Stelladaptor/2600'daptor devices sometimes not being assigned
|
* Fixed Stelladaptor/2600'daptor devices sometimes not being assigned
|
||||||
correct default mappings.
|
correct default mappings.
|
||||||
|
|
||||||
* Codebase now uses C++17 features.
|
* Codebase now uses C++17 features, which means a minimum of gcc7
|
||||||
|
or clang5 for Linux/Mac, and Visual Studio 2019 for Windows.
|
||||||
|
|
||||||
-Have fun!
|
-Have fun!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue