Skip to content

Commit

Permalink
Merge pull request #1500 from ebkr/release-3.1.51
Browse files Browse the repository at this point in the history
Updated versions and CHANGELOG
  • Loading branch information
ebkr authored Oct 21, 2024
2 parents a40e585 + 7ff9c20 commit 5864c14
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
### 3.1.51
#### Memory and performance improvements
The TS team have been working hard to improve the following:
- Application memory usage has been significantly reduced.
- Expect the manager to use at least 50% less RAM and in many cases an even greater reduction.
- This will stop the white screen issues that have been reported by some people.
- Mod install performance
- Profile import performance

#### Games added
- TCG Card Shop Simulator
- Distance
- Five Nights at Freddy's: Into the Pit
- Tank Team
- Hard Time III
- Paquerette Down the Bunburrows
- Shapez 2
- Gorebox

### 3.1.50
#### Games added
- Risk of Rain Returns
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "r2modman",
"version": "3.1.50",
"version": "3.1.51",
"description": "A simple and easy to use mod manager for several games using Thunderstore.",
"productName": "r2modman",
"author": "ebkr",
Expand Down
2 changes: 1 addition & 1 deletion src/_managerinf/ManagerInformation.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import VersionNumber from '../model/VersionNumber';

export default class ManagerInformation {
public static VERSION: VersionNumber = new VersionNumber('3.1.50');
public static VERSION: VersionNumber = new VersionNumber('3.1.51');
public static IS_PORTABLE: boolean = false;
public static APP_NAME: string = "r2modman";
}

0 comments on commit 5864c14

Please sign in to comment.