File tree Expand file tree Collapse file tree 7 files changed +897
-862
lines changed
Expand file tree Collapse file tree 7 files changed +897
-862
lines changed Original file line number Diff line number Diff line change 2727 uses : actions/setup-node@v3
2828 with :
2929 # The talk on the street says this might be a good version for building.
30- node-version : 14.20.1
30+ node-version : 19.2.0
3131 cache : yarn
3232
3333 - name : Install Yarn dependencies
Original file line number Diff line number Diff line change 2424 uses : actions/setup-node@v4
2525 with :
2626 # The talk on the street says this might be a good version for building.
27- node-version : 14.20.1
27+ node-version : 19.2.0
2828 cache : yarn
2929
3030 - name : Install Yarn dependencies
Original file line number Diff line number Diff line change 2727 uses : actions/setup-node@v3
2828 with :
2929 # The talk on the street says this might be a good version for building.
30- node-version : 14.20.1
30+ node-version : 19.2.0
3131 cache : yarn
3232
3333 - name : Install Yarn dependencies
Original file line number Diff line number Diff line change 1+ ### 3.1.52
2+ #### Small quality of life changes
3+ - Upgraded from Electron v11 to v24
4+ - Credit to (@JonathanSteininger )
5+ - Mods imported from a profile keep the same order they were exported in
6+ - Fixed sorting by download count
7+ - Reduced time taken to install when a mod has a large number of dependencies
8+
19### 3.1.51
210#### Memory and performance improvements
311The TS team have been working hard to improve the following:
Original file line number Diff line number Diff line change 11{
22 "name" : " r2modman" ,
3- "version" : " 3.1.51 " ,
4- "description" : " A simple and easy to use mod manager for several games using Thunderstore." ,
3+ "version" : " 3.1.52 " ,
4+ "description" : " A simple and easy to use mod manager for many games using Thunderstore." ,
55 "productName" : " r2modman" ,
66 "author" : " ebkr" ,
77 "private" : true ,
Original file line number Diff line number Diff line change 11import VersionNumber from '../model/VersionNumber' ;
22
33export default class ManagerInformation {
4- public static VERSION : VersionNumber = new VersionNumber ( '3.1.51 ' ) ;
4+ public static VERSION : VersionNumber = new VersionNumber ( '3.1.52 ' ) ;
55 public static IS_PORTABLE : boolean = false ;
66 public static APP_NAME : string = "r2modman" ;
77}
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments