Skip to content

Releases: Kagamma/tparted

2025-11-02

02 Nov 12:02

Choose a tag to compare

  • Fixed a bug that causes the app to freeze while trying to mount USB devices.
  • Added support for NILFS2 filesystem.

2025-10-31

31 Oct 03:40

Choose a tag to compare

  • 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

30 Oct 17:36

Choose a tag to compare

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

30 Oct 10:06

Choose a tag to compare

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

30 Oct 07:48

Choose a tag to compare

  • Partially support for LUKS partitions (read, format, rename, delete)

2025-10-29

29 Oct 08:46

Choose a tag to compare

  • Display logs using TFileEditor.
  • Fixed a bug that causes the app to fail to recognize swap partitions.

2025-10-28_4

28 Oct 15:01

Choose a tag to compare

  • 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

28 Oct 05:26

Choose a tag to compare

  • 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.

2025-10-28

28 Oct 03:48

Choose a tag to compare

  • Correctly read and display sfdisk's output and return code during moving operations.
  • Minor fixes.

2025-10-27

27 Oct 19:55

Choose a tag to compare

  • Correctly read and display sfdisk's output during resize operations.