Releases: DirectoryLister/DirectoryLister
Releases · DirectoryLister/DirectoryLister
Release list
v5.6.1
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
Changed
- Only update the
latestDocker container tag from git tags - Introduced the
masterDocker container tag that tracks themasterbranch in git - Updated dependencies
v5.5.1
Fixed
- Fixed CI incorrectly building and publishing the
devimage
v5.5.0
Changed
- BREAKING: Replaced
.analyticsfile 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
Changed
- Added Docker Compose installation instructions to the
README - Updated CI suite to use PHP 8.5
- Updated dependencies
v5.4.0
Changed
- Ensured support for PHP 8.5
- Show the "music" icon for
.m4afiles (#1471 - Thanks @notfirecc!) - Major internal refactor
- Updated dependencies
v5.3.2
v5.3.1
Fixed
- Return a 404 response when attempting to access files outside of the configured base dir (#1456)
v5.3.0
v5.2.1
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)