Skip to content

Commit

Permalink
Updated README and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkr committed May 7, 2022
1 parent afc828d commit c3ed16d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,18 @@ 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.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.

### (3.1.26 ... 3.1.27)
- Added several supported games:
- Cats are Liquid - A Better Place.
Expand All @@ -94,11 +106,6 @@ The only thing you have to consider when suggesting a feature is the impact it w
- Configs can now be opened directly (thanks @MSchmoecker)
- Mods installed using the state-based format can now be disabled correctly. (Sideloader and BONEWORKS mods).

### (3.1.22 ... 3.1.24)
- Fixed enable/disable issue when no monomod folder is present.
- Fixed bugged profile installations.
- Fixed issue with disabling.

## 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.27",
"version": "3.1.28",
"description": "A simple and easy to use mod manager for several Unity 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.27');
public static VERSION: VersionNumber = new VersionNumber('3.1.28');
public static IS_PORTABLE: boolean = false;
public static APP_NAME: string = "r2modman";
}

0 comments on commit c3ed16d

Please sign in to comment.