From 84eccb50196e7483e77d64afe8240dfca0a57605 Mon Sep 17 00:00:00 2001 From: Alexander Rose <alexander.rose@weirdbyte.de> Date: Mon, 6 Sep 2021 15:22:16 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a77d9e0..72472eadf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,28 +4,30 @@ All notable changes to this project will be documented in this file, following t Note that since we don't clearly distinguish between a public and private interfaces there will be changes in non-major versions that are potentially breaking. If we make breaking changes to less used interfaces we will highlight it in here. -## [Unreleased] +## [v2.3.0] - 2021-09-06 - -## [v2.2.3] - 2021-08-25 - -- Add ``invertCantorPairing`` helper function -- Add ``Mesh`` processing helper ``.smoothEdges`` -- Smooth border of molecular-surface with ``includeParent`` enabled -- Hide ``includeParent`` option from gaussian-surface visuals (not particularly useful) -- Fix new ``TransformData`` issues (camera/bounding helper not showing up) +- Take include/exclude flags into account when displaying aromatic bonds - Improve marking performance - - Avoid superfluous calls to ``StructureElement.Loci.isWholeStructure`` + - Avoid unnecessary draw calls/ui updates when marking - Check if loci is superset of visual - Check if loci overlaps with unit visual - Ensure ``Interval`` is used for ranges instead of ``SortedArray`` - - Inline ``StructureElement.Loci.size`` code - Add uniform marker type - Special case for reversing previous mark - Add optional marking pass - Outlines visible and hidden parts of highlighted/selected groups - Add highlightStrength/selectStrength renderer params +## [v2.2.3] - 2021-08-25 + +- Add ``invertCantorPairing`` helper function +- Add ``Mesh`` processing helper ``.smoothEdges`` +- Smooth border of molecular-surface with ``includeParent`` enabled +- Hide ``includeParent`` option from gaussian-surface visuals (not particularly useful) +- Improved ``StructureElement.Loci.size`` performance (for marking large cellpack models) +- Fix new ``TransformData`` issues (camera/bounding helper not showing up) +- Improve marking performance (avoid superfluous calls to ``StructureElement.Loci.isWholeStructure``) + ## [v2.2.2] - 2021-08-11 - Fix ``TransformData`` issues [#133](https://github.com/molstar/molstar/issues/133) -- GitLab