nc-photos/lib/changelog.dart

69 lines
1.2 KiB
Dart
Raw Normal View History

2021-04-16 10:45:17 +02:00
const contents = [
// v1
null,
// v2
null,
// v3
null,
// v4
null,
// v5
null,
// v6
null,
// v7
2021-04-16 19:25:40 +02: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 13:02:46 +02:00
""",
// v8
"""1.8.0
Dark theme
2021-04-16 19:25:40 +02:00
""",
2021-04-27 13:48:42 +02:00
// v9
null,
2021-04-30 19:10:12 +02:00
// v10
null,
2021-05-01 10:46:38 +02:00
// v11
null,
2021-05-06 09:24:24 +02:00
// v12
null,
2021-05-07 11:47:15 +02:00
// v13
"""13.0
Added MP4 support (Android only)
""",
2021-05-09 13:40:09 +02:00
// v14
null,
2021-05-25 20:18:26 +02: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-05 21:25:18 +02:00
// v16
null,
2021-06-15 13:52:35 +02:00
// v17
"""17.0
Archive photos to only show them in albums
Link to report issues in Settings
2021-06-22 20:41:01 +02:00
""",
// v18
"""18.0
Modify date/time of photos
Support GIF
2021-07-03 12:07:52 +02:00
""",
// v19
"""19.0
2021-07-03 16:56:50 +02:00
- Folder based album to browse photos in an existing folder (read only)
2021-07-03 12:07:52 +02: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 07:28:43 +02:00
""",
// v20
"""20.0
- Improved albums: sorting, text labels
- Simplify sharing to other apps
- Added WebM support (Android only)
2021-06-15 13:52:35 +02:00
""",
2021-07-13 13:44:01 +02:00
// v21
null,
2021-04-16 10:45:17 +02:00
];