From 968699c52b1705a348b65fbc110caf26fe1e47f5 Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Mon, 21 Oct 2024 18:42:03 +0200 Subject: [PATCH] Plan for version 0.3.0 --- TODO.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 673fcd3..c20771b 100644 --- a/TODO.md +++ b/TODO.md @@ -2,7 +2,23 @@ This is a rather unorganised list of TODOs just so I can somewhat keep track of my plans without forgetting things. -## Plans for version 0.2.0 +## Plans for version 0.3.0 + +### Important + +- [ ] Concurrent mod downloads to speed up profile installation/updates. + +### Nice to haves + +- [ ] Concurrent mod metadata downloads to speed up running the `update` command. +- [ ] Allow for overriding file types for file merge apply policies rather than relying on the file extension +- [ ] Support resource and shaderpack installs rather than just mods. +- [ ] Get mmm working properly on `wayland` with Nix. +- [ ] Get cross-compilation to Windows working with the mingw toolchain. +- [ ] Preserve formatting as much as possible when merging files + + +## Done in version 0.2.0 ### Important @@ -17,7 +33,7 @@ This is a rather unorganised list of TODOs just so I can somewhat keep track of merge (retaining original/modified values) merge should result in an install dir with A and B, where a.json and b.json are in A, and a.json is the result of merging a.json into the installed a.json (retaining the existing values from the file in the install dir), and the original files in folder B untouched (x.json and y.json) - [X] Test the merge apply policies when I am not half asleep. (nevermind, I tested while half asleep and seems good to me) -- [ ] Show package version somewhere in `mmm` +- [X] Show package version somewhere in `mmm` - [X] Save userdata after removing profiles with the remove command ### Nice to haves