Skip to main content

Cirx08

Important Notes#

  • 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.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.0.10...1.1.0

Cirx08

Bug Fixes#

  • Allow all image types on upload input.
  • Added trim to photo paths as a duplicate slash was being added to both the admin review gallery and the main gallery.
  • Fixed display issue on tablets. Some tablets are detected as mobile devices and display an empty column.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.0.7...1.0.8