v2.16.10.2

This commit is contained in:
Jean-François DEL NERO
2025-02-10 19:34:40 +01:00
parent 6846001f5f
commit c81600b687
2 changed files with 17 additions and 7 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
#define FILE_VERSION 2,16,10,1
#define STR_FILE_VERSION "2,16,10,1\0"
#define STR_FILE_VERSION2 "2.16.10.1"
#define STR_DATE "12 Jan 2025\0"
#define FILE_VERSION 2,16,10,2
#define STR_FILE_VERSION "2,16,10,2\0"
#define STR_FILE_VERSION2 "2.16.10.2"
#define STR_DATE "10 Feb 2025\0"
#define NOMFENETRE "HxCFloppyEmulator v" STR_FILE_VERSION2
#define FILEVER FILE_VERSION
+13 -3
View File
@@ -11,11 +11,21 @@ HxC Floppy Emulator project
(c) 2006-2025 Jean-François DEL NERO / (c) HxC2001
Website : https://hxc2001.com
Forum : https://torlus.com/floppy/forum
Facebook : https://www.facebook.com/groups/hxc2001
Twitter : https://twitter.com/jfdelnero (or hashtag #hxc2001)
Sources : https://github.com/jfdelnero/HxCFloppyEmulator
-------------------------------------------------------------------------------
/*********************************************************
10 February 2025 : HxCFloppyEmulator v2.16.10.2
-> "config.script" loading/execution support fixed (issues #29 and #30)
(utf path support and internal environnement issues fixed).
-> FAT/DOS Disk browser : It doesn't hide system and hidden files anymore.
-> All Facebook / Twitter urls removed.
*********************************************************/
/*********************************************************
12 January 2025 : HxCFloppyEmulator v2.16.10.1
@@ -118,7 +128,7 @@ Sources : https://github.com/jfdelnero/HxCFloppyEmulator
BMPDISKEXPORT_COLOR_ALPHA # ( 0 <>100 )
/*********************************************************
*********************************************************/
/*********************************************************
8 January 2024 : HxCFloppyEmulator 2.15.2.3