File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11Begin3
22Title: Free FDISK
3- Version: 1.4.2
4- Entered-date: 2025-01-18
3+ Version: 1.4.3
4+ Entered-date: 2025-01-19
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,16 @@ Bug classification:
88 - LOW: Cosmetic bugs, like display issues etc.
99
1010
11+ Version 1.4.3 (2025-01-19)
12+ ---------------------------
13+ Fixes:
14+ - LOW: Do not show drive "letters" beyond Z:. This was a display issue
15+ without affecting the actual functionality.
16+
17+ Changes:
18+ - Allow creation of primary partition despite being out of drive letters,
19+ as the primary might actually get one when created.
20+
1121Version 1.4.2 (2025-01-18)
1222---------------------------
1323Fixes:
Original file line number Diff line number Diff line change 44#define FD_NAME "Free FDISK"
55#endif
66
7- #define VERSION "1.4.2 "
7+ #define VERSION "1.4.3 "
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