Releases: floscher/gradle-josm-plugin
Releases · floscher/gradle-josm-plugin
Release 0.2.1
Release 0.2.0
- add task
i18n-xgettext
for extracting translatable strings from the source code. It writes a POT file intobuild/po/josm-plugin_MyAwesomePlugin.pot
- add more options for i18n, remove option
isPlugin
- more documentation, removed landing page from
gh-pages
, theREADME.md
is now the new landing page - rename the plugin id in Gradle plugin repository: org.openstreetmap.josm.gradle.plugin → org.openstreetmap.josm
Release 0.1.11
- fix minor bug that used a wrong path for loading preferences when using a RunJosmTask under some circumstances
Release 0.1.10
Small release with minor changes:
- a bugfix for the dependencies between the distribution tasks
- a bit of documentation
Release 0.1.9
Release 0.1.8
Release 0.1.7
- you can configure the manifest via a nested block (see commit message for an example) // ad82e1c
- the required JOSM plugins you configure are now (recursively, up to 10 levels deep) searched for transitive dependencies // 6fc73cf
- when running JOSM via one of the
RunJosmTask
s, it automatically picks up all required plugins (including transitively required ones). No need for configuration files. // 7ec1677 - a bit more documentation
Release 0.1.6
Use the dependencies of configuration packIntoJar
also for configuration minJosmVersionImplementation
.
Release 0.1.5
- fix issue, that task initJosmPrefs was UP-TO-DATE when it shouldn't have been
- add configuration
packIntoJar
for dependencies that should be packed into the release *.jar of the JOSM plugin - let Travis publish releases to https://plugins.gradle.org
Release 0.1.4
- prepare for publishing to plugins.gradle.org
- update documentation to reflect latest changes