nc-photos/lib/changelog.dart

42 lines
598 B
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-04-16 16:45:17 +08:00
];