ChangelogGenerator icon indicating copy to clipboard operation
ChangelogGenerator copied to clipboard

Generates changelogs for CurseForge modpacks.

Results 7 ChangelogGenerator issues
Sort by recently updated
recently updated
newest added

I can no longer make changelogs due to this error ``` WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance. java.lang.RuntimeException: java.lang.RuntimeException: com.therandomlabs.curseapi.CurseException: Failed to execute request: Request{method=GET, url=https://addons-ecs.forgesvc.net/api/v2/addon/347635, tags={class...

![image](https://user-images.githubusercontent.com/5889820/166727862-1a8d7100-e470-45de-be0e-385c9c408bb6.png)

If there could be a option to remove the section that shows the mod changelogs and only show what has been updated.

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps TRLUtils-IO from master-SNAPSHOT to v1.0.1. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=com.github.TheRandomLabs:TRLUtils-IO&package-manager=gradle&previous-version=master-SNAPSHOT&new-version=v1.0.1)](https://dependabot.com/compatibility-score/?dependency-name=com.github.TheRandomLabs:TRLUtils-IO&package-manager=gradle&previous-version=master-SNAPSHOT&new-version=v1.0.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

not even a feature request because this exists at least for Linux. https://stackoverflow.com/a/18841 aka pandoc ```bash pandoc -f markdown changelog.md > changelog.html ``` turns the markdown into html. You could...

enhancement