diff --git a/blog/2024-09-03-submission-1-7-2.md b/blog/2024-09-03-submission-1-7-2.md new file mode 100644 index 00000000..3a63258d --- /dev/null +++ b/blog/2024-09-03-submission-1-7-2.md @@ -0,0 +1,24 @@ +--- +title: Deneb 1.7.2 Standalone Available (and submitted to AppSource) +description: 1.7.2 is a minor update that fixes initial issues observed in the 1.7 release. The standalone build is available now, and the AppSource version is currently undergoing certification. +slug: 1-7-2-submission +authors: + - daniel +tags: [releases, standalone, fixes] +image: /img/blog/blog-header-submission-1-7-2.png +hide_table_of_contents: false +--- + +1.7.2 is the next minor update that fixes initial issues observed in the 1.7 release. As usual, the standalone build is available now, and the AppSource version is currently undergoing certification. + + + +--- + +We've had another couple of minor changes to make as a result of version 1.7, so a new minor version has been submitted to AppSource, to assist affected users. You can view what's included in the [Change Log](/changelog). + +The [standalone version](/getting-started#standalone-version) has already been published for anyone who wants to take advantage of this. As usual, the AppSource version takes a little longer to go through the certification process, but we expect this to be available within the normal timeline of a few weeks. I will provide an update on its status as soon as I can. + +Thanks, as always, + +DM-P diff --git a/docs/changelog.md b/docs/changelog.md index 795820be..ff7760ee 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,7 +5,7 @@ description: Deneb Change Log - high-level details of new features and fixes for # Change Log -## 1.7.1 (2024-08-05) +## 1.7.2 (2024-09-04) :::info Submitted for certification Deneb 1.7 has been submitted to AppSource for certification and may take some time to reach your reports. If you need to leverage any features or fixes from this release, you can download and use the [standalone version](getting-started#standalone-version). @@ -15,6 +15,17 @@ Deneb 1.7 has been submitted to AppSource for certification and may take some ti Deneb 1.7 has passed certification and is currently undergoing deployment to your reports. This can take a couple of weeks from the publish date. ::: --> +### Minor Enhancements + +- Input widget styling matches that of Vega-Editor, improving their layout + +### Bugs Fixes + +- Internal Monaco `command://` hyperlinks no longer trigger the MS launch URL API (#491) +- If you are running Deneb in an insecure (HTTP) environment, it wil now work (#488, #493) + +## 1.7.1 (2024-08-05) + ### Vega Updates - Vega-Lite updated to **5.20.1** (from 5.19.0) diff --git a/static/img/blog/blog-header-submission-1-7-2.png b/static/img/blog/blog-header-submission-1-7-2.png new file mode 100644 index 00000000..d40b5e74 Binary files /dev/null and b/static/img/blog/blog-header-submission-1-7-2.png differ diff --git a/versioned_docs/version-1.7/changelog.md b/versioned_docs/version-1.7/changelog.md index 795820be..ff7760ee 100644 --- a/versioned_docs/version-1.7/changelog.md +++ b/versioned_docs/version-1.7/changelog.md @@ -5,7 +5,7 @@ description: Deneb Change Log - high-level details of new features and fixes for # Change Log -## 1.7.1 (2024-08-05) +## 1.7.2 (2024-09-04) :::info Submitted for certification Deneb 1.7 has been submitted to AppSource for certification and may take some time to reach your reports. If you need to leverage any features or fixes from this release, you can download and use the [standalone version](getting-started#standalone-version). @@ -15,6 +15,17 @@ Deneb 1.7 has been submitted to AppSource for certification and may take some ti Deneb 1.7 has passed certification and is currently undergoing deployment to your reports. This can take a couple of weeks from the publish date. ::: --> +### Minor Enhancements + +- Input widget styling matches that of Vega-Editor, improving their layout + +### Bugs Fixes + +- Internal Monaco `command://` hyperlinks no longer trigger the MS launch URL API (#491) +- If you are running Deneb in an insecure (HTTP) environment, it wil now work (#488, #493) + +## 1.7.1 (2024-08-05) + ### Vega Updates - Vega-Lite updated to **5.20.1** (from 5.19.0)