File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### 3.2.4
2
+ #### Games added
3
+ - Hollow Knight: Silksong
4
+ - Resonite
5
+ - House of Legacy
6
+ - Beton Brutal
7
+ - Pair A Dice
8
+ - Maltese's Fluffy Onsen
9
+ - Paper Animal Adventure
10
+ - PAC-MAN WORLD Re-PAC
11
+ - Darkwater
12
+
13
+ #### Changes
14
+ - Preview panel can now be resized
15
+ - Download and install progress is now better reflected
16
+ - The entire application has upgraded to Vue 3 along with some other internal tooling upgrades
17
+
1
18
### 3.2.3
2
19
#### Games added
3
20
- Len's Island
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " r2modman" ,
3
- "version" : " 3.2.1 " ,
3
+ "version" : " 3.2.4 " ,
4
4
"description" : " A simple and easy to use mod manager for many 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.2.3 ' ) ;
4
+ public static VERSION : VersionNumber = new VersionNumber ( '3.2.4 ' ) ;
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