nc-photos/lib/changelog.dart
2021-10-09 17:52:24 +08:00

124 lines
2.4 KiB
Dart

const contents = [
// v1
null,
// v2
null,
// v3
null,
// v4
null,
// v5
null,
// v6
null,
// v7
"""1.7.0
Added HEIC support
Fixed a bug that corrupted the albums. Please re-add the photos after upgrading. Sorry for your inconvenience
""",
// v8
"""1.8.0
Dark theme
""",
// v9
null,
// v10
null,
// v11
null,
// v12
null,
// v13
"""13.0
Added MP4 support (Android only)
""",
// v14
null,
// v15
"""15.0
This version includes changes that are not compatible with older versions. Please also update your other devices if applicable
""",
// v16
null,
// v17
"""17.0
Archive photos to only show them in albums
Link to report issues in Settings
""",
// v18
"""18.0
Modify date/time of photos
Support GIF
""",
// v19
"""19.0
- Folder based album to browse photos in an existing folder (read only)
- Batch import folder based albums
This version includes changes that are not compatible with older versions. Please also update your other devices if applicable
""",
// v20
"""20.0
- Improved albums: sorting, text labels
- Simplify sharing to other apps
- Added WebM support (Android only)
""",
// v21
null,
// v22
null,
// v23
"""23.0
- Paid version is now published on Play Store. Head to Settings to learn more if you are interested
""",
// v24
"""24.0
- Show and manage deleted files in trash bin
""",
// v25
null,
// v26
"""26.0
- Pick album cover (open a photo in an album -> details -> use as cover)
""",
// v27
"""27.0
- New settings to customize photo viewer
""",
// v28
"""28.0
- New settings:
- Follow system dark theme settings (Android 10+)
""",
// v29
"""29.0
Features:
- (Experimental) Support the Nextcloud Face Recognition app
- Slideshow
- Performance & cache tweaks
- Due to an overhaul to the cache management, the old cache can't be used and will be cleared. First run after update will thus be slower
Localization (new/update):
- German (by PhilProg)
- Spanish (by luckkmaxx)
""",
// v30
"""30.0
Features:
- Share a single item using a link
- Optimize albums: the JSON files are now much smaller
- Download album/selected items
Localization (new/update):
- Czech (by Skyhawk)
- Spanish (by luckkmaxx)
""",
// v30
"""31.0
Features:
- Share multiple items using a link
- Manage shares in Collections > Sharing
- (Web) Now support share links like Android
- Group photos by date in albums (enable in Settings > Album)
""",
];