Travis will deploy the metadata validator to a GitHub release for
any tagged build that passes the tests. If a release does not
already exist, it will be created, otherwise the file will be
added to the existing release.
The masterlist repositories can then use the deployed binary
instead of having to build the binary from source themselves on
every Travis build.
The api_key entry was generated by the Travis CLI tool using my
GitHub account details.
Plugin objects would not match regex even though they may contain regex
names, and it was possible for two non-equal regex names to match each
other, which isn't desired.
For #467.
Korean and Simplified Chinese expect the unofficial translation
files to be dropped into the folder that holds the rest of the
translation files. If the files are missing, their translations
will not be included when the installer is built.
The translated strings were done in Google Translate and checked
in Bing Translate. They should at least be legible, if not great
quality.
The README now refers to Inno Setup, and the CONTRIBUTING file
has been generally updated both for the switch to Inno and the
recent code refactoring.