nc-photos/lib/changelog.dart

36 lines
430 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-04-16 16:45:17 +08:00
];