Releases: Cirx08/WeddingShare
Releases · Cirx08/WeddingShare
v1.3.0
Release v1.3.0
Fixed
- Added slideshow mode.
- Added SLIDESHOW_INTERVAL environment variable.
- Added SLIDESHOW_FADE environment variable.
- Added SLIDESHOW_LIMIT environment variable.
Changelog
v1.2.4
v1.2.3
Release v1.2.3
Added
- Added FULL_WIDTH_GALLERY environment variable.
- Added DEFAULT_GALLERY_VIEW environment variable.
Changelog
v1.2.2
v1.2.1
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
v1.2.0
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
v1.1.2
Release v1.1.2
Bug Fixes
- Removed DeviceDetector.NET as it was causing slow load times.
Changelog
v1.1.1
Release v1.1.1
Bug Fixes
- Fixed a bug where image thumbnails are generated in the wrong orientation.
Changelog
v1.1.0
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
v1.0.10
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.