Skip to content

Commit ad80972

Browse files
committed
Final updates for 6.5.1 release.
1 parent dcb155a commit ad80972

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Changes.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
Release History
1313
===========================================================================
1414

15-
6.5 to 6.5.1 (January X, 2021)
15+
6.5 to 6.5.1 (January 24, 2021)
1616

1717
* Fixed paddle button bug for jittering controllers.
1818

19+
* Improve switching between joysticks and paddles on Retron77 port.
20+
1921
* Improve memory usage on Retron77 port.
2022

2123
-Have fun!

src/common/Version.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
#define VERSION_HXX
2020

2121
#define STELLA_VERSION "6.5.1"
22-
#define STELLA_BUILD "6673"
22+
#define STELLA_BUILD "6699"
2323

2424
#endif

src/gui/WhatsNewDialog.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ WhatsNewDialog::WhatsNewDialog(OSystem& osystem, DialogContainer& parent,
5050
add(ypos, "fixed navigation bug in Video & Audio settings dialog");
5151
add(ypos, "fixed autofire bug for trackball controllers");
5252
add(ypos, "fixed paddle button bug for jittering controllers");
53+
add(ypos, "improved switching between joysticks and paddles");
5354
add(ypos, "improved memory usage in UI mode");
5455
#else
5556
const string& version = instance().settings().getString("stella.version");

0 commit comments

Comments
 (0)