Jaxe-Dev / PublisherPlus

Provides extended options for publishing mods to the Steam Workshop.
5 stars 16 forks source link

Support for adding changenote on publish #5

Closed emipa606 closed 2 years ago

emipa606 commented 4 years ago

Looks for a Changelog.txt-file in the About-folder Parses the file and also the Manifest.xml-file to look for the current mod-version Uses regex to find that version in the changelog-file and adds that to the change-note update after publish.

This is based on my local setup where I populate the changelog.txt during my Github-commits. With a gui or mod-options it could look for the changenote from other locations or perhaps add it as a text-input in the publish-gui if the file is missing. Im not very good at the gui stuff so I just use the file-parsing 😄

emipa606 commented 4 years ago

Sorry about the long list of commits, had some issues with extra files