From 4d1ddca34aa7d4ca99f1c4fc0f6e21d9c2c10612 Mon Sep 17 00:00:00 2001 From: Nikita Chistousov Date: Wed, 20 Nov 2024 12:45:32 +0100 Subject: [PATCH] Add release notes for Ketcher v2.26.0 (#136) --- rst/download/ketcher.rst | 3 +- rst/download/ketcher/ketcher-2.26.0.rst | 23 ++++++ rst/ketcher/demo/ketcher_remote.rst | 4 +- rst/ketcher/demo/ketcher_standalone.rst | 4 +- rst/ketcher/release-notes/index.rst | 1 + rst/ketcher/release-notes/ketcher-2.26.0.md | 86 +++++++++++++++++++++ rst/newsfeed.rst | 19 +++++ 7 files changed, 135 insertions(+), 5 deletions(-) create mode 100644 rst/download/ketcher/ketcher-2.26.0.rst create mode 100644 rst/ketcher/release-notes/ketcher-2.26.0.md diff --git a/rst/download/ketcher.rst b/rst/download/ketcher.rst index 8f57df5..7380017 100644 --- a/rst/download/ketcher.rst +++ b/rst/download/ketcher.rst @@ -7,7 +7,7 @@ Latest release .. toctree:: :maxdepth: 1 - ketcher/ketcher-2.25.0.rst + ketcher/ketcher-2.26.0.rst Older releases @@ -16,6 +16,7 @@ Older releases .. toctree:: :maxdepth: 1 + ketcher/ketcher-2.25.0.rst ketcher/ketcher-2.24.0.rst ketcher/ketcher-2.23.0.rst ketcher/ketcher-2.22.0.rst diff --git a/rst/download/ketcher/ketcher-2.26.0.rst b/rst/download/ketcher/ketcher-2.26.0.rst new file mode 100644 index 0000000..dbd5bdb --- /dev/null +++ b/rst/download/ketcher/ketcher-2.26.0.rst @@ -0,0 +1,23 @@ +Ketcher 2.26.0 +-------------- + +Ketcher distributions +^^^^^^^^^^^^^^^^^^^^^ + +`Ketcher 2.26.0 standalone `__ + +`Ketcher 2.26.0 remote `__ + + +NPM packages +^^^^^^^^^^^^ + +| `ketcher-core `__ +| `ketcher-react `__ +| `ketcher-standalone `__ + + +Source code +^^^^^^^^^^^ + +`Source code on GitHub `__ diff --git a/rst/ketcher/demo/ketcher_remote.rst b/rst/ketcher/demo/ketcher_remote.rst index dbcd582..1e19210 100644 --- a/rst/ketcher/demo/ketcher_remote.rst +++ b/rst/ketcher/demo/ketcher_remote.rst @@ -1,4 +1,4 @@ -Ketcher 2.25.0 Remote +Ketcher 2.26.0 Remote ===================== .. toctree:: @@ -10,6 +10,6 @@ Ketcher demo page was moved. Please use the following link .. raw:: html - Ketcher 2.25.0 Remote + Ketcher 2.26.0 Remote diff --git a/rst/ketcher/demo/ketcher_standalone.rst b/rst/ketcher/demo/ketcher_standalone.rst index 4ee6c31..c376cbe 100644 --- a/rst/ketcher/demo/ketcher_standalone.rst +++ b/rst/ketcher/demo/ketcher_standalone.rst @@ -1,4 +1,4 @@ -Ketcher 2.25.0 Standalone +Ketcher 2.26.0 Standalone ========================= .. toctree:: @@ -11,6 +11,6 @@ Ketcher demo page was moved. Please use the following link .. raw:: html - Ketcher 2.25.0 Standalone + Ketcher 2.26.0 Standalone diff --git a/rst/ketcher/release-notes/index.rst b/rst/ketcher/release-notes/index.rst index 1fdbf32..3843c53 100644 --- a/rst/ketcher/release-notes/index.rst +++ b/rst/ketcher/release-notes/index.rst @@ -42,3 +42,4 @@ Contents: ketcher-2.23.0 ketcher-2.24.0 ketcher-2.25.0 + ketcher-2.26.0 diff --git a/rst/ketcher/release-notes/ketcher-2.26.0.md b/rst/ketcher/release-notes/ketcher-2.26.0.md new file mode 100644 index 0000000..e68a6a2 --- /dev/null +++ b/rst/ketcher/release-notes/ketcher-2.26.0.md @@ -0,0 +1,86 @@ + +# Ketcher 2.26.0 + +## What's Changed + +Here are the updated release notes with links to the corresponding issues: + +### New features +* [#5400](https://github.com/epam/ketcher/issues/5400) – Expand macromolecules in micro mode +* [#5359](https://github.com/epam/ketcher/issues/5359) – Display molecules in macro mode: basic structures with atoms and bonds +* [#5325](https://github.com/epam/ketcher/issues/5325) – Change natural analogue of monomers +* [#5324](https://github.com/epam/ketcher/issues/5324) – Change symbols of monomers +* [#5323](https://github.com/epam/ketcher/issues/5323) – Change names of monomers +* [#5195](https://github.com/epam/ketcher/issues/5195) – Some content problems in monomer library +* [#5111](https://github.com/epam/ketcher/issues/5111) – Change structure of monomers +* [#4984](https://github.com/epam/ketcher/issues/4984) – Highlight atoms and bonds +* [#4965](https://github.com/epam/ketcher/issues/4965) – View only mode +* [#4986](https://github.com/epam/ketcher/issues/4986) – Ctrl+move copy +* [#1838](https://github.com/epam/ketcher/issues/1838) – Create custom top toolbar buttons +* [#5156](https://github.com/epam/ketcher/issues/5156) – Add new option in settings acs style +* [#5154](https://github.com/epam/ketcher/issues/5154) – Change "Double bond width" setting +* [#5175](https://github.com/epam/ketcher/issues/5175) – Allow entering values in settings with the precision of one decimal place +* [#4982](https://github.com/epam/ketcher/issues/4982) – Choose both directions of wedged/hashed bonds from right-clicking the bond +* [#5435](https://github.com/epam/ketcher/issues/5435) – Change bond length for ACS styles settings +* [#5351](https://github.com/epam/ketcher/issues/5351) – Change the default size of a plus and the arrows +* [#5945](https://github.com/epam/ketcher/issues/5945) – Update indigo to 1.25.0 in browser module + +### Bugfixes and improvements +* [#5430](https://github.com/epam/ketcher/issues/5430) – Fix ESLint error in selectClearCanvasTool function +* [#4983](https://github.com/epam/ketcher/issues/4983) – Settings for the "attachment point tool" don't update with changed pixel settings +* [#4757](https://github.com/epam/ketcher/issues/4757) – Incorrect stereo-label placement for (E) and (Z) +* [#5536](https://github.com/epam/ketcher/issues/5536) – White screen is displayed after change direction of wedge bond +* [#5296](https://github.com/epam/ketcher/issues/5296) – Save Support for RDF Format +* [#5615](https://github.com/epam/ketcher/issues/5615) – Overlapping UI elements in Query Properties right-click menu +* [#4394](https://github.com/epam/ketcher/issues/4394) – In the Sequence mode, the tooltip “Start new sequence” is shown outside of the canvas +* [#5651](https://github.com/epam/ketcher/issues/5651) – The reaction can't save to MDL RXN V3000 (returns RXN V2000 instead) +* [#5597](https://github.com/epam/ketcher/issues/5597) – New rendering for highlight +* [#5561](https://github.com/epam/ketcher/issues/5561) – Set a new name for the button acs style +* [#5672](https://github.com/epam/ketcher/issues/5672) – Multiple duplicate items +* [#5205](https://github.com/epam/ketcher/issues/5205) – Edit Connection points dialog can cause invalid connection between monomers +* [#5709](https://github.com/epam/ketcher/issues/5709) – Unable to load variant sugar from HELM - system throws an error: Convert error! {} +* [#5710](https://github.com/epam/ketcher/issues/5710) – Unable to load variant phosphate from HELM - system throws an error: Convert error! {} +* [#5711](https://github.com/epam/ketcher/issues/5711) – Unable to load variant CHEM from HELM - system throws an error: Convert error! {} +* [#5621](https://github.com/epam/ketcher/issues/5621) – O and U sumbols are not supported in sequence mode +* [#5612](https://github.com/epam/ketcher/issues/5612) – The file size is the same when saved to png +* [#5634](https://github.com/epam/ketcher/issues/5634) – ketcher.getMolfile() stopped working for macro canvas with peptides +* [#5649](https://github.com/epam/ketcher/issues/5649) – Default values for bond settings (at least for bond) got corrupted and become wrong after ver 2.26 version installed +* [#4316](https://github.com/epam/ketcher/issues/4316) – In the Sequence and Flex mode the nucleotide preview is closely adjacent to the left edge of the screen +* [#5557](https://github.com/epam/ketcher/issues/5557) – Bond/monomer tooltip preview placed wrong in on edge cases +* [#5097](https://github.com/epam/ketcher/issues/5097) – Selection frame is displayed improperly for overlapped images +* [#5148](https://github.com/epam/ketcher/issues/5148) – Image changes the layer to top after scaling actions +* [#5581](https://github.com/epam/ketcher/issues/5581) – If switch to View Only Mode with Fragment Selection you cannot change or select another selection mode +* [#5657](https://github.com/epam/ketcher/issues/5657) – Clear canvas doesn't work for micro structures on macro mode +* [#5679](https://github.com/epam/ketcher/issues/5679) – Unable to establish connection between micro structure and macro ones +* [#5401](https://github.com/epam/ketcher/issues/5401) – Side-chain connections are not displayed in Snake mode +* [#5662](https://github.com/epam/ketcher/issues/5662) – Fix inability to select Erase tool after monomer expansion +* [#5612](https://github.com/epam/ketcher/issues/5612) – The file size is the same when saved to png +* [#5686](https://github.com/epam/ketcher/issues/5686) – Bonds between micro and macro structures couldn't be selected and deleted +* [#5659](https://github.com/epam/ketcher/issues/5659) – Moving of selected microstructures on macro canvas works wrong +* [#5665](https://github.com/epam/ketcher/issues/5665) – Show remove abbreviation dialog when trying to erase expanded monomer +* [#5725](https://github.com/epam/ketcher/issues/5725) – Cursor position is incorrect when editing sequence in Macro mode +* [#5800](https://github.com/epam/ketcher/issues/5800) – Application crashes with white screen in Macro mode when loading local storage data from a previous version +* [#5758](https://github.com/epam/ketcher/issues/5758) – Highlight only bonds when selected bonds + atoms +* [#5703](https://github.com/epam/ketcher/issues/5703) – Added tooltip for image resolution option +* [#5673](https://github.com/epam/ketcher/issues/5673) – Micro structures connected to polymer chains are not shown on Sequence mode canvas +* [#5650](https://github.com/epam/ketcher/issues/5650) – The reaction with catalysts is displayed incorrect with ACS style setting and after layout +* [#5761](https://github.com/epam/ketcher/issues/5761) – Fix minimal distances for mult-tail validation in KET format +* [#5413](https://github.com/epam/ketcher/issues/5413) – Can't add specific SVG image to Canvas in Mozilla Firefox +* [#5434](https://github.com/epam/ketcher/issues/5434) – Document creation and behaviour of custom buttons +* [#5776](https://github.com/epam/ketcher/issues/5776) – Add API Method getRdf for retrieving RDF representation of structures +* [#5786](https://github.com/epam/ketcher/issues/5786) – Uncaught TypeError is in console when trying to move tail of Multi-Tailed Arrow added from KET with small size between tails +* [#5753](https://github.com/epam/ketcher/issues/5753) – Issue with moving of tail of Multi-Tailed arrow with several tails when user needs to move the tail close to another one +* [#5679](https://github.com/epam/ketcher/issues/5679) – Unable to establish connection between micro structure and macro ones +* [#5848](https://github.com/epam/ketcher/issues/5848) – Unable to establish connection between micro structure and sugar or phosphate (and partially - unresolved monomer) +* [#5703](https://github.com/epam/ketcher/issues/5703) – The picture is incorrect when image resolution high and bond thickness changing +* [#5685](https://github.com/epam/ketcher/issues/5685) – The diagonal bond in the molecule is displayed incorrect with ACS style +* [#5674](https://github.com/epam/ketcher/issues/5674) – Inconsistent behavior of copy-paste and cut-paste operations with macromolecule abbreviations +* [#5658](https://github.com/epam/ketcher/issues/5658) – Incorrect selection behavior when using Selection tool on Macromolecule abbreviations +* [#5699](https://github.com/epam/ketcher/issues/5699) – After bulk deletion of monomer abbreviations, Undo returns expanded monomers +* [#5836](https://github.com/epam/ketcher/issues/5836) – R-Group fragment labels font size doesn't defined by Sub Font size property at Settings +* [#5834](https://github.com/epam/ketcher/issues/5834) – S-Group (Data type) Field value label font size uses Settings - Font size property value instead of Sub font size one +* [#5833](https://github.com/epam/ketcher/issues/5833) – Importing functional groups (e.g. Boc, Bn, CF3) ignores drawing settings (e.g. ACS style) +* [#5809](https://github.com/epam/ketcher/issues/5809) – System opens wrong context menu for monomers on micro canvas if clicked on atom or bond +* [#5887](https://github.com/epam/ketcher/issues/5887) – After save and load a MOL V3000 file in macro and micro mode, bond connections are changed, and the microstructures are shifted +* [#5814](https://github.com/epam/ketcher/issues/5814) – On Remote environment, the reaction/molecule can't be saved to V3000 formats (returns V2000 instead): MOL, RXN, SDF, RDF +* [#5886](https://github.com/epam/ketcher/issues/5886) – Loading a KET file in macro mode, bond connections are preserved but microstructures are shifted diff --git a/rst/newsfeed.rst b/rst/newsfeed.rst index 53c3106..742d0e0 100644 --- a/rst/newsfeed.rst +++ b/rst/newsfeed.rst @@ -7,6 +7,25 @@ News newsfeed release-notes/index +Ketcher 2.26.0 released +----------------------- + +*20 November 2024* + +We are glad to announce that a new stable version of Ketcher 2.26.0 is released. + +* |ketcher_2_26_0_notes| + +* |ketcher_2_26_0_downloads| + +.. |ketcher_2_26_0_notes| raw:: html + + Release Notes + +.. |ketcher_2_26_0_downloads| raw:: html + + Downloads + Indigo and Bingo 1.25.0 released --------------------------------