File tree 3 files changed +13
-3
lines changed 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
Begin3
2
2
Title: Free FDISK
3
- Version: 1.4.2
4
- Entered-date: 2025-01-18
3
+ Version: 1.4.3
4
+ Entered-date: 2025-01-19
5
5
Description: Fixed disk partition tool
6
6
Summary: Fixed disk partition tool to create, delete and view hard disk
7
7
partitions.
Original file line number Diff line number Diff line change @@ -8,6 +8,16 @@ Bug classification:
8
8
- LOW: Cosmetic bugs, like display issues etc.
9
9
10
10
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
+
11
21
Version 1.4.2 (2025-01-18)
12
22
---------------------------
13
23
Fixes:
Original file line number Diff line number Diff line change 4
4
#define FD_NAME "Free FDISK"
5
5
#endif
6
6
7
- #define VERSION "1.4.2 "
7
+ #define VERSION "1.4.3 "
8
8
#define COPYLEFT "1998 - 2025"
9
9
10
10
#define SIZE_OF_IPL ( 512 - 4 * 16 - 2 - 6 )
You can’t perform that action at this time.
0 commit comments