Skip to content

Commit

Permalink
preparing 2.3.0 release (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
mKowalski256 authored Sep 30, 2024
1 parent 3985678 commit 279b602
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions DevDocs/public/Changelog-OS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ The intended audience is on-prem RSpace technical administrators who maintain RS

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

# 2.3.0 2024-09-30

### ELN Features

- RSDEV-267 when sysadmin deletes a user who created shared forms, transfer the forms to sysadmin
- RSDEV-310 users' API keys are now stored hashed on the database, and only displayed plaintext immediately after creation

### Inventory Features

- RSDEV-174 Gallery files can be now attached to Inventory items
- RSDEV-292 new API endpoint for retrieving images/thumbnails by their contentsHash, for better performance
- RSDEV-308 UX improvments around subsample deletion
- RSDEV-340 persisting more of UI state, e.g. single-column toggle

# 2.2.0 2024-08-30

### ELN Features
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>researchspace</artifactId>
<groupId>com.github.rspace-os</groupId>
<packaging>war</packaging>
<version>2.3.0-SNAPSHOT-${timestamp}</version><!-- appVersionID don't remove this comment it identifies this version -->
<version>2.3.0</version><!-- appVersionID don't remove this comment it identifies this version -->
<name>ResearchSpace</name>
<url>https://www.researchspace.com</url>

Expand Down

0 comments on commit 279b602

Please sign in to comment.