Changelog
- ⚠️ BREAKING ⚠️: config.json has changed to config.yml!! Please update your file accordingly. See the config.example.yml.
- Add support for a "Registration Token" to control registrations on private instances. Set it to empty in your config.yml if you want to allow registering new accounts by anyone:
RegistrationToken: ""
. Set it to something non-empty and secret if you want to access-control/block new registrations. This requires FMD Android >= v0.4.0.
- Build Docker image upon release
- Detect if the WebCrypto API is missing and show a proper error (rather than failing on login with weird errors)
- "Locate" button: choose between "all", "gps", "cellular" (rather than defaulting to "all")
- Use unprivileged ports by default (8080/8443 instead of 1020/1008) (#30)
- Exclude ambiguous characters from user ID (#29, by @scottmconway)
- Remove all inline JS and inline CSS to allow for stricter CSPs
- Internal cleanup
This release was mostly done by @thgoebel.