mirror of
https://github.com/WarrenHood/MCModpackManager.git
synced 2025-04-29 13:44:58 +01:00
Plan for version 0.3.0
This commit is contained in:
parent
835ebea1f8
commit
968699c52b
20
TODO.md
20
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
|
||||
|
|
Loading…
Reference in a new issue