From 7a421cc0bdffd96cbe5e01f23fda2a838a828a53 Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Wed, 10 Jan 2018 16:48:08 -0800 Subject: [PATCH] Update changelog for Jan release (#466) --- CHANGELOG.md | 24 ++++++++++++++++++++++++ src/sql/workbench/update/releaseNotes.ts | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8eba02aa1..bc23ba91e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log +## Version 0.25.2 +* Release date: January 17, 2017 +* Release status: Public Preview + +## What's new in this version +The January release focuses on addressing a few of the top upvoted feature suggestions, as well as fixing high-priority bugs. This release period coincides with holiday vacations, so the churn in this release is +relatively scoped. + +Here's some of the highlights in the January release. + +* Tab-coloring based on Server Group +* Saved Server connections are available in Connection Dialog +* Enable HotExit feature +* Fix broken Run Current Query command +* Fix drag-and-drop breaking scripting bug +* Fix incorrect pinned Start Menu icon +* Fix missing Azure Account branding icon +* Change "Server name" to "Server" in Connection Dialog + +## 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: + +* alextercete for `Fix "No extension gallery service configured" error (#427)` + ## Version 0.24.1 * Release date: December 19, 2017 * Release status: Public Preview diff --git a/src/sql/workbench/update/releaseNotes.ts b/src/sql/workbench/update/releaseNotes.ts index 9daa3a46d5..f756b54ba4 100644 --- a/src/sql/workbench/update/releaseNotes.ts +++ b/src/sql/workbench/update/releaseNotes.ts @@ -68,7 +68,7 @@ export class ProductContribution implements IWorkbenchContribution { text => editorService.openEditor(instantiationService.createInstance(ReleaseNotesInput, pkg.version, text), { pinned: true }), () => { messageService.show(Severity.Info, { - message: nls.localize('read the release notes', "Welcome to {0} December Public Preview! Would you like to view the Getting Started Guide?", product.nameLong, pkg.version), + message: nls.localize('read the release notes', "Welcome to {0} January Public Preview! Would you like to view the Getting Started Guide?", product.nameLong, pkg.version), actions: [ instantiationService.createInstance(OpenGettingStartedInBrowserAction), CloseAction