Skip to content

Releases: imqqmi/FloppyControl

Floppy Control release 1.4

07 Feb 20:58
Compare
Choose a tag to compare

Migrated to .net 7.
Bug fixes

Added a quickfix for windows 11.

Release 1.3

13 Dec 15:18
Compare
Choose a tag to compare

#What's new

  • Added logging (as yet not much is logged)
  • Bugfix: Catch file not found exception when shutting down, National Instruments driver not loaded and trying to close it.
  • Bugfix: SCP load exception
  • Bugfix: Some scatterplot errors
  • File > Close menu item added
  • Sector viewer out of bounds error

Release v1.2.0

11 Apr 18:43
Compare
Choose a tag to compare

What's new

  • Increased polling for the serial port to improve data capture stability.
  • Added PCB version with Molex instead of screw terminals.
  • Added unit tests (abstracted some methods from GUI)
  • Cleanup of the code
  • Moved National Instruments dll files to a separate folder. Copy these files in the same folder as the executable.

Release v1.1.0

24 Mar 08:36
Compare
Choose a tag to compare

A lot of changes were made to make the application more stable and fix most of the memory leaks.

New in this release:

  • Completely rewritten the capture process. It's now much more accurate, getting the intended track when you capture a single or a range of tracks.
  • Microstepping has been overhauled. It will now display a fractional track indicating that it's capturing this many microsteps towards the next track.
  • Lots of bounds checking, increasing buffers whenever needed etc.
  • Some optimisation was done (skipping already processed data, speeding up scanning)
  • Added quite a few changes to enhance user experience: mouse over tooltips explaining most of the features.
  • Added a new tab: Quick. It now inlcudes both capture and processing in the same tab.
  • Added a menu, moved all the file handling to it (open, save, import, export, settings, about).
  • Added a basic, advanced and dev mode. Basic mode hides most of the main tabs and focuses on capture and processing and error correction. Advanced enables the Waveform editor and Network tabs. Dev enables all the tabs and is for development only, it contains experimental features which may cause application crashes.
  • Added presets for Direct stepping, Step stick and when capturing glued disks (Microsteps set to '2')
  • Capturing is faster now, it takes about 55 seconds (from about 90 seconds previously) to capture an entire disk (or four times that for 2 microsteps per track to recover glued disks).
  • Fixed a bug in the firmware using non inverting STEP signal when using a step stick.
  • The scatterplot is now updated 4x per second when capturing. This makes it easier to assess the quality of the capture.