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-07-17 17:43:35 +02:00
|
|
|
// v22
|
|
|
|
null,
|
2021-07-25 21:10:15 +02:00
|
|
|
// v23
|
|
|
|
"""23.0
|
|
|
|
- Paid version is now published on Play Store. Head to Settings to learn more if you are interested
|
2021-08-02 21:28:12 +02:00
|
|
|
""",
|
|
|
|
// v24
|
|
|
|
"""24.0
|
|
|
|
- Show and manage deleted files in trash bin
|
2021-07-25 21:10:15 +02:00
|
|
|
""",
|
2021-08-08 22:43:11 +02:00
|
|
|
// v25
|
|
|
|
null,
|
2021-08-17 16:20:33 +02:00
|
|
|
// v26
|
|
|
|
"""26.0
|
|
|
|
- Pick album cover (open a photo in an album -> details -> use as cover)
|
2021-08-28 14:00:45 +02:00
|
|
|
""",
|
|
|
|
// v27
|
|
|
|
"""27.0
|
|
|
|
- New settings to customize photo viewer
|
2021-09-04 19:15:25 +02:00
|
|
|
""",
|
|
|
|
// v28
|
|
|
|
"""28.0
|
|
|
|
- New settings:
|
|
|
|
- Follow system dark theme settings (Android 10+)
|
2021-08-17 16:20:33 +02:00
|
|
|
""",
|
2021-04-16 10:45:17 +02:00
|
|
|
];
|