Skip to content

Commit 076a645

Browse files
committed
Updated to 3.1.50
1 parent 5ca33fc commit 076a645

File tree

3 files changed

+34
-13
lines changed

3 files changed

+34
-13
lines changed

CHANGELOG.md

Lines changed: 32 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,37 @@
1+
### 3.1.50
2+
#### Games added
3+
- Risk of Rain Returns
4+
- Hades II
5+
- Among Us
6+
- Ale & Tale Tavern
7+
- Screw Drivers
8+
- Nine Sols
9+
- Goodbye Volcano High
10+
- Gloomwood
11+
- Below the Stone
12+
- Back to the Dawn
13+
- Supermarket Together
14+
- Betrayal Beach
15+
- Arcus Chroma
16+
- Deep Rock Galactic: Survivor
17+
18+
#### Other changes
19+
- Mods included in profile imports can now be seen before importing the profile.
20+
- Improved visual appearance of modals
21+
122
### 3.1.49
223
#### Games added
3-
- Gladio Mori
4-
- Slipstream: Rogue Space
5-
- Panicore
6-
- Magicraft
7-
- Another Crab's Treasure
8-
- Bopl Battle
9-
- Vertigo 2
10-
- Against the Storm
11-
- Lycans
12-
- Castle Story
13-
- Balatro
24+
- Gladio Mori
25+
- Slipstream: Rogue Space
26+
- Panicore
27+
- Magicraft
28+
- Another Crab's Treasure
29+
- Bopl Battle
30+
- Vertigo 2
31+
- Against the Storm
32+
- Lycans
33+
- Castle Story
34+
- Balatro
1435

1536
#### General fixes
1637
- Better online mod filtering

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "r2modman",
3-
"version": "3.1.49",
3+
"version": "3.1.50",
44
"description": "A simple and easy to use mod manager for several games using Thunderstore.",
55
"productName": "r2modman",
66
"author": "ebkr",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import VersionNumber from '../model/VersionNumber';
22

33
export default class ManagerInformation {
4-
public static VERSION: VersionNumber = new VersionNumber('3.1.49');
4+
public static VERSION: VersionNumber = new VersionNumber('3.1.50');
55
public static IS_PORTABLE: boolean = false;
66
public static APP_NAME: string = "r2modman";
77
}

0 commit comments

Comments
 (0)