1.30.5.0: Update History.txt

This commit is contained in:
tomcw 2021-09-28 21:40:42 +01:00
parent b6c71201cf
commit 35e2e62b86
2 changed files with 16 additions and 1 deletions

View File

@ -8,6 +8,21 @@ https://github.com/AppleWin/AppleWin/issues/new
Tom Charlesworth
1.30.5.0 - 29 Sep 2021
----------------------
. [Change #972] Add SNES MAX card (in slots 3, 4 or 5) to support up to 2 SNES (or 12-button) controllers.
. [Change #946] Add 4Play card (in slots 3, 4 or 5) to support up to 4 Atari controllers.
. [Change #420] Uthernet card's state persisted to save-state.
- NB. it's best to get your DHCP server to assign a static IP for the card's MAC address.
. Change: SAM card's state persisted to save-state.
. [Bug #980] Fix 'Authentic Disk Speed' regression (at 1.30.4.0).
. [Bug #981] Fix command line -d2 (and -h2) which weren't reporting an error if image couldn't be opened.
. [Bug #981] Support command line if there are multiple spaces between args.
. [PR #983] Improve save-state card management
- Use Registry "Configuration\Slot n' locations to save each card's type & config.
- eg. "Last Harddisk Image 1" has moved from "Preferences" to "Configuration\Slot 7".
. AppleWin's Debugger help: document how to allow CTRL+SHIFT+0 to work (to set bookmark-0).
1.30.4.0 - 29 Aug 2021
----------------------

View File

@ -1,4 +1,4 @@
#define APPLEWIN_VERSION 1,30,4,0
#define APPLEWIN_VERSION 1,30,5,0
#define xstr(a) str(a)
#define str(a) #a