Skip to content

Latest release

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 07:16
fa4d4c7

Features

  • show subvolume list in gui #18 (vilez)
  • Add support for creating and remove btrfs subvolumes #18 (vilez)
  • Add support for editing btrfs subvolumes in gui #18 (vilez)
  • add support for install with subvolumes #18 (vilez)
  • add checkbutton for creating subvolumes using a default scheme #18 (vilez)
  • add a custom popup menu for btrfs subvolumes #18 (vilez)
  • Show overview for btrfs setup in overview page and fix typos #18 (vilez)
  • Allow nested subvolumes #18 (vilez)
  • use default btrfs subvols on format by default and some fixes in assign_mount_point logic #18 (vilez)
  • allow format subvolumes (that exists on disk) #18 (vilez)

Bug Fixes

  • fixed a bug that didnt allow to more than 1 partition to be formatted #18 (vilez)
  • fix subvolume creation validation #18 (vilez)
  • dont allow to use default btrfs subvol schema if there / or /home mountpoints exists #18 (vilez)
  • execute the function only when response_is_ok in subvol edit dialog #18 (vilez)
  • some bugfixes and refactoring #18 (vilez)
  • ensure that the partition is btrfs before adding "subvol=" to fstab #18 (vilez)
  • fix subvolume name sometimes doesnt change on ui #18 (vilez)
  • improve subvolume create/delete logic and add a exists_on_disk atrribute to BtrfsSubvolume #18 (vilez)
  • fix a bug can cause writing wrong fstab to a vfat partition #18 (vilez)
  • Dont allow to edit subvolume name if subvolume exists on the disk #18 (vilez)
  • remove fs signature before partition removal to ensure that the partition will not be restored after recreating it #18 (vilez)
  • Dont allow to assign mount point in partition edit dialog if filesystem is unknown #18 (vilez)
  • fixed a bug that caused some devices with empty mount_point to be appended multiple times to self.setup.partitions #18 (vilez)
  • dont change partition mount_as if the mount_point is empty #18 (vilez)
  • set subvolume_name to partition.name if subvolume_name is None #18 (vilez)
  • fix subvolume removing logic #18 (vilez)
  • validate name and mountpoint after edit subvolume dialog #18 (vilez)

Code Refactoring

  • Use show_error function instead of dialogs.ErrorDialog #18 (vilez)

Chores