Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Releases: wslhub/WSL-DistroManager

0.7.0

11 Aug 15:42
Compare
Choose a tag to compare

Major improvements

  • Improved to use LXSS COM interface beyond registry key based lookup
  • Start adding various sorting and grouping features
  • For WSL v2, simplified file size calculation logic to only check the size of the ext4.vhdx file. (Use existing logic to calculate distribution size for WSL v1.)

0.6.0

29 Jun 12:20
Compare
Choose a tag to compare
  • Authenticode applied
  • WSL 2 related features added (shutdown all distro)
  • Improved/stable interactive setup experience added (WslSetup)
  • Internal code refactoring performed
  • Help menu updated

0.5.1

26 May 15:59
Compare
Choose a tag to compare

New Features

  • Open WSL configuration file (wsl.conf) with notepad. (Notepad in 19H1 supports/honors unix EOL)

Changes

  • Refactoring codes (Background worker related)
  • Remove experimental MSIX projects

0.5.0

05 May 15:59
Compare
Choose a tag to compare

Add initial WSL distro gallery feature

0.4.3

05 May 11:02
Compare
Choose a tag to compare

Add APPX sideload package release

This MSIX package is designed to be installed side-loading rather than through the Microsoft Store. To install, you must allow the use of the certificates contained in the package. For more information, see https://stackoverflow.com/questions/23812471/installing-appx-without-trusted-certificate page.

0.4.2

03 May 17:14
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release
  • The list of Linux distributions is now updated in real time via the WMI query tracker. Works well with multiple windows.
  • Create multiple desktop shortcuts with drag drop between this app and any folder shell view.

0.4.1

01 May 15:40
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release
  • Create a desktop shortcut which runs distro with wsl.exe and decorated with custom icon.
  • Initialize new distro with custom user account.
  • Add hyper (Node based cross-platform terminal app) support.

0.3.0

19 Apr 16:33
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Major changes

  • Add status bar and displays total item count and selected item count
  • Create shortcut icon with custom icon
  • Add drive mapping feature
  • Add prerequisites check (Resolves issue #9)

0.2.1

14 Apr 05:17
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

New Features

  • Add Distro Properties Dialog (displays total size, registry properties, etc...)

Code Improvements

  • Refactoring ListView related code
  • Add PropertyGrid - Dictionary adapter to display registry key info

0.2.0

13 Apr 15:33
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Unlike the previous version, no longer use the WSL API. Instead, I changed it to use only the registry key and wsl.exe.

Major Changes

  • A completely redesigned UI
  • Addition of distro import, export and directory mount function among the functions provided by Windows 10 19H1