Skip to content

Releases: DirectoryLister/DirectoryLister

v5.6.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 05:07

Note

There are no functional differences between 5.6.0 and 5.6.1.
There was an issue with the 5.6.0 release so this release was tagged to ensure a good release.

Changed

  • Optimized README rendering, especially for large directories
  • Dependency updates

Fixed

v5.5.2

Choose a tag to compare

@github-actions github-actions released this 06 Jun 05:36
4034c1b

Changed

  • Only update the latest Docker container tag from git tags
  • Introduced the master Docker container tag that tracks the master branch in git
  • Updated dependencies

v5.5.1

Choose a tag to compare

@github-actions github-actions released this 22 Apr 04:04
afe207e

Fixed

  • Fixed CI incorrectly building and publishing the dev image

v5.5.0

Choose a tag to compare

@github-actions github-actions released this 07 Apr 01:49
6d20780

Changed

  • BREAKING: Replaced .analytics file with .customizations.html (docs)
  • Combined multiple Dockerfiles into a single multi-stage Dockerfile
  • Internal refactoring
  • Updated dependencies

Fixed

  • Fixed Whoops error page showing even when APP_DEBUG=false (#1499)

v5.4.1

Choose a tag to compare

@github-actions github-actions released this 07 Feb 18:50
1209c1d

Changed

  • Added Docker Compose installation instructions to the README
  • Updated CI suite to use PHP 8.5
  • Updated dependencies

v5.4.0

Choose a tag to compare

@github-actions github-actions released this 22 Dec 16:40
fe71eaa

Changed

  • Ensured support for PHP 8.5
  • Show the "music" icon for .m4a files (#1471 - Thanks @notfirecc!)
  • Major internal refactor
  • Updated dependencies

v5.3.2

Choose a tag to compare

@github-actions github-actions released this 08 Nov 21:59

Changed

  • Internal refactoring
  • Set HTML lang tag (#1399 - Thanks @Massi-X!)
  • Dependency updates

v5.3.1

Choose a tag to compare

@github-actions github-actions released this 13 Oct 16:00
b18849d

Fixed

  • Return a 404 response when attempting to access files outside of the configured base dir (#1456)

v5.3.0

Choose a tag to compare

@github-actions github-actions released this 06 Oct 16:24
c28e395

Changed

  • Goodbye Google Fonts! Fonts are now bundled and loaded locally
  • Return 404 response when attempting to access a hidden file or folder
  • Added support for markdown style definition lists to README rendering
  • Italian translation improvements (#1434 - Thanks @geppo12!)
  • Dependency updates

v5.2.1

Choose a tag to compare

@github-actions github-actions released this 23 Aug 22:46
0c46aa5

Changed

  • Updated to Font Awesome 7
  • Updated dependencies

Fixed

  • Fixed scroll to top button flashing on page reload
  • Fixed app files showing up in search results when HIDE_APP_FILES=true (i.e. the default behavior)