Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
* Update the supported NodeJS version to 14.
* Properly check the mimetype of decrypted files without solely relying
  on the mimetype string provided with the media by the client.
* Update minimum required 'olm' version to 3.0.0.
* Add an option to set and configure the User-Agent and X-Forwarded-For
  HTTP headers.
* Fix deprecated used of Buffer.
* Replace deprecated 'request' dependency with 'simple-get'.
* Switch repository CI from TravisCI to Github Actions.
* Automatically publish docker images on 'main' branch commits and tags.
  • Loading branch information
anoadragon453 committed Sep 2, 2021
1 parent 1bd098d commit ec7878f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-context-scanner",
"version": "0.0.1",
"version": "1.7.0",
"description": "A web service for scanning media hosted by a Matrix media repository",
"main": "src/index.js",
"author": "-",
Expand Down

0 comments on commit ec7878f

Please sign in to comment.