File tree Expand file tree Collapse file tree 3 files changed +34
-13
lines changed Expand file tree Collapse file tree 3 files changed +34
-13
lines changed Original file line number Diff line number Diff line change
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
+
1
22
### 3.1.49
2
23
#### 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
14
35
15
36
#### General fixes
16
37
- Better online mod filtering
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " r2modman" ,
3
- "version" : " 3.1.49 " ,
3
+ "version" : " 3.1.50 " ,
4
4
"description" : " A simple and easy to use mod manager for several games using Thunderstore." ,
5
5
"productName" : " r2modman" ,
6
6
"author" : " ebkr" ,
Original file line number Diff line number Diff line change 1
1
import VersionNumber from '../model/VersionNumber' ;
2
2
3
3
export default class ManagerInformation {
4
- public static VERSION : VersionNumber = new VersionNumber ( '3.1.49 ' ) ;
4
+ public static VERSION : VersionNumber = new VersionNumber ( '3.1.50 ' ) ;
5
5
public static IS_PORTABLE : boolean = false ;
6
6
public static APP_NAME : string = "r2modman" ;
7
7
}
You can’t perform that action at this time.
0 commit comments