diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..a55bb5fa --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,67 @@ +# Changelog + +This file is manually updated. Please file an issue if something is missing. + +## v4.3.0, v3.3.0 +* **Note:** you must run `occ memories:index -f` after updating to take advantage of new features. +* **Brand new tiled layout for photos** +* Improved performance with caching +* Improve scroller performance +* Basic offline support with cache + +## v4.2.2, v3.2.2 (2022-10-12) +* Update to mobile layout with improved performance +* Show how old photos are in `On this day` + +## v4.2.1, v3.2.1 (2022-10-11) +* Fix incorrect layout of `On this day` + +## v4.2.0, v3.2.0 (2022-10-11) +* Allow renaming and merging recognize faces +* Bug fixes + +## v4.1.0, v3.1.0 (2022-10-08) +* First release for Nextcloud 25 + +## v3.0.0 (2022-10-07) +* People tab with faces from recognize app +* Tags tab with objects from recognize app +* On this day tab +* Bug fixes and performance improvements + +## v2.1.3 (2022-09-27) +* Bug fixes and optimized performance + +## v2.1.2 (2022-09-25) +* Breadcrumb navigation in folder view +* Edit Exif date feature (use with care) +* Archive photos function +* Improved localization and performance + +## v2.0.0 (2022-09-23) + +* **Note:** you must re-run `occ memories:index` after updating. +* Support for external storage and shared folders for timeline. +* Localization support. Many languages already available. +* Select and favorite / unfavorite photos + +## v1.1.6 (2022-09-15) +* **New feature:** Select photos from an entire day together +* **Fix:** Timeline with nested folders + +## v1.1.5 (2022-09-15) +* Fix for postgres +* Fix for Exiftool crash + +## v1.1.1 - v1.1.4 (2022-09-13) +* PHP 7.4 support +* Bug fixes + +## v1.1.0 (2022-09-13) +* Support for external storage +* Favorites and Videos tabs +* Improved performance +* Better support for folder shares + +## v1.0.1 - v1.1.0 (2022-09-08) +* Initial releases