From 3ad4dbaaf2f0ebe464cccd4a85000bbb359d89db Mon Sep 17 00:00:00 2001 From: DDoSolitary Date: Sat, 15 Sep 2018 13:39:24 +0800 Subject: [PATCH] Update release notes. --- README.md | 4 ++-- appveyor.yml | 11 +++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2d038d1..011ac04 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ A full-featured utility for managing *Windows Subsystem for Linux (WSL)*. - Register an existing installation directory. This enables you to install to a USB stick and use it on different computers. - Run arbitrary Linux commands in a specified installation. - Configure default user, environment variables and [various flags](https://docs.microsoft.com/en-us/previous-versions/windows/desktop/api/wslapi/ne-wslapi-wsl_distribution_flags). -- Export configuration to an XML file and import from the file. (Coming soon.) -- Export an installation to a tar file. (Coming soon.) +- Export configuration to an XML file and import from the file. +- Export an installation to a tar file. # Install diff --git a/appveyor.yml b/appveyor.yml index d148543..d4ab4b1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -65,12 +65,11 @@ deploy: artifact: /.*\.zip/,sha256.txt description: | **Release Notes** - - Fix some typos of error messages. - - Improve the progress bar. - - Set registry values to default ones on installation. - - Require write access of the source directory only when necessary on copying. - - Fix issues related to CRT linking. - - Add two new commands: `add-env`, `remove-env`. + - Add shorthands for commands. + - Improve default distro handling. + - Add new commands: export, export-config, import-config + - Update some error messages. + - Fix an permission issue when installing. auth_token: secure: 26bYTa3iIxBxle/n6T9sou88hpnz7mK5HoXqSPECwyu7LVI0F28Fl3/Z+T1Y/2Kj on: