Skip to content
Release 0.7.1

* simplify task for generating *.pot file (no longer needs helper task `GenerateFileList`) // 3311c76639df18f101b47746ff61bccf96efc2d6
* update URLs of JOSM SVN // a18f00beaaec872f6eb3381925548c5f663b4e12
* split the project into four separate modules (was previously just different source sets), the plugin is now also published as multiple artifacts // 374d31dfe9fd4cab70d4ceb92faeb77ecc28ebde
* the :i18n module is published as both a Java library and also a Javascript library that could be used in the web browser // dddeeca379f8876972ff25ae53d868ac54b72eb8
* add native support for *.po file encoding and decoding (without needing `gettext` installed, available to both Java and Javascript) // d368c888f0349eec8e8ccb8430b7aa1270ca9e75

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).