memories/CHANGELOG.md

112 lines
3.2 KiB
Markdown
Raw Normal View History

2022-10-17 03:24:49 +00:00
# Changelog
This file is manually updated. Please file an issue if something is missing.
2022-10-29 05:45:27 +00:00
## v4.5.0, v3.5.0 (2022-10-28)
2022-10-28 23:04:40 +00:00
2022-10-29 05:25:43 +00:00
- **Feature**: Album sharing to other Nextcloud users
- **Feature**: Folder sharing with public link [#74](https://github.com/pulsejet/memories/issues/74)
2022-10-28 23:04:40 +00:00
- Performance improvements and bug fixes
## v4.4.1, v3.4.1 (2022-10-27)
2022-10-29 05:25:43 +00:00
- **Feature**: Albums support for Nextcloud 25 (alpha)
2022-10-28 23:04:40 +00:00
- Performance improvements and bug fixes
2022-10-27 21:05:41 +00:00
2022-10-26 18:27:04 +00:00
## v4.3.8, v3.3.8 (2022-10-26)
2022-10-28 23:04:40 +00:00
- **Feature**: Full screen viewer on desktop
- **Feature**: Allow opening people and tags in new tab
- Bugfix: Fix regression in performance with large number of files
- Bugfix: Improve image quality on mobile
2022-10-26 18:27:04 +00:00
2022-10-25 04:45:42 +00:00
## v4.3.7, v3.3.7 (2022-10-24)
2022-10-28 23:04:40 +00:00
- **Feature**: Support for RAW (must run `occ memories:index` after upgrade) with camera raw previews app ([#107](https://github.com/pulsejet/memories/issues/107))
- **Feature**: Better settings experience.
- **Feature**: Better first start experience.
- Bug fixes for postgresql and mysql
2022-10-25 00:59:42 +00:00
2022-10-22 22:52:42 +00:00
## v4.3.0, v3.3.0 (2022-10-22)
2022-10-28 23:04:40 +00:00
- **Note:** you must run `occ memories:index -f` after updating to take advantage of new features.
- **Feature**: **Brand new tiled layout for photos**
- **Feature**: Photos from "On this day" are now shown at the top of the timeline
- **Feature**: Move selected photos from one person to another ([#78](https://github.com/pulsejet/memories/issues/78))
- **Feature**: Highlight faces in People view ([#79](https://github.com/pulsejet/memories/issues/79))
- **Feature**: Choose root folder for Folders view ([#85](https://github.com/pulsejet/memories/issues/85))
- **No longer need to install exiftool**. It will be bundled with the app.
- Improve overall performance with caching
- Basic offline support with cache
- Improve scroller performance
- Improve faces view performance
2022-10-17 03:24:49 +00:00
## v4.2.2, v3.2.2 (2022-10-12)
2022-10-28 23:04:40 +00:00
- Update to mobile layout with improved performance
- Show how old photos are in `On this day`
2022-10-17 03:24:49 +00:00
## v4.2.1, v3.2.1 (2022-10-11)
2022-10-28 23:04:40 +00:00
- Fix incorrect layout of `On this day`
2022-10-17 03:24:49 +00:00
## v4.2.0, v3.2.0 (2022-10-11)
2022-10-28 23:04:40 +00:00
- Allow renaming and merging recognize faces
- Bug fixes
2022-10-17 03:24:49 +00:00
## v4.1.0, v3.1.0 (2022-10-08)
2022-10-28 23:04:40 +00:00
- First release for Nextcloud 25
2022-10-17 03:24:49 +00:00
## v3.0.0 (2022-10-07)
2022-10-28 23:04:40 +00:00
- People tab with faces from recognize app
- Tags tab with objects from recognize app
- On this day tab
- Bug fixes and performance improvements
2022-10-17 03:24:49 +00:00
## v2.1.3 (2022-09-27)
2022-10-28 23:04:40 +00:00
- Bug fixes and optimized performance
2022-10-17 03:24:49 +00:00
## v2.1.2 (2022-09-25)
2022-10-28 23:04:40 +00:00
- Breadcrumb navigation in folder view
- Edit Exif date feature (use with care)
- Archive photos function
- Improved localization and performance
2022-10-17 03:24:49 +00:00
## v2.0.0 (2022-09-23)
2022-10-28 23:04:40 +00:00
- **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
2022-10-17 03:24:49 +00:00
## v1.1.6 (2022-09-15)
2022-10-28 23:04:40 +00:00
- **New feature:** Select photos from an entire day together
- **Fix:** Timeline with nested folders
2022-10-17 03:24:49 +00:00
## v1.1.5 (2022-09-15)
2022-10-28 23:04:40 +00:00
- Fix for postgres
- Fix for Exiftool crash
2022-10-17 03:24:49 +00:00
## v1.1.1 - v1.1.4 (2022-09-13)
2022-10-28 23:04:40 +00:00
- PHP 7.4 support
- Bug fixes
2022-10-17 03:24:49 +00:00
## v1.1.0 (2022-09-13)
2022-10-28 23:04:40 +00:00
- Support for external storage
- Favorites and Videos tabs
- Improved performance
- Better support for folder shares
2022-10-17 03:24:49 +00:00
## v1.0.1 - v1.1.0 (2022-09-08)
2022-10-28 23:04:40 +00:00
- Initial releases