File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11Begin3
22Title: Free FDISK
3- Version: 1.4.3
4- Entered-date: 2025-01-19
3+ Version: 1.4.4
4+ Entered-date: 2025-04-27
55Description: Fixed disk partition tool
66Summary: Fixed disk partition tool to create, delete and view hard disk
77 partitions.
Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ Bug classification:
88 - LOW: Cosmetic bugs, like display issues etc.
99
1010
11+ Version 1.4.4 (2025-04-27)
12+ ---------------------------
13+ Fixes:
14+ - MEDIUM: FAT-16 LBA (partition type 0x0e) were incorrectly displayed as
15+ FAT-32 LBA when displaying logical partitions via the menu.
16+
17+
1118Version 1.4.3 (2025-01-19)
1219---------------------------
1320Fixes:
@@ -18,6 +25,7 @@ Changes:
1825 - Allow creation of primary partition despite being out of drive letters,
1926 as the primary might actually get one when created.
2027
28+
2129Version 1.4.2 (2025-01-18)
2230---------------------------
2331Fixes:
Original file line number Diff line number Diff line change 44#define FD_NAME "Free FDISK"
55#endif
66
7- #define VERSION "1.4.3 "
7+ #define VERSION "1.4.4 "
88#define COPYLEFT "1998 - 2025"
99
1010#define SIZE_OF_IPL ( 512 - 4 * 16 - 2 - 6 )
You can’t perform that action at this time.
0 commit comments