Skip to content

v1.4.0

Latest

Choose a tag to compare

@miccl miccl released this 01 Feb 12:49
· 11 commits to master since this release

Added

  • Add option for a backup dir to display media when photoDir has no files or is unreadable.
  • Will show error information directly on the mirror when the app runs into an error.
  • Added tests
  • Replaced ESLint + Prettier with Biome

Changed

  • Using more sensitive default values
    • showAdditionalInformations to false (in regards to issue #10)
    • ignoreVideos to true (prevents unintented huge videos to be loaded)
  • Improve filtering of files which should improve performance
  • Rewrote code to typescript using Rollup (following the guide from Matt Gerega)

Fixed

  • Prevent crash when enumerating subdirectories in getPhotoDir
  • Improve hasFilesInDirectory robustness by handling ENOENT gracefully and logging other filesystem errors
  • Improve first image load