diff --git a/README.md b/README.md index 495c2b2..c0f7345 100644 --- a/README.md +++ b/README.md @@ -97,8 +97,44 @@ Files in release package: | `uninstall.bat` | Quick uninstall batch file | | `update.bat` | Quick update batch file | +### Frequently Asked Questions + +> Where can I download the installer or binaries? + +In the [GitHub Releases](https://github.com/stascorp/rdpwrap/releases) section. + +> Is it legal to use this application? + +There is no definitive answer, see [this discussion](https://github.com/stascorp/rdpwrap/issues/26). + +> The installer tries to access the Internet, is it normal behaviour? + +Yes, it works in online mode by default. You may disable it by removing `-o` flag in the `install.bat` file. + +> Config Tool reports version 1.5, but I installed higher version. What's the matter? + +Beginning with version 1.5 the `rdpwrap.dll` is not updated anymore, since all settings are stored in INI file. Deal with it. + +> Config Tool shows `[not supported]` and RDP doesn't work. What can I do? + +Make sure you're connected to the Internet and run `update.bat`. + +> Update doesn't help, it still shows `[not supported]`. + +Visit [issues](https://github.com/stascorp/rdpwrap/issues) section, and check whether your `termsrv.dll` build is listed here. If you can't find such issue, create a new — specify your build version for adding to support. + Change log: +#### 2016.08.01 +- Version 1.6.1 +- Include updated INI file for latest Windows builds +- Installer updated +- Added online install mode +- Added feature to keep settings on uninstall +- RDP Config updated +- Fixed update firewall rule on RDP port change +- Added feature to hide users on logon + #### 2015.08.12 - Version 1.6 - Added support for Windows 10 diff --git a/src-installer/resource.res b/src-installer/resource.res index 4dd1297..ebdf66d 100644 Binary files a/src-installer/resource.res and b/src-installer/resource.res differ diff --git a/src-rdpconfig/resource.res b/src-rdpconfig/resource.res index 5a18ec8..9cd3645 100644 Binary files a/src-rdpconfig/resource.res and b/src-rdpconfig/resource.res differ diff --git a/technical.txt b/technical.txt index 680fa77..d91cfc6 100644 --- a/technical.txt +++ b/technical.txt @@ -86,6 +86,15 @@ Terminal Services supported versions Source code changelog (rdpwrap library): +2016.08.01 : +- preparing the release + +2016.07.23 : +- added online install mode to installer +- added feature to keep settings on uninstall +- fixed update firewall rule on port change in config tool +- added feature to hide users on logon + 2016.07.22 : - added support for termsrv.dll 10.0.14393.0