From 64d75d18fc0521766a9ca505cddff1942963ef96 Mon Sep 17 00:00:00 2001 From: Jonathan Wilson Date: Tue, 22 Apr 2025 13:44:50 -0700 Subject: [PATCH 1/3] DOCSP-49449 Adds Compass 1.46.1 release notes --- source/release-notes.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/source/release-notes.txt b/source/release-notes.txt index 05c700dc9..c2087f142 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -13,6 +13,25 @@ Release Notes :depth: 1 :class: twocols +|compass| 1.46.1 +---------------- + +.. *RELEASE DATE* + +New Features: + +- Add special handling of vector sub-type (:issue:`COMPASS-8257`) + +Bug Fixes: + +- Account for pagination in expanded table view (:issue:`COMPASS-9161`) +- No 0 count for ``bulkDelete`` count (:issue:`COMPASS-8603`) +- Fix tooltip triggers in indexes plugin (:issue:`COMPASS-8449`) +- Fix the shortcuts on Windows to be the app name, not executable name (:issue:`COMPASS-8367`) + +`Full Changelog available on Github +`__ + |compass| 1.46.0 ---------------- From 00be52b56da4b6d375d92efe21d732e9fb40c25d Mon Sep 17 00:00:00 2001 From: Jonathan Wilson Date: Wed, 23 Apr 2025 10:49:00 -0700 Subject: [PATCH 2/3] Add release date --- source/release-notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes.txt b/source/release-notes.txt index c2087f142..ab35c4bfe 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -16,7 +16,7 @@ Release Notes |compass| 1.46.1 ---------------- -.. *RELEASE DATE* +*Released April 23, 2025* New Features: From a87bdcdcff9e33af59bbd08e766e75af6c95871d Mon Sep 17 00:00:00 2001 From: Jonathan Wilson Date: Wed, 23 Apr 2025 10:52:47 -0700 Subject: [PATCH 3/3] fix typo --- source/release-notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes.txt b/source/release-notes.txt index ab35c4bfe..80550561a 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -25,7 +25,7 @@ New Features: Bug Fixes: - Account for pagination in expanded table view (:issue:`COMPASS-9161`) -- No 0 count for ``bulkDelete`` count (:issue:`COMPASS-8603`) +- No 0 default for ``bulkDelete`` count (:issue:`COMPASS-8603`) - Fix tooltip triggers in indexes plugin (:issue:`COMPASS-8449`) - Fix the shortcuts on Windows to be the app name, not executable name (:issue:`COMPASS-8367`)