Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ignoring mod updates to UI, allow selecting what to update #59

Open
ManlyMarco opened this issue Sep 3, 2021 · 3 comments
Open
Labels
enhancement New feature or request mod updater

Comments

@ManlyMarco
Copy link
Collaborator

Make this usable without hand editing files

var ignoreListPath = "ignorelist.txt";
var ignoreList = File.Exists(ignoreListPath) ? File.ReadAllLines(ignoreListPath) : new string[0];

@efonor
Copy link

efonor commented Dec 31, 2021

Now, this would really be a handy little tool! It's convenient and easy to use the modpack and the manager-updater, but there is so much stuff I never ever use. I did deactivate quite a few mods in the manager, but learned the hard way that this will be overwritten when running update :) Hope you're able to include this in the next update. Thank you for your good work!

ManlyMarco added a commit that referenced this issue Dec 31, 2021
@efonor
Copy link

efonor commented May 17, 2022

I understand this feature is ready; will there be a new release coming up including this?

@ManlyMarco
Copy link
Collaborator Author

The referenced commit will be added to the next version, but the UI update is not done yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mod updater
Projects
None yet
Development

No branches or pull requests

2 participants