Release 0.7.1
- simplify task for generating *.pot file (no longer needs helper task
GenerateFileList
) // 3311c76 - update URLs of JOSM SVN // a18f00b
- split the project into four separate modules (was previously just different source sets), the plugin is now also published as multiple artifacts // 374d31d
- the :i18n module is published as both a Java library and also a Javascript library that could be used in the web browser // dddeeca
- add native support for *.po file encoding and decoding (without needing
gettext
installed, available to both Java and Javascript) // d368c88
When updating to this version, make sure to update to a Gradle version >= 6.0 (it was tested with Gradle versions between 6.0 and 6.7).