From 64d4aa72a14fd44ebbb20e5d8ae1eefd1f30a5fd 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 | 43 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 39 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8e42492..9cbafa37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,47 @@ ## [Unreleased] - ReleaseDate -- Significantly optimize cache updates (first update will still be a full update) -- Replace escape menu modding tab with mod integration interface +### General + +- Fix unintentionally linking to libssl on Linux. This used to prevent some users on various Linux + distros from being able to launch mint at all. + +### User Interface + - Add light/dark mode toggle to settings menu -- More mod save file fixes for Windows store version +- Replace escape menu modding tab with new modding menu +- Show mint mods in public server list +- Show time since last action +- Make mod URL searchable for mods without cache data +- Implement load priority to no longer rely on implicit ordering +- Add mod list sorting +- Slightly improved error reporting; mint should now indicate the mod that caused a failure +- Various GUI improvements + +### Core Functionality + +- Implement Asset Registry handling. This should be sufficient for most mods that were previously + not usable with mint due to the lack of Asset Registry handling. +- Implement self-update +- Fix mod url resolution +- Fix mods sometimes integrating in incorrect order +- Add patch to fix gas clouds not exploding sometimes +- Some mod save file fixes for Windows store version + +### Internal Changes + +- Significantly optimize cache updates (first update will still be a full update) +- Allow overriding appdata dir via CLI flag +- Rename cache and config directories from `drg-mod-integration` to `mint` and default to legacy + if they exist - Fix Windows console being full of garbage characters -- Fix unintentionally linking to libssl on Linux +- Disable LTO for dev builds +- Add nix flake +- Improved testing +- Various CI improvements +- Reduce release size by removing debug symbols +- Package Linux target with zip instead of tar +- Compress bundled mod pak ## [0.2.10] - 2023-08-18