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/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 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"; }