From dc6b06fd4447b01f6dd178eac7e1014fa64ef027 Mon Sep 17 00:00:00 2001 From: Truman Kilen Date: Thu, 17 Aug 2023 22:19:52 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c78f5778..87ced73b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ ## [Unreleased] - ReleaseDate -- Microsoft Store: Fix mods being unable to write custom save files +- Many small improvements to the GUI +- Add simple in game UI to show local and remote integration version and active mods +- Add experimental mod linting to assist with common mod issues such as conflicts ([#55](https://github.com/trumank/drg-mod-integration/pull/55)) +- Microsoft Store: Fix mods being unable to write custom save files ([#58](https://github.com/trumank/drg-mod-integration/issues/58)) +- Fix `profile` CLI command not respecting mod's `enable` flag ## [0.2.9] - 2023-08-11