mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Update readme.md and changelog for March release (#1008)
* Update changelog * Update readme fwlinks * A couple more thank you's
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -1,5 +1,20 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## Version 0.27.3
|
||||||
|
* Release date: March 28, 2017
|
||||||
|
* Release status: Public Preview
|
||||||
|
|
||||||
|
## What's new in this version
|
||||||
|
The March Public Preview release enables some key aspects of the SQL Operations
|
||||||
|
Studio extensibility story. Here are some highlights in this release.
|
||||||
|
|
||||||
|
* Enhance the Manage Dashboard extensibility model to support tabbed Insights and Configuration panes
|
||||||
|
* Dashboard Insights extensions for `sp_whoisactive` from [whoisactive.com](http://whoisactive.com)
|
||||||
|
* Extension Manager enables simple acquisition of 1st-party and 3rd-party extensions
|
||||||
|
* Add additional Extensibility APIs for `connection` and `objectexplorer` management
|
||||||
|
* Community Localization open for 10 languages
|
||||||
|
* Continue to fix important customer impacting GitHub issues
|
||||||
|
|
||||||
## Version 0.26.7
|
## Version 0.26.7
|
||||||
* Release date: February 16, 2017
|
* Release date: February 16, 2017
|
||||||
* Release status: Public Preview Hotfix 1
|
* Release status: Public Preview Hotfix 1
|
||||||
|
|||||||
20
README.md
20
README.md
@@ -4,16 +4,16 @@
|
|||||||
|
|
||||||
SQL Operations Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux.
|
SQL Operations Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux.
|
||||||
|
|
||||||
**Download SQL Operations Studio February Public Preview**
|
**Download SQL Operations Studio March Public Preview**
|
||||||
|
|
||||||
Platform | Link
|
Platform | Link
|
||||||
-- | --
|
-- | --
|
||||||
Windows Setup Installer | https://go.microsoft.com/fwlink/?linkid=867998
|
Windows Setup Installer | https://go.microsoft.com/fwlink/?linkid=870837
|
||||||
Windows ZIP | https://go.microsoft.com/fwlink/?linkid=867997
|
Windows ZIP | https://go.microsoft.com/fwlink/?linkid=870838
|
||||||
macOS ZIP | https://go.microsoft.com/fwlink/?linkid=867999
|
macOS ZIP | https://go.microsoft.com/fwlink/?linkid=870839
|
||||||
Linux TAR.GZ | https://go.microsoft.com/fwlink/?linkid=868000
|
Linux TAR.GZ | https://go.microsoft.com/fwlink/?linkid=870840
|
||||||
Linux DEB | https://go.microsoft.com/fwlink/?linkid=868002
|
Linux DEB | https://go.microsoft.com/fwlink/?linkid=870842
|
||||||
Linux RPM | https://go.microsoft.com/fwlink/?linkid=868001
|
Linux RPM | https://go.microsoft.com/fwlink/?linkid=870841
|
||||||
|
|
||||||
Go to our [download page](https://aka.ms/sqlopsstudio) for more specific instructions.
|
Go to our [download page](https://aka.ms/sqlopsstudio) for more specific instructions.
|
||||||
|
|
||||||
@@ -69,6 +69,8 @@ The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.micro
|
|||||||
## Contributions and "thank you"
|
## 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:
|
We would like to thank all our users who raised issues, and in particular the following users who helped contribute fixes:
|
||||||
|
|
||||||
|
* westerncj for `Removed duplicate contribution from README.md (#753)`
|
||||||
|
* ntovas for `Fix for duplicate extensions shown in "Save File" dialog. (#779)`
|
||||||
* SebastianPfliegel for `Add cursor snippet (#475)`
|
* SebastianPfliegel for `Add cursor snippet (#475)`
|
||||||
* mikaoelitiana for fix: `revert README and CONTRIBUTING after last VSCode merge (#574)`
|
* mikaoelitiana for fix: `revert README and CONTRIBUTING after last VSCode merge (#574)`
|
||||||
* alextercete for `Reinstate menu item to install from VSIX (#682)`
|
* alextercete for `Reinstate menu item to install from VSIX (#682)`
|
||||||
@@ -79,6 +81,10 @@ We would like to thank all our users who raised issues, and in particular the fo
|
|||||||
* stebet for `Fix #153: Fixing sql snippets that failed on a DB with case-sensitive collation. (#152)`
|
* stebet for `Fix #153: Fixing sql snippets that failed on a DB with case-sensitive collation. (#152)`
|
||||||
* SebastianPfliegel `Remove sqlExtensionHelp (#312)`
|
* SebastianPfliegel `Remove sqlExtensionHelp (#312)`
|
||||||
* olljanat for `Implemented npm version check (#314)`
|
* olljanat for `Implemented npm version check (#314)`
|
||||||
|
* Adam Mechanic for helping with the `whoisactive` extension
|
||||||
|
* All community localization contributors *(will get list of individuals next month)*
|
||||||
|
|
||||||
|
And of course we'd like to thank the authors of all upstream dependencies. Please see a full list in the [ThirdPartyNotices.txt](https://raw.githubusercontent.com/Microsoft/sqlopsstudio/master/ThirdPartyNotices.txt)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user