aEnigmatic / xcom2-launcher

Unofficial XCOM 2 launcher
GNU General Public License v3.0
0 stars 0 forks source link

Add Changelog tab in the informations pane #2

Closed Anahkiasen closed 8 years ago

Anahkiasen commented 8 years ago

Currently the manager tells you whether a mod has been updated recently, it would be nice if you could also peek at the changelog see what the change was. Talking about the information found here.

I don't know if those informations are available through the API, if not this can probably be closed.

aEnigmatic commented 8 years ago

Sadly, neither the steam nor the web API have an interface for that data. I might add a link, though.

robojumper commented 8 years ago

You could extract the changelog via a WebClient and RegEx if you wanted to. I tried a little bit around, it's up to you whether you want it. x2modlauncher Just checkout my fork. Beware, I am a noob with Git(Hub) and i may have borked things.

Anahkiasen commented 8 years ago

That would be good enough for me in my book, not sure what the Steam license says about crawling though.

BlueRaja commented 8 years ago

@robojumper Click the 'code' button above, then 'Create Pull Request'. Then we can do a code review of the code, and the repo-owner can automatically merge your code when it looks good.