Skip to content

v.1.2.2

Compare
Choose a tag to compare
@sixem sixem released this 17 Apr 14:30
· 10 commits to master since this release

Changes

Features

  • [feature] - An option to exclude certain extensions from the list of files has been added (docs).
  • [feature] - An option to add custom metadata to the rendered page has been added (docs).
  • [feature] - Support for directory-specific configuration files (.ivfi files) has been added (docs).

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 navigation.
  • [update] - Replaced the swiping events with a new one (swiped-events). This should improve navigational swiping on mobile, making it more consistent.

Template

  • [update] - Much of the template's code has been rewritten and improved upon.
  • [fix] - Added a missing line break after the <link> element that is importing the default style sheet.

General

  • [update] - Directories will now always have a trailing slash added to them when matched against any potential filters. This is done to make them easier to differentiate from regular files.
  • [update] - Renamed a few variables to make them more consistent with the names of the other variables.
  • [update] - The script will now by default check for any themes in the /indexer/themes/ directory (or any potentially custom-named assets directories)
  • [fix] - Made mobile checks using JavaScript consistent with the same mobile queries used in the style sheets.