Release 0.8.1
Important: This version contains a bug that prevents JOSM from loading your plugins. Please do not use this version to release your JOSM plugin, update to version 0.8.2 instead.
- fixes project name in generated *.pot file // 1675eaf
- several improvements to the tasks creating the distribution *.jar file // 53fec10 ac94d5a c740ca3
- improve sorting of translatable strings // 42b56ed
- fix warnings of Gradle 7 about certain tasks, see https://gitlab.com/JOSM/gradle-josm-plugin/-/issues/18 // 99c8bc1
- make the MANIFEST.MF file always valid UTF-8, see gradle/gradle#5225 // 881551a 8e2c796
- fix bug when modifying classpaths in the manifest, see #13 // eeb263e 4af86c4
- better documentation for the
localDist
task, see https://gitlab.com/JOSM/gradle-josm-plugin/-/merge_requests/10 // 6a4a205 197e995 - add documentation about versioning the plugin // dda1246
- add translatable string for translator credits to generated *.pot file // 9994f46
- small fixes to translation file processing // a0def29 04c0e5d
When updating to this version, make sure to update to a Gradle version >= 7.1 (it was tested with Gradle versions between 7.1.1 and 7.4.2).
For a full changelog, see https://gitlab.com/JOSM/gradle-josm-plugin/-/compare/v0.8.0...v0.8.1