Skip to content

Commit f7c9385

Browse files
authored
Merge pull request #4581 from stevestein/sql-sqlops-january
updating for the January release
2 parents c60b894 + c84fb90 commit f7c9385

3 files changed

Lines changed: 42 additions & 15 deletions

File tree

docs/sql-operations-studio/download.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Download and install Microsoft SQL Operations Studio (preview) | Microsoft Docs
33
description: 'Download and Install Microsoft SQL Operations Studio (preview) for Windows, macOS, or Linux'
44
ms.custom: "tools|sos"
5-
ms.date: "12/19/2017"
5+
ms.date: "01/17/2018"
66
ms.prod: "sql-non-specified"
77
ms.reviewer: "alayu; erickang; sstein"
88
ms.suite: "sql"
@@ -19,13 +19,13 @@ ms.workload: "Inactive"
1919

2020
[!INCLUDE[name-sos](../includes/name-sos.md)] runs on Windows, macOS, and Linux.
2121

22-
Download and install the latest release, the *December Public Preview*:
22+
Download and install the latest release, the *January Public Preview*:
2323

2424
|Platform|Download|Release date|
2525
|:---|:---|:---|
26-
|Windows|[Installer](https://go.microsoft.com/fwlink/?linkid=865305)<br>[.zip](https://go.microsoft.com/fwlink/?linkid=865304)|December 19, 2017 |
27-
|macOS|[.zip](https://go.microsoft.com/fwlink/?linkid=865306)|December 19, 2017 |
28-
|Linux|[.deb](https://go.microsoft.com/fwlink/?linkid=865308)<br>[.rpm](https://go.microsoft.com/fwlink/?linkid=865309)<br>[.tar.gz](https://go.microsoft.com/fwlink/?linkid=865307)|December 19, 2017|
26+
|Windows|[Installer](https://go.microsoft.com/fwlink/?linkid=866480)<br>[.zip](https://go.microsoft.com/fwlink/?linkid=866479)|January 17, 2018 |
27+
|macOS|[.zip](https://go.microsoft.com/fwlink/?linkid=866481)|January 17, 2018 |
28+
|Linux|[.deb](https://go.microsoft.com/fwlink/?linkid=866484)<br>[.rpm](https://go.microsoft.com/fwlink/?linkid=866483)<br>[.tar.gz](https://go.microsoft.com/fwlink/?linkid=866482)|January 17, 2018|
2929

3030
For details about the latest release, see the [release notes](release-notes.md).
3131

@@ -35,27 +35,27 @@ This release of [!INCLUDE[name-sos](../includes/name-sos-short.md)] includes a s
3535

3636
**Installer**
3737

38-
1. Download and run the [[!INCLUDE[name-sos](../includes/name-sos-short.md)] installer for Windows](https://go.microsoft.com/fwlink/?linkid=865305).
38+
1. Download and run the [[!INCLUDE[name-sos](../includes/name-sos-short.md)] installer for Windows](https://go.microsoft.com/fwlink/?linkid=866480).
3939
1. Start the [!INCLUDE[name-sos-short](../includes/name-sos-short.md)] app.
4040

4141

4242
**.zip file**
4343

44-
1. Download [[!INCLUDE[name-sos](../includes/name-sos-short.md)] .zip for Windows](https://go.microsoft.com/fwlink/?linkid=865304).
44+
1. Download [[!INCLUDE[name-sos](../includes/name-sos-short.md)] .zip for Windows](https://go.microsoft.com/fwlink/?linkid=866479).
4545
2. Browse to the downloaded file and extract it.
4646
3. Run `\sqlops-windows\sqlops.exe`
4747

4848

4949
## Get SQL Operations Studio (preview) for macOS
5050

51-
1. Download [[!INCLUDE[name-sos](../includes/name-sos-short.md)] for macOS](https://go.microsoft.com/fwlink/?linkid=865306).
51+
1. Download [[!INCLUDE[name-sos](../includes/name-sos-short.md)] for macOS](https://go.microsoft.com/fwlink/?linkid=866481).
5252
2. To expand the contents of the zip, double-click it.
5353
3. To make [!INCLUDE[name-sos](../includes/name-sos-short.md)] available in the *Launchpad*, drag *sqlops.app* to the *Applications* folder.
5454

5555

5656
## Get SQL Operations Studio (preview) for Linux
5757

58-
1. Download [[!INCLUDE[name-sos](../includes/name-sos-short.md)] for Linux](https://go.microsoft.com/fwlink/?linkid=865307).
58+
1. Download [[!INCLUDE[name-sos](../includes/name-sos-short.md)] for Linux](https://go.microsoft.com/fwlink/?linkid=866482).
5959
1. To extract the file and launch [!INCLUDE[name-sos](../includes/name-sos-short.md)], open a new Terminal window and type the following commands:
6060

6161
```bash

docs/sql-operations-studio/release-notes.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Microsoft SQL Operations Studio (preview) release notes| Microsoft Docs
33
description: 'Microsoft SQL Operations Studio (preview) release notes'
44
ms.custom: "tools|sos"
5-
ms.date: "12/19/2017"
5+
ms.date: "01/17/2018"
66
ms.prod: "sql-non-specified"
77
ms.reviewer: "alayu; erickang; sstein"
88
ms.suite: "sql"
@@ -17,11 +17,30 @@ ms.workload: "Inactive"
1717
---
1818
# SQL Operations Studio (preview) release notes
1919

20-
**[Download SQL Operations Studio (preview)](download.md)**
20+
**[Download the January Public Preview](download.md)**
21+
22+
## January 2018 (January Public Preview)
23+
24+
release date: January 17, 2018
25+
version: 0.25.5
26+
27+
The *January Public Preview* includes some feature suggestions and high-priority bug fixes. This release includes the following enhancements:
28+
29+
- Saved Server connections are available in the Connection Dialog.
30+
- Enable Hot exit. Hot exit is off by default, to enable see [Hot exit setting](settings.md#hot-exit).
31+
- Tab-coloring based on Server Group. Tab coloring is off by default, to enable see [Tab color setting](settings.md#tab-color)
32+
- Change *Server name* to *Server* in the Connection Dialog
33+
- Fix broken *Run Current Query* command
34+
- Fix drag-and-drop breaking scripting bug.
35+
- Fix incorrect pinned Start Menu icon.
36+
- Fix missing Azure Account branding icon.
37+
38+
For more information, see the [Change Log](https://github.com/Microsoft/sqlopsstudio/blob/master/CHANGELOG.md).
39+
2140

2241
## December 2017 (December Public Preview)
2342

24-
release date: 12/19/2017
43+
release date: December 19, 2017
2544
version: 0.24.1
2645

2746
The *December Public Preview* includes several bugs fixes across all feature areas, as well as the following enhancements:
@@ -35,12 +54,10 @@ The *December Public Preview* includes several bugs fixes across all feature are
3554
- Enable Sideloading of VSIX Extension files.
3655
- Support "GO N" batch iteration syntax.
3756

38-
For more information see the [Change Log](https://github.com/Microsoft/sqlopsstudio/blob/master/CHANGELOG.md).
39-
4057

4158
## November 2017
4259

43-
release date: 11/15/2017
60+
release date: November 15, 2017
4461
version: 0.23.6
4562

4663
- Initial release of [!INCLUDE[name-sos](../includes/name-sos-short.md)].

docs/sql-operations-studio/settings.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@ Depending on your platform, the user settings file is located here:
4848

4949
The workspace setting file is located under the `.[!INCLUDE[name-sos](../includes/name-sos-short.md)]` folder in your project.
5050

51+
## Hot Exit
52+
53+
SQL Operations Studio will remember unsaved changes to files when you exit by default. This is the same as the Hot exit feature in Visual Studio Code.
54+
55+
By default, Hot exit is off by default. Enable Hot exit by editing the `files.hotExit` setting. For details, see [Hot Exit (in the Visual Studio Code documentation)](https://code.visualstudio.com/docs/editor/codebasics#_hot-exit).
56+
57+
58+
## Tab color
59+
60+
To simplify identifying what connections you are working with, open tabs in the editor can have their colors set to match the color of the Server Group the connection belongs to. By default, tab colors are off by default. Enable tab colors by editing the `sql.tabColorMode` setting.
5161

5262
## Additional resources
5363

0 commit comments

Comments
 (0)