Final updates for 6.5.1 release.

This commit is contained in:
Stephen Anthony 2021-01-24 10:11:01 -03:30
parent dcb155a003
commit ad80972b2d
3 changed files with 5 additions and 2 deletions

View File

@ -12,10 +12,12 @@
Release History
===========================================================================
6.5 to 6.5.1 (January X, 2021)
6.5 to 6.5.1 (January 24, 2021)
* Fixed paddle button bug for jittering controllers.
* Improve switching between joysticks and paddles on Retron77 port.
* Improve memory usage on Retron77 port.
-Have fun!

View File

@ -19,6 +19,6 @@
#define VERSION_HXX
#define STELLA_VERSION "6.5.1"
#define STELLA_BUILD "6673"
#define STELLA_BUILD "6699"
#endif

View File

@ -50,6 +50,7 @@ WhatsNewDialog::WhatsNewDialog(OSystem& osystem, DialogContainer& parent,
add(ypos, "fixed navigation bug in Video & Audio settings dialog");
add(ypos, "fixed autofire bug for trackball controllers");
add(ypos, "fixed paddle button bug for jittering controllers");
add(ypos, "improved switching between joysticks and paddles");
add(ypos, "improved memory usage in UI mode");
#else
const string& version = instance().settings().getString("stella.version");