-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
Re-adding of the changelog command #2100
Comments
assigned erri as well since he made the feature in version 2.x |
I too, would really appreciate the return of this feature. |
Which information should the changelog contain? The original command generated a changelog that looked something like this: ### Updated
- Cool Mod: v1 -> v2
### Added
- BHUNP
### Removed
- CBBE 3BA |
Ideally something similar to that format with the mods under each section alphabetised. In terms of format, .md would be ideal for easy transfer onto github. I know that the original one was not able to tell if you had updated something and removed the old version so that would be a "nice to have per se." |
I'd be happy if it 'only' catches changed archives like it did in 2.5.xx Ideally the command would check if a removed archive got replaced by an archive with a similar name(aka update) tho, but if that's not easily doable, it would be a huge help to 'at least' catch every changed archive. |
The old code had issues with updated mods because I rushed the feature for my Lotus modlist. Anyway, will try re-implementing this. |
Describe the solution you'd like
Describe alternatives you've considered
The command as it was (even though I know you are well aware of it)
wabbajack-cli.exe changelog --original "C:\Path\To\old\version.wabbajack" --update "C:\Path\To\new\version.wabbajack" -o FilenameOfTheOutput.md
The text was updated successfully, but these errors were encountered: