Skip to main content

Cirx08

Added#

  • Added new GALLERY_QR_CODE_DEFAULT_VIEW environment variable to set the default view for QR code users.
  • Added new GALLERY_QR_CODE_DEFAULT_SORT environment variable to set the default sort for QR code users.

Changed#

  • Modified the GALLERY_QR_CODE environment variable to GALLERY_QR_CODE_ENABLED.
  • Removed logo Urls from CSP headers and pull new logos at container startup. The prevents linking to third party links which may change or break logos if the source changes.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.5.4...1.5.5

Cirx08

Changed#

  • Updated the admin panel UI to make it cleaner.
  • Cleaned up the display name for languages in the language selector.

Fixed#

  • Fixed a bug on the language selector which retained en-GB as the selected language for some elements in the _Layout.cshtml file.

Removed#

  • Removed automatically generated Russian translations as they will not be supported.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.5.3...1.5.4

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