From f9b1edf58b67eb9853d040651a0fa0e92c9ddaee Mon Sep 17 00:00:00 2001 From: Cade Ayres Date: Sun, 26 May 2024 18:36:40 +0100 Subject: [PATCH 1/2] Update modExclusions.md --- modExclusions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modExclusions.md b/modExclusions.md index ce798b26f..2b8302a5f 100644 --- a/modExclusions.md +++ b/modExclusions.md @@ -49,3 +49,5 @@ GamefaceGamers-Mod_Sync codengine-SOTFEdit DevLeon-SonsOfTheForestMap + +Kesomannen-GaleModManager From 076a6455c4fa78b9d6261ed5286219386afc9263 Mon Sep 17 00:00:00 2001 From: Cade Ayres Date: Sat, 14 Sep 2024 11:30:12 +0100 Subject: [PATCH 2/2] Updated to 3.1.50 --- CHANGELOG.md | 43 ++++++++++++++++++++------- package.json | 2 +- src/_managerinf/ManagerInformation.ts | 2 +- 3 files changed, 34 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 004b7526d..caf48b1ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,37 @@ +### 3.1.50 +#### Games added +- Risk of Rain Returns +- Hades II +- Among Us +- Ale & Tale Tavern +- Screw Drivers +- Nine Sols +- Goodbye Volcano High +- Gloomwood +- Below the Stone +- Back to the Dawn +- Supermarket Together +- Betrayal Beach +- Arcus Chroma +- Deep Rock Galactic: Survivor + +#### Other changes +- Mods included in profile imports can now be seen before importing the profile. +- Improved visual appearance of modals + ### 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 - - Balatro +- Gladio Mori +- Slipstream: Rogue Space +- Panicore +- Magicraft +- Another Crab's Treasure +- Bopl Battle +- Vertigo 2 +- Against the Storm +- Lycans +- Castle Story +- Balatro #### General fixes - Better online mod filtering diff --git a/package.json b/package.json index 6984b37ac..cb31aaaba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "r2modman", - "version": "3.1.49", + "version": "3.1.50", "description": "A simple and easy to use mod manager for several games using Thunderstore.", "productName": "r2modman", "author": "ebkr", diff --git a/src/_managerinf/ManagerInformation.ts b/src/_managerinf/ManagerInformation.ts index 9ec9ce2bf..3f4bd7e7d 100644 --- a/src/_managerinf/ManagerInformation.ts +++ b/src/_managerinf/ManagerInformation.ts @@ -1,7 +1,7 @@ import VersionNumber from '../model/VersionNumber'; export default class ManagerInformation { - public static VERSION: VersionNumber = new VersionNumber('3.1.49'); + public static VERSION: VersionNumber = new VersionNumber('3.1.50'); public static IS_PORTABLE: boolean = false; public static APP_NAME: string = "r2modman"; }