Skip to content

Release 0.4.7

Compare
Choose a tag to compare
@floscher floscher released this 02 Jul 13:21
· 291 commits to main since this release
v0.4.7
  • #movingtogitlab, the main home of the project is now https://gitlab.com/floscher/gradle-josm-plugin/ , a mirror of the repo will remain on GitHub for the time being // b435620
  • the method getPathTransformer(), which creates meaningful paths in *.pot files supports now other git-hosters than GitHub too // 9098c1f
  • new class GitDescriber for easy access to the commit hash or the git describe version number of a git repo (via JGit). The version number of your JOSM plugin will be by default the output of GitDescriber(projectDir).describe() (can be overriden) // 2993035