Skip to content

Commit

Permalink
Updated to 3.1.50
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkr committed Sep 14, 2024
1 parent 5ca33fc commit 076a645
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 13 deletions.
43 changes: 32 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,37 @@
### 3.1.50
#### Games added
- Risk of Rain Returns
- Hades II
- Among Us
- Ale & Tale Tavern
- Screw Drivers
- Nine Sols
- Goodbye Volcano High
- Gloomwood
- Below the Stone
- Back to the Dawn
- Supermarket Together
- Betrayal Beach
- Arcus Chroma
- Deep Rock Galactic: Survivor

#### Other changes
- Mods included in profile imports can now be seen before importing the profile.
- Improved visual appearance of modals

### 3.1.49
#### Games added
- Gladio Mori
- Slipstream: Rogue Space
- Panicore
- Magicraft
- Another Crab's Treasure
- Bopl Battle
- Vertigo 2
- Against the Storm
- Lycans
- Castle Story
- Balatro
- Gladio Mori
- Slipstream: Rogue Space
- Panicore
- Magicraft
- Another Crab's Treasure
- Bopl Battle
- Vertigo 2
- Against the Storm
- Lycans
- Castle Story
- Balatro

#### General fixes
- Better online mod filtering
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.49",
"version": "3.1.50",
"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.49');
public static VERSION: VersionNumber = new VersionNumber('3.1.50');
public static IS_PORTABLE: boolean = false;
public static APP_NAME: string = "r2modman";
}

0 comments on commit 076a645

Please sign in to comment.