Releases: mattermost-community/mattermost-plugin-jitsi
Releases · mattermost-community/mattermost-plugin-jitsi
v2.0.1
v2.0.0
Supported Mattermost Server Versions: 5.2.0+
Enhancements
- 9f1a26e Migrate to bot account (#115)
- 2a7a6be Add german translation (#116)
- cbc0e46 Add badges (#117)
- 12c8850 Set meet.jit.si as default jitsi server (#83)
- 44ab403 French Translation for server and webapp (#106)
- 4ac32dd Moving naming schema settings up in the config panel (#101)
- e984ee0 Add i18n support (frontend part) (#79)
- 985cf41 Server side i18n (#81)
- db90959 Add note on Jesús helping as a maintainer of the repo (#54)
- e0a8486 Add Embedding support (#69)
- a8e1cdf Add slash command (#64)
- b848769 Adding initial support for typescript tests (#62)
- fc1439f Migrate to typescript (#56)
- a241ba5 Add option for ask the type of meeting (#48)
- cc40917 Add user information using jwt (#35)
- 45ef3e2 Add option to choose name generator (#40)
- a4fe8d9 Add meet slash command (#39)
- 63bd44c Add additional Metadata (#34)
Fixes
v1.3.0
This release adds jwt authentication thanks to @m-kad as well as a docker build process thanks to @nightvisi0n
v1.2.0
There is now a singular binary for all server OS types.
Changelog
- Ensured there are no duplicate slashes in the URL
v1.1.0
Enable plugin to work with latest versions of Mattermost
v1.0.1
This is a release to fix an issue associated with error mattermost/mattermost#9405
v1.0.0
Updated to work with Mattermost v5.2.0+
Currently no way to custom name a room. This will be re-added at a later date.
v0.2.0
Changes
- Topic name is now used to generate the room name if used.
- Room name is randomly generated from a list of words such as
MagnificentBirdsFlossLoudly
if no topic name is provided, or if the topic name is not valid. - Room names are no longer static based upon who creates them, and which channel they were created in.
v0.1.1
Resolve conflicts