Skip to content

Commit e433e33

Browse files
authored
Release 3.1.52 (#1520)
1 parent 4a97997 commit e433e33

File tree

7 files changed

+897
-862
lines changed

7 files changed

+897
-862
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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
311
The TS team have been working hard to improve the following:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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,
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.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
}

yarn.lock

Lines changed: 883 additions & 856 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)