From 0a4f6f2dc16cc0a2b4c8286f1e4c5e6ff6359c68 Mon Sep 17 00:00:00 2001 From: Simon Davies Date: Mon, 11 Dec 2023 13:38:57 +0000 Subject: [PATCH] remove modules.json from gitignore. updated changelog --- .gitignore | 1 + CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f3867a458..0e56bd5cd 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ attachments sourcemaps *.env CodeSignTool* +assets/modules.json # User-specific files *.suo diff --git a/CHANGELOG.md b/CHANGELOG.md index 21a2171e2..0a42f6ef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - (API) Added Save File dialog - (BepInEx) Improved API support +- (Xbox Gamestore) Fixed file system error dialog being raised for encrypted drives ## [1.9.10] - 2023-11-22 @@ -27,7 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added deep merge to Vortex API - ### Fixed - Fixed crash when managing Game Pass games