Skip to content

Releases: okibcn/wslcompact

8.7

01 Mar 23:40
79c53f8
Compare
Choose a tag to compare

CHANGELOG

  • [Fix] error when estimating the size of distros such as NixOS with exotic folder structure
    The fix solves issue #9

8.5

16 Feb 16:51
4d0685a
Compare
Choose a tag to compare
8.5

CHANGELOG

  • [Fix] Dolved incompatibility with GUI disabled systems
    The system container access is used to estimate each distro's size and is only available when sound, graphics, and media ports are activated. Those systems with GuiApplications=false setting in the ~/.wslcomfig config file in Windows or in /etc/wsl.conf inside a distro will prevent the use of the container. A different way to estimate the data contained in each distro is implemented. It closes issue #7.

8.0

13 Feb 17:32
bad06e1
Compare
Choose a tag to compare
8.0

CHANGELOG

  • [Fix] Added safety measure in case image replace fails.
    wslcompact now will leave the generated image in the temp folder in the event of a failure during the image replace process. In case of a problem, the compacted image will remain there as a backup.

7.0

08 Feb 22:32
c338e50
Compare
Choose a tag to compare
7.0

CHANGELOG

  • [Fix] size estimation sometimes fails.
    wslcompact uses the df binary within WSL to know the actual data size inside the distro. When more than one distro is running, there is a chance for an additional warning that was colliding with the capture of the value.

6.0

04 Feb 02:09
9e6526f
Compare
Choose a tag to compare
6.0

CHANGELOG

  • Updated delivery method
  • License and Readme are part of the delivered package.

5.0

03 Feb 21:47
5abf64d
Compare
Choose a tag to compare
5.0

Initial Powershell Module based on previous versions as a file in this repo.