Skip to content

Commit

Permalink
Updated CHANGELOG and versions (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkr authored Nov 13, 2024
1 parent 42f71e2 commit 5e73a77
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 3.1.53
#### Games added
- WEBFISHING

#### Other changes
- BONELAB support should now function correctly
- Assemblies will no longer be regenerated on every launch
- "Preloader fix" has been replaced with "Reset \<game\> installation"
- This will delete the entire game directory and prompt Steam to re-validate files
- The preloader fix was originally a solution for old Risk of Rain 2 modded installations using SeikoML failing to
launch

### 3.1.52
#### Small quality of life changes
- Upgraded from Electron v11 to v24
Expand All @@ -6,6 +18,10 @@
- Fixed sorting by download count
- Reduced time taken to install when a mod has a large number of dependencies

#### Games added
- Old Market Simulator
- Subterranauts

### 3.1.51
#### Memory and performance improvements
The TS team have been working hard to improve the following:
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.52",
"version": "3.1.53",
"description": "A simple and easy to use mod manager for many 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.52');
public static VERSION: VersionNumber = new VersionNumber('3.1.53');
public static IS_PORTABLE: boolean = false;
public static APP_NAME: string = "r2modman";
}

0 comments on commit 5e73a77

Please sign in to comment.