release notes update.

This commit is contained in:
Jean-François DEL NERO
2023-12-15 00:25:54 +01:00
parent 51be477301
commit f6b4ab4442
+10 -1
View File
@@ -20,7 +20,7 @@ Sources : https://github.com/jfdelnero/HxCFloppyEmulator
** **** 2023 : HxCFloppyEmulator *.*.*.* - (Work in progress/beta version)
*** Latest beta version : https://hxc2001.com/download/floppy_drive_emulator/HxCFloppyEmulator_soft_beta.zip ***
*** Last update : v2.14.12.1, 20 August 2023 ***
*** Last update : v2.15.1.1, 15 December 2023 ***
-> Many fixes and improvements into the flux stream management :
@@ -28,6 +28,9 @@ Sources : https://github.com/jfdelnero/HxCFloppyEmulator
- Fix stream files formats export : No more glitch after the first revolution index. (fix SCP and KF export).
- Sectors recovery support - Can be disabled/enabled with the FLUXSTREAM_SECTORS_RECOVERY variable.
This feature try to automatically recover/fix bad sectors with copies present in others stream revolutions.
-> Kryoflux writer : stream to stream conversion : Don't align output stream to the next index.
-> SCP writer : stream to stream conversion : Don't align output stream to the next index.
@@ -42,6 +45,8 @@ Sources : https://github.com/jfdelnero/HxCFloppyEmulator
-> New XML format : MC50/MC300/MC500 formats and empty data disk.
-> New XML format : Sharp X68000 2HD disk.
-> Track display : fix possible infinite loop : check the bitrate value and stop + report if needed.
-> HFEv3 loader : Support RAND_OPCODE right after SKIPBITS_OPCODE.
@@ -72,6 +77,10 @@ Sources : https://github.com/jfdelnero/HxCFloppyEmulator
-> macOS : Better CAPSlib/ipf lib support. (Renaud Guérin)
-> New track format : Centurion MFM. (Rick Altherr)
-> Code : gcc's -fanalyzer used against the libhxcfe library : Many possible issues fixed ! (WIP)
*********************************************************/
/*********************************************************