Skip to content

Commit b4e302f

Browse files
committed
version 1.4.3
1 parent da30515 commit b4e302f

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

appinfo/fdisk.lsm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Begin3
22
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
55
Description: Fixed disk partition tool
66
Summary: Fixed disk partition tool to create, delete and view hard disk
77
partitions.

doc/fdisk/CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1121
Version 1.4.2 (2025-01-18)
1222
---------------------------
1323
Fixes:

source/fdisk/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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 )

0 commit comments

Comments
 (0)