Releases: mattermost-community/mattermost-plugin-jitsi
Releases · mattermost-community/mattermost-plugin-jitsi
v2.1.0
Supported Mattermost Server Versions: 5.2.0+
Enhancements
- caccad2 [MM-57194] Mark confidential settings as secrets (#261)
- 00d0618 Add NL locale (#246)
- 43dcf4a [GH-170] Allow to overwrite pre join page inside Mattermost (#217)
- 1c6db0e Replaced Marketplace install with manual process (#242)
- e09c61d MM-40214: Add App Bar icon (#214)
- c7f6184 [I18N] Add Hungarian Webapp translation (#210)
- 143bbd8 [GH-198] Use Mattermost Username as display name in jitsi (#205)
- 581801b #160 Meeting announcement created from ephemeral to get posted in RHS (#173)
- 558c303 [mm-141] - Uses the siteURL for all calls from the web app (#197)
- 0742f66 Allows users to set up a Do not Disturb message when in meetings in embedded mode (#195)
- cdbac1e Add Czech (#186)
- d533d34 #152-Add autocomplete icon (#159)
- e0951fb Add autocomplete functionnality (#114)
- a9059ee Translations update from Weblate (#148)
- 72d11be Use i18n package (#146)
- 5c3f753 Added russian translation (#145)
- 2ac88f1 Update screenshot to include embedded video (#132)
- b4ebcae Remove the video quality adjustments on minimization
Fixes
- e6f8c0a needs golang 1.21 (#257)
- ced05f5 [MM-219] Fix issue of username not visible in jitsi embed meeting (#240)
- e5e3252 Add more detail to error (#182)
- c6b2c62 Adding some unit tests to increase the coverage (#113)
- 4fb4e42 GH-153: Command responses don't get posted in the RHS (#158)
- ec9ea1c Added missing closing square bracket for german translation (#138)
- 84c5e3a Making bigger the embedded mode
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