From ac9e97eab6f528679a9677b5f0e264ed03b8c747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E6=9D=B0=E5=8F=8B=20Jieyou=20Xu=20=28Joe=29?= Date: Mon, 17 Jun 2024 00:03:09 +0100 Subject: [PATCH] docs: update CHANGELOG --- CHANGELOG.md | 67 +++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 64 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8e42492..9f293d97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,73 @@ ## [Unreleased] - ReleaseDate -- Significantly optimize cache updates (first update will still be a full update) -- Replace escape menu modding tab with mod integration interface -- Add light/dark mode toggle to settings menu +### Mod compatibility + - More mod save file fixes for Windows store version + +### UI + +- Add light/dark mode toggle to settings menu +- Indicate mod which causes integration error when possible +- Show URLs for mod.io-related errors +- Implement load priority fields to no longer rely on implicit ordering +- Add mod list sorting +- Removed drag-and-drop from implicit ordering +- Make search bar always visible +- Make window slightly larger by default +- Make delete button red +- Fix UI deadlock on input event +- Fix mod link always appearing as disabled +- Make mod URL searchable for mods without cache data +- Show time since last action + +### Hook + +- Migrate to patternsleuth resolvers +- Add patch to fix gas clouds not exploding sometimes +- Add logging + +### Integration + +- Compress bundled mod pak +- Fix mods sometimes integrating in incorrect order +- Various Asset Registry related fixes + +### mod.io handling + +- Fix mod url resolution + +### Caching and Configuration + +- Rename cache and config directories from `drg-mod-integration` to `mint` and default to legacy + if they exist +- Significantly optimize cache updates (first update will still be a full update) +- Allow overriding appdata dir via CLI flag + +### In-game + +- Replace escape menu modding tab with new modding menu +- Show mint mods in public server list + +### Release process improvements + +- Package Linux target with zip instead of tar +- Implement self-update +- Reduce release size by removing debug symbols +- Fix check workflow + +### Misc + - Fix Windows console being full of garbage characters +- Try to enable ANSI code support on Windows 10 - Fix unintentionally linking to libssl on Linux +- Bump dependencies +- Disable LTO for dev builds +- Add some testing for mod.io provider +- Prune unused dependencies +- Improved error handling +- Add nix flake +- Disable oodle by default when not compiling for Linux or Windows ## [0.2.10] - 2023-08-18