You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone migrating from an older non-SQLite version images will need to be loaded into the DB via the included background directory scanner. This is usually pretty quick but for those with very large galleries it may take a few minutes to import the data and generate the thumbnail images.
Added
SQLite database backend with DBUp scripts.
Admin management features such as add, edit, remove gallery.
Admin gallery download as a zip.
Better overall admin stats about galleries.
Thumbnail generation for better page loads.
Background task to scan for new images not added via the front end.
Unit test cases.
Bug Fixes
Added caching to the DeviceDetector parse as it is very slow.