Mattermost4.5の新機能
Dec 24, 2017 14:25 · 1046 words · 3 minute read
はじめに
2017/12/16にMattermost 4.5.0がリリースされたので、追加された機能などについて簡単に紹介します。
詳細については公式のリリースを確認ください。 Mattermost 4.5: Zoom plugin for video, audio and screen sharing, plus new mobile features - Mattermost Mattermost Changelog — Mattermost 4.5 documentation
新機能
Zoomプラグイン
Mattermost上から簡単にビデオカンファレンスサービスであるZoomを利用できる機能がプラグインとして追加されました。 このプラグインのソースコードも独立のリポジトリとして公開されているため、サーバープラグインのリファレンス実装として参考になりそうです。 mattermost/mattermost-plugin-zoom: Zoom plugin for Mattermost
ただ、このプラグインを利用するために必要なZoomのAPI KeyなどはZoomの有料のDevelopersアカウントを作成する必要がありそうです。 My Account – Zoom Developers
E20: Actianceコンプライアンスエクスポート
企業ではコンプライアンス上、Mattermost上の投稿やデータなどを保持しておく必要があり、そのためのポリシーを自社で策定したりしています。 上記を満たすためのアーカイブ機能として、自動でMattermost上のデータをサードパーティシステムであるActianceにエクスポートするための機能が追加されたようです。 Compliance Export Beta (E20 Add-On) — Mattermost 4.5 documentation
モバイルアプリのアップデート
- VideoやPDF, MS Office製品のファイルなどを閲覧できるようになりました
タップするとダウンロードが始まり…
PDFやPPTXファイルなどはこんな感じで表示されます。
-
モバイルアプリ上でもスラッシュコマンドを選択式に入力できるようになりました
-
iOSアプリの3Dタッチ機能を利用して既読操作を簡単に行えるようになったようです
-
Markdownのイメージ記法を利用すると、投稿内でレンダリングされるようになりました。(以前はURLリンクを表示する形式だった模様)
-
iPhone Xをサポートしたようです
API Version 3 Deprecated Jan. 16, 2018
以前よりアナウンスされていましたが、Mattermost API v3が次回のリリース日である2018/1/16に廃止になります。
オープンソースプロジェクト(コミュニティ機能)
Giphy Integration on AWS Lambda
AWS Lambdaを利用したGiphyとの連携機能のようです。 pableu/mattermost-giphy-lambda: AWS Lambda Function to create a Slash-Command for Giphy-Integration in Mattermost
MantisBT Plugin Integration
Issue TrackerであるMantisBTとの連携機能のようです。 aalasolutions/MantisBT-Mattermost: Mantis integration plugin with Mattermost
Laravel Web Framework for Mattermost PHP driver
PHPのフレームワークであるLaravelと連携する機能のようです。 gnello/laravel-mattermost-driver: A Laravel integration for the package php-mattermost-driver
おわりに
次回のv4.6.0
のリリースは2018/1/16を予定しています。
- Mattermost5.31の新機能
- ブログ用のgifファイルを作るコマンドの備忘録
- Mattermostへの貢献
- [Mattermost Integrations] Matterpoll Plugin (Development)
- [Mattermost Integrations] Matterpoll Plugin (Webapp)
- [Mattermost Integrations] Matterpoll Plugin (Server)
- [Mattermost Integrations] Plugin (Webapp 2)
- [Mattermost Integrations] Plugin (Webapp)
- Mattermost5.30の新機能
- [Mattermost Integrations] Plugin (Server API)