Skip to content

Commit

Permalink
Merge pull request #982 from ebkr/release-3.1.38
Browse files Browse the repository at this point in the history
Updated CHANGELOG and versions
  • Loading branch information
ebkr authored Feb 26, 2023
2 parents c338c75 + 9b88f93 commit 2674b2c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
24 changes: 17 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,32 @@
### 3.1.38

- Outward Definitive Edition now launches correctly
- The bug previously caused Steam to prompt about launch arguments and would discard them even if the user accepted
them.

### 3.1.37

- Proton detection should work correctly on Linux platforms once again
- Reasonable fallbacks should be provided if the manager fails to keep depots updated
- Reasonable fallbacks should be provided if the manager fails to keep depots updated
- Added games:
- Brotato
- Ancient Dungeon VR
- Atrio: The Dark Wild
- Ultimate Chicken Horse
- Brotato
- Ancient Dungeon VR
- Atrio: The Dark Wild
- Ultimate Chicken Horse
- BONELAB Oculus executable is now selectable
- Online searching no longer requires underscores in the name (Thanks to MSchmoecker)


### 3.1.36

- Temporary workaround to force Proton on Linux systems
- Place a `.forceproton` file in the game directory whilst a solution is in development
- Place a `.forceproton` file in the game directory whilst a solution is in development
- The blank screen on game selection has another potential fix
- BONELAB can now be used on copies from the Oculus Store
- ULTRAKILL support added
- `dotnet` files will no longer appear in the config editor for BepInEx 6 BE builds.

### 3.1.35

- Improved online search performance
- Config names wrap if too long
- Deprecated mods are hidden by default in the online section
Expand All @@ -28,11 +36,13 @@
- Internal refactoring

### 3.1.34

- Profile exports changed to use Thunderstore provided host
- Significantly improved search performance in the online tab
- Game selection server tab modified to reduce user mis-clicks

### 3.1.33

- Added games:
- Ravenfield
- Aloft
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "r2modman",
"version": "3.1.37",
"version": "3.1.38",
"description": "A simple and easy to use mod manager for several games using Thunderstore.",
"productName": "r2modman",
"author": "ebkr",
Expand Down
2 changes: 1 addition & 1 deletion src/_managerinf/ManagerInformation.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import VersionNumber from '../model/VersionNumber';

export default class ManagerInformation {
public static VERSION: VersionNumber = new VersionNumber('3.1.37');
public static VERSION: VersionNumber = new VersionNumber('3.1.38');
public static IS_PORTABLE: boolean = false;
public static APP_NAME: string = "r2modman";
}

0 comments on commit 2674b2c

Please sign in to comment.