Skip to content

Commit

Permalink
Merge pull request #871 from ebkr/release-3.1.33
Browse files Browse the repository at this point in the history
Updated README and versions
  • Loading branch information
ebkr authored Nov 19, 2022
2 parents b6a739d + 4a3e70a commit ea2b9c1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 28 deletions.
42 changes: 16 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,22 @@ From small features such as always-expanded cards, all the way to larger feature
The only thing you have to consider when suggesting a feature is the impact it will have on users who don't have a lot of experience with computers.

## Changelog
### 3.1.33
- Added games:
- Ravenfield
- Aloft
- Cult of the Lamb
- Chrono Ark (64 bit)
- BONELAB
- Trombone Champ
- Rogue : Genesia
- Across the Obelisk
- Xbox Game Pass support
- Thanks to starfi5h
- Other improvements thanks to the Thunderstore team:
- Game can now be changed without an app restart
- Internal refactors and improvements

### 3.1.32
- Re-added win 7 support
- Added games:
Expand All @@ -84,32 +100,6 @@ The only thing you have to consider when suggesting a feature is the impact it w
### 3.1.31
- Downgraded node-ipc

### 3.1.30
- Added Hard Bullet support.
- Added support for doorstop v4.

### 3.1.29
- Added games:
- Outward Definitive Edition
- V Rising
- Peglin
- Upgraded Electron and some other libraries to a far more recent version, hopefully providing better performance.
- Fixed more disabling bugs.
- Profile imports now properly disable mods.
- BONEWORKS disabling no longer needs a mod to be disabled+enabled prior to working.

### 3.1.28
- Added more games:
- For The King.
- Subnautica (and Subnautica: Below Zero).
- Core Keeper.
- Titanfall 2.
- EGS support for RoR2.
- Fixed disable bug where .old is appended multiple times.
- "State based" installs now disable correctly.
- Autoscroll when dragging mods.
- Other bug fixes.

## Screenshots

Game selection
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.32",
"version": "3.1.33",
"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.32');
public static VERSION: VersionNumber = new VersionNumber('3.1.33');
public static IS_PORTABLE: boolean = false;
public static APP_NAME: string = "r2modman";
}

0 comments on commit ea2b9c1

Please sign in to comment.