Skip to content

Commit

Permalink
Updated versions and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkr committed Jun 18, 2024
1 parent ee438d0 commit 7b6e0b1
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
### 3.1.49
#### Games added
- Gladio Mori
- Slipstream: Rogue Space
- Panicore
- Magicraft
- Another Crab's Treasure
- Bopl Battle
- Vertigo 2
- Against the Storm
- Lycans
- Castle Story

#### General fixes
- Better online mod filtering
- Filter local mod list by last updated date
- This will only apply to mods updated as of this release
- Smaller fixes / tweaks

#### BONEWORKS / BONELAB
- BONEWORKS and BONELAB now have "recommended" mod loader versions to aid the experience

#### Titanfall 2 / Northstar
- The Northstar mod loader package installs correctly again

### 3.1.48
- Games added:
- Content Warning
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.48",
"version": "3.1.49",
"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.48');
public static VERSION: VersionNumber = new VersionNumber('3.1.49');
public static IS_PORTABLE: boolean = false;
public static APP_NAME: string = "r2modman";
}

0 comments on commit 7b6e0b1

Please sign in to comment.