diff --git a/CHANGELOG.md b/CHANGELOG.md index 24701ea1..f8727734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ This file is manually updated. Please file an issue if something is missing. ## v4.7.0, v3.7.0 - **Note**: you must run `occ memories:index -f` to take advantage of new features. +- **Massively improved video performance** + - Memories now comes with a dedicated transcoding server with HLS support. + - Read the documentation [here](https://github.com/pulsejet/memories/wiki/Configuration#video-transcoding) carefully for more details. - **Feature**: show EXIF metadata in sidebar ([#68](https://github.com/pulsejet/memories/issues/68)) ## v4.6.1, v3.6.1 (2022-11-07) diff --git a/README.md b/README.md index 7deafd31..4d5574c8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ Memories is a _batteries-included_ photo management solution for Nextcloud with - **📱 Mobile Support**: Works on devices of any shape and size through the web app. - **✏️ Edit Metadata**: Edit dates on photos quickly and easily. - **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder. -- **⚡️ Performance**: Memories is extremely fast. +- **📹 Video Transcoding**: Memories transcodes videos and uses HLS for maximal performance. +- **⚡️ Performance**: In general, Memories is extremely fast. ## 🌐 Online Demo diff --git a/appinfo/info.xml b/appinfo/info.xml index d6e2f50c..835049a5 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@