parent
04ac501477
commit
72aea77927
|
@ -2,9 +2,11 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [v6.1.1] - 2023-11-24
|
||||||
|
|
||||||
|
- This is an off-cycle hotfix release for some bugs in v6.1.0 ([see](https://github.com/pulsejet/memories/milestone/19?closed=1)).
|
||||||
- **Breaking**: The CUDA scaler is now the default for NVENC. You may need to reconfigure your transcoder. (see [#582](https://github.com/pulsejet/memories/issues/582))
|
- **Breaking**: The CUDA scaler is now the default for NVENC. You may need to reconfigure your transcoder. (see [#582](https://github.com/pulsejet/memories/issues/582))
|
||||||
|
- This release also cuts down a lot of weirdness and improves the usage of dependencies significantly.
|
||||||
|
|
||||||
## [v6.1.0] - 2023-11-15
|
## [v6.1.0] - 2023-11-15
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ Memories is a *batteries-included* photo management solution for Nextcloud with
|
||||||
1. Run `php occ memories:index` to generate metadata indices for existing photos.
|
1. Run `php occ memories:index` to generate metadata indices for existing photos.
|
||||||
1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos.
|
1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos.
|
||||||
]]></description>
|
]]></description>
|
||||||
<version>6.1.0</version>
|
<version>6.1.1</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author mail="radialapps@gmail.com">Varun Patil</author>
|
<author mail="radialapps@gmail.com">Varun Patil</author>
|
||||||
<namespace>Memories</namespace>
|
<namespace>Memories</namespace>
|
||||||
|
|
Loading…
Reference in New Issue