diff --git a/README.md b/README.md index 975a631..6080532 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Amiga Test Kit (formerly SysTest) -### Download the latest build of Amiga Test Kit [here (Github)](https://github.com/keirf/Amiga-Stuff/releases/download/testkit-v1.14/AmigaTestKit-v1.14.zip). +### Download the latest build of Amiga Test Kit [here (Github)](https://github.com/keirf/Amiga-Stuff/releases/download/testkit-v1.15/AmigaTestKit-v1.15.zip). ### Build From Source (Docker) diff --git a/testkit/Makefile b/testkit/Makefile index 71d007c..5673554 100644 --- a/testkit/Makefile +++ b/testkit/Makefile @@ -1,5 +1,5 @@ NAME := AmigaTestKit -VER := 1.14 +VER := 1.15 OBJS += entry.o OBJS += cancellation.o diff --git a/testkit/RELEASE_NOTES b/testkit/RELEASE_NOTES index 12ca586..598dc73 100644 --- a/testkit/RELEASE_NOTES +++ b/testkit/RELEASE_NOTES @@ -3,6 +3,16 @@ ** Keir Fraser ************************************ +** v1.15 - 4 October 2020 + - Floppy: Support HD disks for read/write tests + - Automatically detect HD disk via drive ID + - Floppy: Better READY and Drive ID reporting + - Main Menu improvements: + - Report Kickstart version info + - Convert manu options to two-column format + - Improved analog controller test + - Report min/max pot values + ** v1.14 - 29 September 2020 - New analog/proportional controller test - Rename joystick/mouse test to "Controller Ports Test"