Releases: Kagamma/tparted
Releases · Kagamma/tparted
2025-11-02
- Fixed a bug that causes the app to freeze while trying to mount USB devices.
- Added support for NILFS2 filesystem.
2025-10-31
- Fixed a regression bug that causes the app to not prompt the users to create partition table on a blank device.
2025-10-30_2
Last release of the month! And likely the last until next year unless critical bug occurs.
- Partially support for LUKS partitions (read, format, rename, delete)
- Allows to encrypt partitions during creation.
- Proper handle unmount for LUKS partitions. Note that the operation will perform both unmount and lock the partition.
2025-10-30_1
Last release of the month! And likely the last until next year unless critical bug occurs.
- Partially support for LUKS partitions (read, format, rename, delete)
- Allows to encrypt partitions during creation.
*Note that Unmount button hasn't fully supported LUKS partitions, so make sure to unmount LUKS partitions first if you want to modify them.
2025-10-30
- Partially support for LUKS partitions (read, format, rename, delete)
2025-10-29
- Display logs using TFileEditor.
- Fixed a bug that causes the app to fail to recognize swap partitions.
2025-10-28_4
- Correctly read and display the output and return code of sfdisk during move operations.
- Implemented various fixes and improvements for resize and move operations.
- Require users to choose either move or resize operation, preventing them from combining both in a single operation.
- Fixed a bug that caused an access violation when attempting to resize the last partition to utilize all remaining space.
- MB -> MiB.
- Fixed screen flickering.
2025-10-28_3
- Correctly read and display the output and return code of
sfdiskduring move operations. - Implemented various fixes and improvements for resize and move operations.
- Require users to choose either move or resize operation, preventing them from combining both in a single operation.
- Fixed a bug that caused an access violation when attempting to resize the last partition to utilize all remaining space.
- MB -> MiB.
2025-10-28
- Correctly read and display
sfdisk's output and return code during moving operations. - Minor fixes.
2025-10-27
- Correctly read and display
sfdisk's output during resize operations.