snikket-server/CHANGELOG.md

26 lines
743 B
Markdown
Raw Normal View History

2020-05-13 11:59:25 +00:00
# Snikket Server changelog
## alpha.20200624
2020-06-22 10:44:30 +00:00
- Add support for generating account recovery links
- Fix group chat creation glitches
- Increase file sharing limit from 1MB -> 10MB
- Enable Prosody admin shell for debug purposes
## alpha.20200525
- Fix for the TURN service auth configuration that prevented some A/V calls from working
2020-05-13 13:38:50 +00:00
## alpha.20200513
2020-05-13 11:59:25 +00:00
- Add STUN/TURN service to facilitate audio/video calls (see note below)
2020-05-13 13:38:50 +00:00
- Restrict 'General Chat' to local users only
2020-05-13 11:59:25 +00:00
- Fix hanging on `docker stop`
2020-05-13 13:38:50 +00:00
If you are upgrading from a previous version, this version requires some changes
in how you run Snikket. Please see the [upgrade notes](https://gist.github.com/mwild1/aa2af95b520bd44283d9062e7846a874)!
2020-05-13 11:59:25 +00:00
2020-05-13 13:38:50 +00:00
## alpha.0
2020-05-13 11:59:25 +00:00
- Initial release!