Skip to content

v1.1.7

Compare
Choose a tag to compare
@sixem sixem released this 27 Feb 02:46
· 331 commits to master since this release
70aa016

General

  • Directories can now be password protected using HTTP authentication.
  • Added the ability to create a separate config file. This should solve the issue of having to set the config manually after an update.
  • Performance improvements.
  • Binding changes.
  • Fixed a small overflow issue with the topbar.
  • A label linking to this repository along with the version number has been added to the footer.
  • Directories containing a + sign can now be viewed correctly.

Configuration

  • The credits and the authentication option have been added.
  • The fit_content gallery option is now enabled by default.

Mobile

Gallery

  • Images are no longer being shown after they've been fully loaded. Instead, they are now shown as soon as there is enough data to determine the dimensions of the image. This will make cancelling navigations easier, as well as make the image loading process more transparent.
  • Corrupt images should no longer stall the loading process, instead, a label displaying an error will now be shown instead.
  • The volume for video files will now be stored and set between reloads.
  • Added support for .ogv and .ogg files.

Previews

  • Added support for .ogv and .ogg files.
  • Previews are now only created on mouseenter for the respective element, not on page load.
  • The max height of the preview element has been changed to 100vh.