Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

57 lines (33 loc) · 2.49 KB

v1.2.2 (2024-02-28)

Bugs fixed:

  • indexer: crash on directory traversal(45de818)

v1.2.1 (2024-02-07)

Bugs fixed:

fix(#8): provide iamge size for grid computing (35197f6) fix: handle singleton in cache properly (39c3257) fix: handle relative folders (3dc7b96) fix: show error if failed to clean output directory (ec097bf )

Others:

refactor: migrate to new logger (c075a6a )

v1.2.0 (2024-01-05)

Bugs fixed:

  • recursively process directory(a612b8b)
  • indexer: add validation to slug(0c9fb1e)
  • log: fix some log issue(29fba6e)

Performance improves:

  • build index in concurrency(7a2b124)
  • process images concurrently(f23b327)
  • none minimizer should do nothing(07a2b89)

v1.0.9 (2024-01-02)

Bugs fixed:

  • image: size information in generated HTML is incorrect for images(69072f0), Closes: #3

v1.0.8 (2024-01-01)

Bugs fixed:

  • export: add error handling for duplicated slugs(f378beb), Closes: #4
  • HTML should be supported(7a84081)

BREAKING CHANGES:

  • PhotoSwipeVersion should be changed to lowercase photoswipeversion in the template html.

v1.0.7 (2023-12-30)

v1.0.6 (2023-12-30)

v1.0.5 (2023-08-31)

v1.0.4 (2022-07-29)