nc-photos/lib/changelog.dart

81 lines
1.4 KiB
Dart
Raw Normal View History

2021-04-16 16:45:17 +08:00
const contents = [
// v1
null,
// v2
null,
// v3
null,
// v4
null,
// v5
null,
// v6
null,
// v7
2021-04-17 01:25:40 +08:00
"""1.7.0
Added HEIC support
Fixed a bug that corrupted the albums. Please re-add the photos after upgrading. Sorry for your inconvenience
2021-04-20 19:02:46 +08:00
""",
// v8
"""1.8.0
Dark theme
2021-04-17 01:25:40 +08:00
""",
2021-04-27 19:48:42 +08:00
// v9
null,
2021-05-01 01:10:12 +08:00
// v10
null,
2021-05-01 16:46:38 +08:00
// v11
null,
2021-05-06 15:24:24 +08:00
// v12
null,
2021-05-07 17:47:15 +08:00
// v13
"""13.0
Added MP4 support (Android only)
""",
2021-05-09 19:40:09 +08:00
// v14
null,
2021-05-26 02:18:26 +08:00
// v15
"""15.0
This version includes changes that are not compatible with older versions. Please also update your other devices if applicable
""",
2021-06-06 03:25:18 +08:00
// v16
null,
2021-06-15 19:52:35 +08:00
// v17
"""17.0
Archive photos to only show them in albums
Link to report issues in Settings
2021-06-23 02:41:01 +08:00
""",
// v18
"""18.0
Modify date/time of photos
Support GIF
2021-07-03 18:07:52 +08:00
""",
// v19
"""19.0
2021-07-03 22:56:50 +08:00
- Folder based album to browse photos in an existing folder (read only)
2021-07-03 18:07:52 +08:00
- Batch import folder based albums
This version includes changes that are not compatible with older versions. Please also update your other devices if applicable
2021-07-11 13:28:43 +08:00
""",
// v20
"""20.0
- Improved albums: sorting, text labels
- Simplify sharing to other apps
- Added WebM support (Android only)
2021-06-15 19:52:35 +08:00
""",
2021-07-13 19:44:01 +08:00
// v21
null,
2021-07-17 23:43:35 +08:00
// v22
null,
2021-07-26 03:10:15 +08:00
// v23
"""23.0
- Paid version is now published on Play Store. Head to Settings to learn more if you are interested
2021-08-03 03:28:12 +08:00
""",
// v24
"""24.0
- Show and manage deleted files in trash bin
2021-07-26 03:10:15 +08:00
""",
2021-08-09 04:43:11 +08:00
// v25
null,
2021-04-16 16:45:17 +08:00
];