Skip to content

Releases: waynezhang/foto

v1.5.3

10 Jan 12:48
Compare
Choose a tag to compare

v1.5.3 (2025-01-10)

New feature:

v1.5.2

26 Nov 10:21
Compare
Choose a tag to compare

v1.5.2 (2024-11-26)

New feature:

Bugs fixed:

  • logger: init logger in the very beginning(43862f5)

v1.5.1

27 Sep 01:17
Compare
Choose a tag to compare

v1.5.1 (2024-09-27)

New feature:

  • consolidate navigation arrows of lightbox to single option(003a432)

v1.5.0

26 Sep 11:16
Compare
Choose a tag to compare

v1.5.0 (2024-09-26)

New feature:

  • Add options to customize lightbox(de1e6e4)

v1.4.0

31 Jul 05:01
Compare
Choose a tag to compare

v1.4.0 (2024-07-31)

New feature:

  • #34 add compressQuality option to configuration file(c55cfe0)
  • cache versioning(ea1582a)

Bugs fixed:

v1.3.0

14 Jun 12:08
Compare
Choose a tag to compare

v1.3.0 (2024-06-14)

New feature:

v1.2.2

28 Feb 10:18
6389fca
Compare
Choose a tag to compare

v1.2.2 (2024-02-28)

Bugs fixed:

  • indexer: crash on directory traversal(45de818)

v1.2.1

08 Feb 02:59
Compare
Choose a tag to compare

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

05 Jan 04:10
Compare
Choose a tag to compare

Changelog

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.1.0

02 Jan 11:51
Compare
Choose a tag to compare

Changelog

Bugs fixed:

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