- Support client-server model via setting the host to `0.0.0.0`. This allows many LanguageTool clients to connect to a single LanguageTool server. Inspired by feature requests, including 40 - thanks!
- Perhaps more importantly, finally adding support for the many options available in the [HTTPServerConfig](https://languagetool.org/development/api/org/languagetool/server/HTTPServerConfig.html). This enables lots of things: caching (both example-based an pipeline-based), custom language models, interfacing with premium mode, warming up the server, and more. Thanks to those who posted relevant issues, especially #50.
See the README for information on configuring a client-server setup or passing configuration options to LanguageTool.