-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
PROJ = FlashFloppy | ||
VER = v0.9.5a | ||
VER = v0.9.6a | ||
|
||
SUBDIRS += src bootloader reloader | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,11 @@ | |
** Keir Fraser <[email protected]> | ||
************************************ | ||
|
||
** v0.9.6a - 17 January 2018 | ||
- USB: Fix power-on initialisation for some USB sticks | ||
- FAT: Write-protect image files marked with read-only attribute | ||
- ST: Support 11-sector .ST images | ||
|
||
** v0.9.5a - 1 December 2017 | ||
- FF.CFG: New button assignment for rotary-encoder setup | ||
- twobutton-action = rotary | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters