Skip to main content

61 posts tagged with "Releases"

Blog posts related to releases

View All Tags

v0.5.0

Cirx08
Creator of Memtly

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

v0.4.11

Cirx08
Creator of Memtly

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

v0.4.10

Cirx08
Creator of Memtly

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

v0.4.7

Cirx08
Creator of Memtly

Added

  • Added buttons to download media from the viewer and close the popup.
  • Added the ACCOUNT_ADMIN_LOG_PASSWORD environment variable to allow users to disable the auto generated admin password.
  • Added the DISABLE_DOWNLOAD environment variable to allow users to disable guest downloading.

Changed

  • Updated the session cookie name to be unique as it was displaying an error in the console output for some users.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.4.6...1.4.7