Skip to content

Releases: Cirx08/WeddingShare

v1.3.0

16 Dec 21:10
Compare
Choose a tag to compare

Release v1.3.0

Fixed

  • Added slideshow mode.
  • Added SLIDESHOW_INTERVAL environment variable.
  • Added SLIDESHOW_FADE environment variable.
  • Added SLIDESHOW_LIMIT environment variable.

Changelog

1.2.4...1.3.0

v1.2.4

15 Dec 11:37
Compare
Choose a tag to compare

Release v1.2.4

Fixed

  • Bug fix for image upload secret key mismatch.

Changelog

1.2.3...1.2.4

v1.2.3

14 Dec 18:48
Compare
Choose a tag to compare

Release v1.2.3

Added

  • Added FULL_WIDTH_GALLERY environment variable.
  • Added DEFAULT_GALLERY_VIEW environment variable.

Changelog

1.2.2...1.2.3

v1.2.2

12 Dec 23:12
Compare
Choose a tag to compare

Release v1.2.2

Added

  • Added presentation mode.

Changelog

1.2.1...1.2.2

v1.2.1

12 Dec 21:58
Compare
Choose a tag to compare

Release v1.2.1

Changes

  • Moved admin login from homepage to /Admin/Login.
  • Added redirect to default gallery if secret key disabled and single gallery mode enabled.

Changelog

1.2.0...1.2.1

v1.2.0

11 Dec 21:41
Compare
Choose a tag to compare

Release v1.2.0

Added

  • Added seconds to cron schedule on directory scanner.
  • Add the ability for an admin to delete approved images from a gallery.
  • Add the ability for an admin to wipe a gallery.
  • Add the ability for an admin to completely wipe all data.
  • Add the ability for an admin import and export a backup.
  • Add the ability for a gallery viewers order based on a dropdown.

Changes

  • Redesigned popups.

Bug Fixes

  • Fixed thumbnail generation when reviewing is disabled.

Changelog

1.1.2...1.2.0

v1.1.2

06 Dec 20:13
Compare
Choose a tag to compare

Release v1.1.2

Bug Fixes

  • Removed DeviceDetector.NET as it was causing slow load times.

Changelog

1.1.1...1.1.2

v1.1.1

05 Dec 19:41
Compare
Choose a tag to compare

Release v1.1.1

Bug Fixes

  • Fixed a bug where image thumbnails are generated in the wrong orientation.

Changelog

1.1.0...1.1.1

v1.1.0

04 Dec 21:28
Compare
Choose a tag to compare

Release v1.1.0

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

1.0.10...1.1.0

v1.0.10

01 Dec 18:07
Compare
Choose a tag to compare

Release v1.0.10

Added

  • Config override to force https. (FORCE_HTTPS)

Bug Fixes

  • Fix for invalid gallery structure in single gallery mode.
  • Fix for https links on reverse proxy.

Changelog

1.0.9...1.0.10