Skip to content

Commit c0c6c5d

Browse files
authored
Merge pull request #1660 from ebkr/develop
Release 3.1.58 (Develop)
2 parents dd13184 + 9e6aadc commit c0c6c5d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+804
-409
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
### 3.1.58
2+
#### Games added
3+
- Schedule 1
4+
- Zort
5+
- Disco Elysium
6+
- Odd Remedy
7+
- Dusk
8+
- Monster Train 2
9+
- My Dream Setup
10+
- Hades 2 (@xiaoxiao921)
11+
- Gatekeeper
12+
- Pulsar: Lost Colony
13+
- Songs of Conquest
14+
- White Knuckle
15+
- ENA: Dream BBQ
16+
- Human Fall Flat
17+
- Magicite
18+
- ASKA
19+
20+
### 3.1.57
21+
#### Games added
22+
- R.E.P.O
23+
- Gang Beasts
24+
25+
#### Fixes
26+
- Cached Thunderstore mod list refresh occurs immediately in the background again.
27+
- Prevented certain mods from not being included in profile imports if the cache is not up-to-date.
28+
129
### 3.1.56
230
#### Games added
331
- Subterror

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.56",
3+
"version": "3.1.58",
44
"description": "A simple and easy to use mod manager for many games using Thunderstore.",
55
"productName": "r2modman",
66
"author": "ebkr",

src/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export default class App extends mixins(UtilityMixin) {
6060
const settings: ManagerSettings = await this.$store.dispatch('resetActiveGame');
6161
6262
this.hookBackgroundUpdateThunderstoreModList();
63+
this.hookModInstallingViaProtocol();
6364
await this.checkCdnConnection();
6465
6566
InstallationRuleApplicator.apply();
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.56');
4+
public static VERSION: VersionNumber = new VersionNumber('3.1.58');
55
public static IS_PORTABLE: boolean = false;
66
public static APP_NAME: string = "r2modman";
77
}
83.7 KB
Loading
98.5 KB
Loading
29.5 KB
Loading
71 KB
Loading
52.1 KB
Loading
67.9 KB
Loading

0 commit comments

Comments
 (0)