diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ac621e2bf..4c565207ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## Version 1.8.0 +* Release date: June 6, 2019 +* Release status: General Availability + +## What's new in this version +* Initial release of the Database Admin Tool Extensions for Windows *Preview* extension +* Initial release of the Central Management Servers extension +* **Schema Compare** + * Added Exclude/Include Options + * Generate Script opens script after being generated + * Removed double scroll bars + * Formatting and layout improvements + * Complete changes can be found [here](https://github.com/microsoft/azuredatastudio/issues?q=is%3Aissue+milestone%3A%22June+2019+Release%22+label%3A%22Area%3A+Schema+Compare%22+is%3Aclosed) +* Messages panel moved into results panel - when users ran SQL queries, results and messages were in stacked panels. Now they are in separate tabs in a single panel similar to SSMS. +* **Notebook** + * Users can now choose to use their own Python 3 or Anaconda installs in notebooks + * Multiple Stability + fit/finish fixes + * View the full list of improvements and fixes [here](https://github.com/microsoft/azuredatastudio/issues?q=is%3Aissue+milestone%3A%22June+2019+Release%22+is%3Aclosed+label%3A%22Area%3A+Notebooks%22) +* Visual Studio Code May Release Merge 1.34 - the latest improvements can be found [here](https://code.visualstudio.com/updates/v1_34) +* Resolved [bugs and issues](https://github.com/microsoft/azuredatastudio/milestone/32?closed=1). + ## Version 1.7.0 * Release date: May 8, 2019 * Release status: General Availability diff --git a/README.md b/README.md index aa7811460a..2329aecaed 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ Azure Data Studio is a data management tool that enables you to work with SQL Se Platform | Link -- | -- -Windows User Installer | https://go.microsoft.com/fwlink/?linkid=2091882 -Windows System Installer | https://go.microsoft.com/fwlink/?linkid=2091491 -Windows ZIP | https://go.microsoft.com/fwlink/?linkid=2091490 -macOS ZIP | https://go.microsoft.com/fwlink/?linkid=2091489 -Linux TAR.GZ | https://go.microsoft.com/fwlink/?linkid=2091488 -Linux RPM | https://go.microsoft.com/fwlink/?linkid=2091487 -Linux DEB | https://go.microsoft.com/fwlink/?linkid=2092022 +Windows User Installer | https://go.microsoft.com/fwlink/?linkid=2094100 +Windows System Installer | https://go.microsoft.com/fwlink/?linkid=2094200 +Windows ZIP | https://go.microsoft.com/fwlink/?linkid=2094201 +macOS ZIP | https://go.microsoft.com/fwlink/?linkid=2094202 +Linux TAR.GZ | https://go.microsoft.com/fwlink/?linkid=2094101 +Linux RPM | https://go.microsoft.com/fwlink/?linkid=2094102 +Linux DEB | https://go.microsoft.com/fwlink/?linkid=2094203 Go to our [download page](https://aka.ms/azuredatastudio) for more specific instructions. @@ -68,7 +68,8 @@ The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.micro ## Contributions and "Thank You" We would like to thank all our users who raised issues, and in particular the following users who helped contribute fixes: -* yamatoya for `fix the format (#4899)` +* Stevoni for `Corrected Keyboard Shortcut Execution Issue #5480` +* yamatoya for `fix the format #4899` * GeoffYoung for `Fix sqlDropColumn description #4422` * AlexFsmn for `Added context menu for DBs in explorer view to backup & restore db. #2277` * sadedil for `Missing feature request: Save as XML #3729`