Skip to content

Commit

Permalink
Update to v3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Sep 23, 2020
1 parent 72d2338 commit 40149d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

export FW_VER := 3.17
export FW_VER := 3.18

PROJ := FlashFloppy
VER := v$(FW_VER)
Expand Down
6 changes: 6 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
** Keir Fraser <[email protected]>
************************************

** v3.18 - 23 September 2020
- OLED/LCD: Fix potential minor display corruption
- Only seen with 128x64 OLED displays, bottom right corner
- alt/logfile: WRite FFLOG.TXT to correct folder (root or FF/)
- IMG, DSK: Various cleanups to sector-write handling

** v3.17 - 17 September 2020
- DSK: Fix infinite loop when trying to open a bad DSK image file
- Quick Disk: Restart read stream immediately after a write
Expand Down

0 comments on commit 40149d9

Please sign in to comment.