Skip to content

Commit 97f1de9

Browse files
author
stevestein
committed
update version
1 parent 89e4a62 commit 97f1de9

File tree

2 files changed

+33
-32
lines changed

2 files changed

+33
-32
lines changed

docs/sql-operations-studio/download.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Download and install the latest release, the *August Public Preview*:
2222

2323
|Platform|Download|Release date| Version |
2424
|:---|:---|:---|:---|
25-
|Windows|[Installer](https://go.microsoft.com/fwlink/?linkid=2013365)<br>[.zip](https://go.microsoft.com/fwlink/?linkid=2013712)|August 30, 2018 |0.32.7|
26-
|macOS|[.zip](https://go.microsoft.com/fwlink/?linkid=2013715)|August 30, 2018 |0.32.7|
27-
|Linux|[.deb](https://go.microsoft.com/fwlink/?linkid=2013833)<br>[.rpm](https://go.microsoft.com/fwlink/?linkid=2013830)<br>[.tar.gz](https://go.microsoft.com/fwlink/?linkid=2013718)|August 30, 2018 |0.32.7|
25+
|Windows|[Installer](https://go.microsoft.com/fwlink/?linkid=2013365)<br>[.zip](https://go.microsoft.com/fwlink/?linkid=2013712)|August 30, 2018 |0.32.8|
26+
|macOS|[.zip](https://go.microsoft.com/fwlink/?linkid=2013715)|August 30, 2018 |0.32.8|
27+
|Linux|[.deb](https://go.microsoft.com/fwlink/?linkid=2013833)<br>[.rpm](https://go.microsoft.com/fwlink/?linkid=2013830)<br>[.tar.gz](https://go.microsoft.com/fwlink/?linkid=2013718)|August 30, 2018 |0.32.8|
2828

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

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

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ manager: craigg
2222
## August 2018 (August Public Preview)
2323

2424
release date: August 30, 2018
25-
version: 0.32.7
25+
version: 0.32.8
2626

27-
The *August Public Preview* focuses on on bug fixes, product stabilization, and filling gaps in existing scenarios.
27+
*0.32.8 contains fixes for a couple regressions found in 0.32.7 ([#1971](https://github.com/Microsoft/sqlopsstudio/issues/1971), [#2372](https://github.com/Microsoft/sqlopsstudio/issues/2372)*)
28+
29+
The *August Public Preview* focuses on on bug fixes, product stabilization, and filling gaps in existing scenarios.
2830

2931
- Announcing the SQL Server Import Extension
3032
- SQL Server Profiler Session management
@@ -36,36 +38,39 @@ The *August Public Preview* focuses on on bug fixes, product stabilization, and
3638
### Bug Fixes
3739

3840
- Parse SQL in a Query Editor window by using the `Parse Syntax` command.
39-
- Fix [issue #143](https://github.com/Microsoft/sqlopsstudio/pull/143): Double-click not selecting @ in variable name.
40-
- Fix [issue #387](https://github.com/Microsoft/sqlopsstudio/pull/387): SQL Tab DB Icon is red.
41-
- Fix [issue #825](https://github.com/Microsoft/sqlopsstudio/pull/825): Request: Auto Connect to current server after Script as...
42-
- Fix [issue #1278](https://github.com/Microsoft/sqlopsstudio/pull/1278): sqlops.desktop [Desktop Entry] - redundant value for Name & Comment.
43-
- Fix [issue #1285](https://github.com/Microsoft/sqlopsstudio/pull/1285): Updating causes application icon to be removed/replaced in Windows.
44-
- Fix [issue #1317](https://github.com/Microsoft/sqlopsstudio/pull/1317): Fix the decimal separator.
45-
- Fix [issue #1474](https://github.com/Microsoft/sqlopsstudio/pull/1474): Cancel change connection disconnects current connection.
46-
- Fix [issue #1497](https://github.com/Microsoft/sqlopsstudio/pull/1497): View as Chart options are cut off at the bottom.
47-
- Fix [issue #1524](https://github.com/Microsoft/sqlopsstudio/pull/1524): Shell/Dashboard: Main viewlet icons are draggable and can crash the app.
48-
- Fix [issue #1578](https://github.com/Microsoft/sqlopsstudio/pull/1578): Not able to expand/collapse remote file browser folder by clicking name.
49-
- Fix [issue #1620](https://github.com/Microsoft/sqlopsstudio/pull/1620): Feature Suggestion: Get Connection String for existing connection.
50-
- Fix [issue #1624](https://github.com/Microsoft/sqlopsstudio/pull/1624): SelectBox doesn't change color when disabled.
51-
- Fix [issue #1728](https://github.com/Microsoft/sqlopsstudio/pull/1728): Save as JSON/EXCEL/CSV not work.
52-
- Fix [issue #1744](https://github.com/Microsoft/sqlopsstudio/pull/1744): Results pane loses its scrolling positions when switching between tabs.
53-
- Fix [issue #1748](https://github.com/Microsoft/sqlopsstudio/pull/1748): Error message when saving Excel file second (and subsequent) time.
54-
- Fix [issue #1782](https://github.com/Microsoft/sqlopsstudio/pull/1782): Edit data: cell doesn't revert to original value on hitting Escape key.
55-
- Fix [issue #1836](https://github.com/Microsoft/sqlopsstudio/pull/1836): .sql files not associated with SQL Operations Studio.
56-
- Fix [issue #1850](https://github.com/Microsoft/sqlopsstudio/pull/1850): Typing N'' autocompletes to N'''.
57-
- Fix [issue #1985](https://github.com/Microsoft/sqlopsstudio/pull/1985): Copy from query results grid is off by 1 column.
41+
- Fix [issue #143](https://github.com/Microsoft/sqlopsstudio/issues/143): Double-click not selecting @ in variable name.
42+
- Fix [issue #387](https://github.com/Microsoft/sqlopsstudio/issues/387): SQL Tab DB Icon is red.
43+
- Fix [issue #825](https://github.com/Microsoft/sqlopsstudio/issues/825): Request: Auto Connect to current server after Script as...
44+
- Fix [issue #1278](https://github.com/Microsoft/sqlopsstudio/issues/1278): sqlops.desktop [Desktop Entry] - redundant value for Name & Comment.
45+
- Fix [issue #1285](https://github.com/Microsoft/sqlopsstudio/issues/1285): Updating causes application icon to be removed/replaced in Windows.
46+
- Fix [issue #1317](https://github.com/Microsoft/sqlopsstudio/issues/1317): Fix the decimal separator.
47+
- Fix [issue #1474](https://github.com/Microsoft/sqlopsstudio/issues/1474): Cancel change connection disconnects current connection.
48+
- Fix [issue #1497](https://github.com/Microsoft/sqlopsstudio/issues/1497): View as Chart options are cut off at the bottom.
49+
- Fix [issue #1524](https://github.com/Microsoft/sqlopsstudio/issues/1524): Shell/Dashboard: Main viewlet icons are draggable and can crash the app.
50+
- Fix [issue #1578](https://github.com/Microsoft/sqlopsstudio/issues/1578): Not able to expand/collapse remote file browser folder by clicking name.
51+
- Fix [issue #1620](https://github.com/Microsoft/sqlopsstudio/issues/1620): Feature Suggestion: Get Connection String for existing connection.
52+
- Fix [issue #1624](https://github.com/Microsoft/sqlopsstudio/issues/1624): SelectBox doesn't change color when disabled.
53+
- Fix [issue #1728](https://github.com/Microsoft/sqlopsstudio/issues/1728): Save as JSON/EXCEL/CSV not work.
54+
- Fix [issue #1744](https://github.com/Microsoft/sqlopsstudio/issues/1744): Results pane loses its scrolling positions when switching between tabs.
55+
- Fix [issue #1748](https://github.com/Microsoft/sqlopsstudio/issues/1748): Error message when saving Excel file second (and subsequent) time.
56+
- Fix [issue #1782](https://github.com/Microsoft/sqlopsstudio/issues/1782): Edit data: cell doesn't revert to original value on hitting Escape key.
57+
- Fix [issue #1836](https://github.com/Microsoft/sqlopsstudio/issues/1836): .sql files not associated with SQL Operations Studio.
58+
- Fix [issue #1850](https://github.com/Microsoft/sqlopsstudio/issues/1850): Typing N'' autocompletes to N'''.
59+
- Fix [issue #1985](https://github.com/Microsoft/sqlopsstudio/issues/1985): Copy from query results grid is off by 1 column.
5860
- Fix [issue #1998](htpts://github.com/Microsoft/sqlopsstudio/pull/1998): Add VS Code version to About dialog.
5961
- Fix [issue #2042](https://github.com/Microsoft/sqlopsstudio/pull/2042): Agent: Enabled button to import queries from sql files.
60-
- Fix [issue #2091](https://github.com/Microsoft/sqlopsstudio/pull/2091): Can't use Ctrl+C shortcut to copy from result pane.
62+
- Fix [issue #2091](https://github.com/Microsoft/sqlopsstudio/issues/2091): Can't use Ctrl+C shortcut to copy from result pane.
6163
- Fix [issue #2099](https://github.com/Microsoft/sqlopsstudio/pull/2099): Added more saveAsCsv options.
62-
- Fix [issue #2107](https://github.com/Microsoft/sqlopsstudio/pull/2107): Update document icon for Dashboard and Profiler documents.
64+
- Fix [issue #2107](https://github.com/Microsoft/sqlopsstudio/issues/2107): Update document icon for Dashboard and Profiler documents.
6365
- Fix [issue #2129](https://github.com/Microsoft/sqlopsstudio/pull/2129): Save edit data scroll position when switching tabs.
64-
- Fix [issue #2152](https://github.com/Microsoft/sqlopsstudio/pull/2152): Results Grid Row Indicator Zero Based.
66+
- Fix [issue #2152](https://github.com/Microsoft/sqlopsstudio/issues/2152): Results Grid Row Indicator Zero Based.
6567

6668
## Known Issues
6769

68-
- [Issue #2150](https://github.com/Microsoft/sqlopsstudio/pull/2150): Unable to connect on Ubuntu 16.04 to SQL in a container
70+
- [Issue #2371](https://github.com/Microsoft/sqlopsstudio/issues/2371) Save As Excel Only Saves First Row of Data
71+
- [Issue #2150](https://github.com/Microsoft/sqlopsstudio/issues/2150): Unable to connect on Ubuntu 16.04 to SQL in a container
72+
73+
For more information, see the [Change Log](https://github.com/Microsoft/sqlopsstudio/blob/master/CHANGELOG.md), and [Releases](https://github.com/Microsoft/sqlopsstudio/releases).
6974

7075

7176
## July 2018 (July Public Preview)
@@ -107,10 +112,6 @@ The *July Public Preview* focuses on the initial release of the SQL Server Agent
107112
- Fix [issue 1843](https://github.com/Microsoft/sqlopsstudio/issues/1843): Better Table organization
108113

109114

110-
For more information, see the [Change Log](https://github.com/Microsoft/sqlopsstudio/blob/master/CHANGELOG.md), and [Releases](https://github.com/Microsoft/sqlopsstudio/releases).
111-
112-
113-
114115
## June 2018 (June Public Preview)
115116

116117
release date: June 20, 2018

0 commit comments

Comments
 (0)