Skip to content

1.2.2

Latest
Compare
Choose a tag to compare
@sixem sixem released this 03 Mar 14:00
· 1 commit to master since this release

Changes

Features

  • [feature] - Added an option to restrict the authorization to only affect certain routes (docs).
  • [feature] - Added an option to use a local image file as a favicon (docs).
  • [feature] - Added support for adding custom HTML metadata (docs).
  • [feature] - Added support for directory-specific configuration files (docs).

Backend

  • [update] - The fetching of file information (using fs.stat()) on the backend should now be somewhat faster. This should decrease the page generation time, at least for subsequent requests.
  • [update] - Any requests made to a directory without a trailing slash will now be redirected to have a trailing slash.

Gallery

  • [fix] - Corrected the position of the error message that appears when an image fails to load in the gallery.
  • [fix] - Reverse search options will now correctly update when an image is being hovered during the navigation event.
  • [update] - Replaced the swiping events with a new one (swiped-events). This should improve navigational swiping on mobile, making it more consistent.

General

  • [fix] - Made mobile checks using JavaScript consistent with the same mobile queries used in the style sheets.
  • [update] - Error pages should now use any custom favicons set.
  • [update] - Directory URLs should now consistently have a trailing slash added to them. This applies to any anchor hrefs et cetera.