You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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