Add a TODO to allow for manual file type overrides when merging files

This commit is contained in:
Warren Hood 2024-10-09 02:12:09 +02:00
parent ea62d39ca3
commit ca058bbfaa

View file

@ -23,6 +23,7 @@ This is a rather unorganised list of TODOs just so I can somewhat keep track of
### Nice to haves ### Nice to haves
- [ ] Preserve formatting as much as possible when merging files - [ ] Preserve formatting as much as possible when merging files
- [ ] 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. - [ ] Support resource and shaderpack installs rather than just mods.
- [ ] Concurrent mod downloads to speed up profile installation/updates. - [ ] Concurrent mod downloads to speed up profile installation/updates.
- [ ] Concurrent mod metadata downloads to speed up running the `update` command. - [ ] Concurrent mod metadata downloads to speed up running the `update` command.