Skip to main content

Cirx08

Breaking Changes#

  • There has been major rework to better organize settings and prep for the future integration of settings into the DB so please double check your settings before updating.

Added#

  • Trigger upload file browser on set of identity when required for upload option is set.
  • Added an environment variable migration helper to attempt to allow legacy settings to remain functional.
  • Added Spanish translations thanks to https://github.com/chiva.
  • Added Swedish translations thanks to https://github.com/mcfrojd.

Changed#

  • Deprecated many environment variables in favour for more organized ones.
  • Removed some page reloads and replaced with AJAX calls to update page sections without rebuilding the entire page.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.4.15...1.5.0

Cirx08

Added#

  • Added multi-platform support for linux/amd64, linux/arm/v7 and linux/arm64/v8.
  • Added upload periods via the GALLERY_UPLOAD_PERIOD environment variable.
  • Added duplicate upload detection with GALLERY_PREVENT_DUPLICATES environment variable.
  • Added multi-factor authentication with SECURITY_2FA_RESET_TO_DEFAULT recovery option.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.4.11...1.4.12

Cirx08

Added#

  • Added security options for Content Security Policy (CSP), X-Content-Type-Options and X-Frame-Options.
  • Added Anti-CSRF Tokens to forms.
  • Added keyboard shortcuts to viewer Esc = Close Viewer LeftArrow = Back RightArrow = Forward D = Download.
  • Added encryption using the SECURITY_ENCRYPTION_KEY, SECURITY_ENCRYPTION_SALT and SECURITY_ENCRYPTION_ITERATIONS environment variables.

Changed#

  • Pulled external scripts internally to improve security.
  • Remove FlatIcon attribution from footer if using a custom logo.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.4.10...1.4.11

Cirx08

Added#

  • Added a button to download the QR code.
  • Added gallery pagination to improve stability and performance on large galleries.
  • Added new GALLERY_ITEMS_PER_PAGE environment variable.
  • Added Netherlans dutch nl-NL to languages.

Changed#

  • Simplified the translation resources by merging them into a single file. This might impact performance slightly but multiple languages are becoming a hastle to maintain.

Fixed#

  • Fixed an issue whereby the config helper was returning an integer where a long was required.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.4.9...1.4.10