Skip to content

Commit 8b24631

Browse files
committed
mark 2.12.0 release, with changelog
1 parent 6cd903f commit 8b24631

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

DevDocs/public/Changelog-OS.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ 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.12.0 2025-07-15
8+
9+
### ELN Features
10+
11+
- RSDEV-681 new integration with PubChem, can be used by users who enabled 'Chemistry' App
12+
- RSDEV-644 incoming messages count is added to Navbar, so it can be accessed from every page
13+
- RSDEV-691 users can now trigger document creation inside shared notebooks
14+
- RSDEV-684 chemical search dialog explains that only searching for a single molecule is supported
15+
16+
### ELN Bugfix
17+
18+
- RSDEV-729, RSDEV-733 performance fixes around opening notebooks, and navigating between notebook entries
19+
20+
### Inventory Features
21+
22+
- RSDEV-631 pre-created IGSN IDs can be now linked with CSV import
23+
24+
### Inventory Bugfix
25+
26+
- RSDEV-694 fix problem with Container tags not being saved during CSV import
27+
- RSDEV-709 fix problem with 'previous location' column
28+
29+
### Contributed by open-source community
30+
31+
- ISSUE#232 align RSpace API and UI when retrieving audit trail events (contributed by richarda23)
32+
733
# 2.11.0 2025-06-06
834

935
### ELN Features

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>researchspace</artifactId>
88
<groupId>com.github.rspace-os</groupId>
99
<packaging>war</packaging>
10-
<version>2.12.0-SNAPSHOT-${timestamp}</version><!-- appVersionID don't remove this comment it identifies this version -->
10+
<version>2.12.0</version><!-- appVersionID don't remove this comment it identifies this version -->
1111
<name>ResearchSpace</name>
1212
<url>https://www.researchspace.com</url>
1313

0 commit comments

Comments
 (0)