Updating contributer documentation

This commit is contained in:
Russ Taylor
2026-04-03 16:58:28 -04:00
parent 1f26b5c339
commit 238e5e0b88
3 changed files with 5 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ Note that since we don't clearly distinguish between a public and private interf
- Add `VolumeStreamingExtension` (`molstar_volume_streaming` custom property)
- Fix focusing empty selections
- Avoid re-calculating static model properties for trajectories
- Adds File/Open and drag-and-drop support for Kinemage files in the viewer app
## [v5.7.0] - 2026-02-28
- Text label improvements

View File

@@ -125,7 +125,8 @@
"Kim Juho <juho_kim@outlook.com>",
"Victoria Doshchenko <doshchenko.victoria@gmail.com>",
"Diego del Alamo <diego.delalamo@gmail.com>",
"Tianzhen Lin (Tangent) <tangent@usa.net>"
"Tianzhen Lin (Tangent) <tangent@usa.net>",
"Russ Taylor <russ@reliasolve.com>"
],
"license": "MIT",
"devDependencies": {

View File

@@ -1,10 +1,11 @@
/**
* Copyright (c) 2018-2025 mol* contributors, licensed under MIT, See LICENSE file for more info.
* Copyright (c) 2018-2026 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author David Sehnal <david.sehnal@gmail.com>
* @author Alexander Rose <alexander.rose@weirdbyte.de>
* @author Neli Fonseca <neli@ebi.ac.uk>
* @author Adam Midlik <midlik@gmail.com>
* @author Russ Taylor <russ@reliasolve.com>
*/
import { AssemblySymmetryConfig } from '../../extensions/assembly-symmetry';