Skip to content

Commit 57e872d

Browse files
committed
mark 2.19.0 release, with changelog
1 parent a9d87bb commit 57e872d

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

DevDocs/public/Changelog-OS.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ The intended audience is on-prem RSpace technical administrators who maintain RS
44

55
You can find official changelog at https://documentation.researchspace.com/article/mx11qvqg0i-changelog
66

7+
# 2.19.0 2026-02-06
8+
9+
### ELN Features
10+
11+
- RSDEV-911 export-import mechanism now supports stoichiometry reactions
12+
13+
### ELN Bugfix
14+
15+
- RSDEV-863 fix problem where change to permission type of shared document was sometimes not saved
16+
- RSDEV-971 fix problems with exporting to Figshare repository (caused by changes in Figshare API)
17+
- ISSUE#521 in public API, links returned by /folders/tree/{id} endpoint now have 'id' parameter applied correctly
18+
19+
### Contributed by open-source community
20+
21+
- ISSUE#478 Dataverse integration support for servers configured with multiple metadata languages (based on contribution from akos326)
22+
723
# 2.18.0 2026-01-08
824

925
### ELN Features

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<artifactId>researchspace</artifactId>
88
<packaging>war</packaging>
9-
<version>2.19.0-SNAPSHOT-${timestamp}</version><!-- appVersionID don't remove this comment it identifies this version -->
9+
<version>2.19.0</version><!-- appVersionID don't remove this comment it identifies this version -->
1010
<name>ResearchSpace</name>
1111
<url>https://www.researchspace.com</url>
1212

0 commit comments

Comments
 (0)