parent
1e881fb93b
commit
e2743cdb38
|
@ -13,6 +13,9 @@ All notable changes to this project will be documented in this file.
|
|||
- **Feature**: Layout improvements especially for mobile.
|
||||
- **Feature**: Allow downloading entire publicly shared albums.
|
||||
- **Feature**: Basic preview generation configuration in admin interface.
|
||||
- **Bugfix**: Prevent keeping original file on metadata edit.
|
||||
- **Bugfix**: Use correct locale for time in metadata view.
|
||||
- **Bugfix**: Allow editing metadata on large video files.
|
||||
|
||||
## [v5.1.0] - 2023-04-29
|
||||
|
||||
|
|
|
@ -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. Open the 📷 Memories app in Nextcloud and set the directory containing your photos.
|
||||
]]></description>
|
||||
<version>5.2.0-beta.1</version>
|
||||
<version>5.2.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="radialapps@gmail.com">Varun Patil</author>
|
||||
<namespace>Memories</namespace>
|
||||
|
|
Loading…
Reference in New Issue