Compare commits

...

3 Commits

Author SHA1 Message Date
Karl Burtram
ebd620bf7b Add auto-update links in release branch 2018-02-14 10:30:51 -08:00
Karl Burtram
79980d95e4 Merge branch 'master' into release/0.26 2018-02-14 10:24:14 -08:00
Karl Burtram
250d84923c Update changelog and readme for February 2018-02-13 13:29:18 -08:00
3 changed files with 53 additions and 2 deletions

View File

@@ -1,5 +1,37 @@
# Change Log
## Version 0.26.4
* Release date: February 15, 2017
* Release status: Public Preview
## What's new in this version
The February release fixes several important customer reported issues, as well as various feature improvements. We've also introduced auto-update support in February which will simplify keeping updated with the lastest changes.
Here's some of the highlights in the February release.
* Support Auto-Update installation on Windows and macOS
* Publish RPM and DEB packages to offical Microsoft repos
* Fix #6 Keep connection and selected database when opening new query tabs
* Fix #22 'Server Name' and 'Database Name' - Can these be drop downs instead of text boxes?
* Fix #549 Silent/Very Silent Install results in application opening after installation
* Fix #481 Add "Check for updates" option.
* SQL Editor colorization and auto-completion fixes
* #584 Keyword "FULL" not highlighted by IntelliSense
* #345 Colorize SQL functions within the editor
* #300 [#tempData] latest "]" will display green color
* #225 Keyword color mismatch
* #60 invalid sql syntax color highlighting when using temporary table in from clause
* Introduce Connection extensibility API
* VS Code Editor 1.19 integration
* Update JustinPealing/html-query-plan component to pick-up several Query Plan viewer improvements
## 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:
* SebastianPfliegel for `Add cursor snippet (#475)`
* mikaoelitiana for fix: `revert README and CONTRIBUTING after last VSCode merge (#574)`
* alextercete for `Reinstate menu item to install from VSIX (#682)`
## Version 0.25.4
* Release date: January 17, 2017
* Release status: Public Preview

View File

@@ -2,7 +2,7 @@
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 January Public Preview**
**Download SQL Operations Studio February Public Preview**
Platform | Link
-- | --
@@ -17,6 +17,8 @@ Go to our [download page](https://aka.ms/sqlopsstudio) for more specific instruc
Try out the latest insiders build from `master` at https://github.com/Microsoft/sqlopsstudio/releases.
See the [change log](https://github.com/Microsoft/sqlopsstudio/blob/master/CHANGELOG.md) for additional details of what's in this release.
**Feature Highlights**
- Cross-Platform DB management for Windows, macOS and Linux with simple XCopy deployment
@@ -49,6 +51,21 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
## Privacy Statement
The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement) describes the privacy statement of this software.
## 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:
* SebastianPfliegel for `Add cursor snippet (#475)`
* mikaoelitiana for fix: `revert README and CONTRIBUTING after last VSCode merge (#574)`
* alextercete for `Reinstate menu item to install from VSIX (#682)`
* alextercete for `Fix "No extension gallery service configured" error (#427)`
* SebastianPfliegel for `Add cursor snippet (#475)`
* mwiedemeyer for `Fix #58: Default sort order for DB size widget (#111)`
* AlexTroshkin for `Show disconnect in context menu only when connectionProfile connected (#150)`
* AlexTroshkin for `Fix #138: Invalid syntax color highlighting (identity not highlighting) (#140))`
* stebet for `Fix #153: Fixing sql snippets that failed on a DB with case-sensitive collation. (#152)`
* SebastianPfliegel `Remove sqlExtensionHelp (#312)`
* olljanat for `Implemented npm version check (#314)`
## License
Copyright (c) Microsoft Corporation. All rights reserved.

View File

@@ -28,5 +28,7 @@
"releaseNotesUrl": "https://go.microsoft.com/fwlink/?linkid=862039",
"documentationUrl": "https://go.microsoft.com/fwlink/?linkid=862277",
"commit": "9ca6200018fc206d67a47229f991901a8a453781",
"date": "2017-12-15T12:00:00.000Z"
"date": "2017-12-15T12:00:00.000Z",
"updateUrl": "https://sqlops-update.azurewebsites.net",
"quality": "stable"
}