Skip to content

Releases: rigon/photo-gallery

v1.6.0

27 Nov 14:57
38176d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.6.0

IMPORTANT

Upgrading to v1.6.0 requires to rebuild CacheDB and Thumbnails, because Cache DB was upgraded and the thumbnail hashing function was improved.

To migrate your existing thumbnails, open server folder. Then:

  1. Edit the function TestMigrateThumbnailsV10 in the file migrations_test.go and adjust the configuration for your collection

  2. Then run:

    go test -v github.com/rigon/photo-gallery -run TestMigrateThumbnailsV10
    
  3. Repeat for every collection you have

  4. Delete any reaming thumbnail files

v1.5.2

21 Sep 13:01
Compare
Choose a tag to compare

v1.5.1

19 Aug 23:14
856ac6e
Compare
Choose a tag to compare

v1.5.0

v1.4.0

v1.3.2

13 Jun 23:31
Compare
Choose a tag to compare

V1.3.1

20 May 14:58
Compare
Choose a tag to compare

v1.3.0

18 May 23:14
Compare
Choose a tag to compare

v1.2.5

20 Apr 23:54
Compare
Choose a tag to compare

v1.2.4

19 Apr 19:32
7ffbb2f
Compare
Choose a tag to compare

What's Changed

  • FIX: show correct image orientation by @rigon in #15