Skip to content

Releases: keirf/flashfloppy

v3.18

23 Sep 11:34
Compare
Choose a tag to compare

Release Notes:

  • 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 Sep 12:26
Compare
Choose a tag to compare

Release Notes:

  • DSK: Fix infinite loop when trying to open a bad DSK image file
  • Quick Disk: Restart read stream immediately after a write
    • QD support now works on Sharp MZ-800
  • IMG.CFG: Remove [default] stanza from example config
    • Users copying the example file will no longer break their IMG files

v3.16

22 Aug 13:28
Compare
Choose a tag to compare

Release Notes:

  • Rotary encoder: Velocity curve during image navigation
    • Fast spin of the encoder skips multiple entries per click
  • LCD/OLED/OSD: Fix image name when display is wider than 24 characters
  • HFE: Fix double-step HFE images (broken since v3.14a)
  • HxC Compat: Strip filename extension from image name display row

v3.15

23 Jul 10:47
Compare
Choose a tag to compare

Release Notes:

  • New stable release series
  • Improve rotary encoder robustness by sampling at 4x higher rate

v3.14a

15 Jul 13:19
Compare
Choose a tag to compare

This is a stable release candidate: PLEASE TEST!

Release Notes:

  • Properly implement non-existent tracks as empty / unformatted
    • In particular this avoids writing tracks beyond end of disk image
    • See issue #309: Could corrupt HFE images
  • Akai IMG: Implement track skew (faster access and fixes Oberheim DPX)
  • Speaker: Rate-limit step pulses at the speaker
    • Avoids high-freq chirp in Direct Access mode and Gotek-aware fast loaders
  • HxC Compat, v9-FF:
    • Atari ST keymap is now QWERTY
    • Remove unused settings from drive setup menu
    • Fix the search/filter box (Esc and Backspace keys)

v3.13a

13 Mar 08:21
Compare
Choose a tag to compare

Release Notes:

  • FF.CFG: New option write-drain=eot
    • Fixes writes to Gotek on Amstrad PPC series (#320)
  • FF.CFG: New option display-on-activity=sel
    • Turns on display whenever the Gotek drive is selected by host
  • HFE: Respect double-step header flag
    • Fixes 180k disk images on Amstrad PCW (#318)

v3.12a

07 Feb 08:59
Compare
Choose a tag to compare

Release Notes:

  • IMG: Support IBM 3174 1.2M and 2.4M formats (host=ibm-3174)
  • HxC: Fix HxC mode with no file selector (AUTOBOOT.HFE)
  • FF OSD: Fix dual-display operation with slower OLED
    • Wait for OLED to initialise when display-type=oled...

v3.11a

30 Dec 13:31
Compare
Choose a tag to compare

Release Notes:

  • LCD/OLED: Fix subfolder name, as shown in 3- & 4-row displays
    • Subfolder wasn't updated correctly when moving to parent (..) folder

v3.9a

27 Dec 13:13
Compare
Choose a tag to compare

Release Notes:

  • IMG: Fix density-select pin output for HD images
    • Fixes 'pin02=dens' and 'interface=ibmpc-hdout'
    • Bug has existed since v2.2a
  • Rotary Encoder: Improve tracking
    • Higher frequency, and better debounce algorithm

v2.14

27 Dec 13:18
Compare
Choose a tag to compare

Release Notes:

  • IMG: Fix density-select pin output for HD images
    • Fixes 'pin02=dens' and 'interface=ibmpc-hdout'
    • Bug has existed since v2.2a
  • HxC Compat, v8-FF: Fixes startup crash on Atari ST
  • USB: Fix buffer overflow when parsing string descriptors
    • Fixes crash with recent SanDisk Ultra Fit drives
  • GCC9 build fixes