Skip to content

@github-actions github-actions released this Jul 2, 2021

Release Notes:

  • Fix v3.26 regression in button handling for GOEX hardware (and other "Enhanced Gotek" models)
Assets 3

@github-actions github-actions released this Jun 24, 2021

Release Notes:

  • Support new Gotek board SFRKC30.AT4.7
Assets 3

@github-actions github-actions released this Apr 25, 2021

Release Notes:

  • IMG, DSK: Fix track formatting on Artery microcontrollers
    • Firmware would crash during format operations
Assets 3

@github-actions github-actions released this Apr 15, 2021

Release Notes:

Assets 3

@github-actions github-actions released this Dec 31, 2020

Release Notes:

  • OLED/LCD: Fix missing folder name display row when inserting USB drive
  • IMG.CFG: New examples for Roland, Sinclair QL, Kaypro
  • IMG.CFG: Now supported in HxC-compat and indexed navigation modes
  • IMG: Fix default 8-inch single-density data rate
  • IMG, HFE: Support 255-cylinder image files
Assets 3

@keirf keirf released this Nov 17, 2020

Release Notes:

  • Fix various crashes when mounting a Flash drive with stale IMAGE_A.CFG
  • FAT FS: Support filesystems for which cluster table is "too small"
    • Windows and Linux will mount these volumes, thus so should we
  • FF.CFG: New OLED display-type option: -inverse
    • Reverse-video effect (black text on white background)
  • FF.CFG: display-order= option affects normal display modes only
    • Ignored in all banner and menu modes, to avoid jumbled display
  • FF.CFG: Fix display-type= parsing for OLED-specific options
    • Ignore them unless an OLED display is explicitly configured

Known Issues:

  • Folder-name on LCD/OLED displays is missing when USB stick first inserted
    • Not an issue except with non-default display-order config, or 4-row LCD display
    • Revert to v3.21 if this is an issue. It will be fixed in v3.23.
Assets 3

@keirf keirf released this Oct 26, 2020

Release Notes:

  • Support GUID Partition Table (GPT)
    • Now support: GPT, MBR, and no partition table
  • FatFS: Updated to R0.14, patchlevel 2
Assets 3

@keirf keirf released this Oct 15, 2020

Release Notes:

  • Eject Menu: Replace Clone with Copy/Paste
    • Allows an image to be copied to a different folder
    • Navigation mode: Copy to selected folder by holding Select for 1.5s
  • FF.CFG: New option rotary=v2 to use v2.x encoder logic
    • Fixes a very few encoders which don't work with stricter v3.x logic
  • FF.CFG: New option twobutton-action=htu
    • Implements hundreds/tens/units button actions of the factory firmware
  • IMG.CFG: New parameters:
    • tracks: Track-scoped parameter lists (geometry can vary by track)
    • h: Override default IDAM Head field
    • gap4a: Override default post-index track gap
  • IMG.CFG: Tag names are now case insensitive
  • IMG.CFG: Tag by file size and/or name
  • IMG.CFG: Implement some example configurations under examples/Host/
  • IMG: Fix some of the more bizarre default track geometries
Assets 3

@keirf keirf released this Sep 28, 2020

Release Notes:

  • Amiga, ADF: Fix X-Copy verified writes with out-of-order sectors
    • Remember the latest written sector order for current cylinder
    • Forgotten after head step or disk eject but sufficient for X-Copy
  • FF.CFG: New interface= options jppc and jppc-hdout
    • jppc: pin2=nc, pin34=RDY, Japanese PC standard
    • jppc-hdout: As above but pin2=HD_OUT, similar to ibmpc-hdout
    • akai-s950 is retained as a legacy alias for jppc-hdout
Assets 3

@keirf keirf released this Sep 23, 2020

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
Assets 3