Skip to content

Releases: GustavePate/lycheesync

3.0.9: Huge refactoring, new features and bug fixes

06 Feb 13:12
Compare
Choose a tag to compare

Warning this is a breaking release new python packages must be installed (see the Install section in ReadMe)

  • Tested against Lychee 3.0.9
  • automated testing
  • travis ci
  • python 3 support
  • don't lower case album name
  • photos ordered by name in an album
  • make use of the DateTimeOriginal exif tag
  • dependency change: switch to a pure python mysql driver pymysql
  • dependency change: use click to parse arguments
  • new dependency: pexif Thanks to @hMatoba for his work !

Fix #48 #46 #40 #37 #22 #20 #12 #47

Lychee 3.0.1 support

26 May 20:03
Compare
Choose a tag to compare
  • change versioning to match lychee's

Lychee 2.7.1 support

10 Feb 22:02
Compare
Choose a tag to compare

Lychee 2.6 support

19 Oct 19:17
Compare
Choose a tag to compare
  • Fix file permission problems
  • Fill in the new checksum fields in lychee db model
  • Add an update mode to fix permissions and checksum file if a former version of lycheesync has been used on a 2.6 lychee

Lychee 2.5 support

18 Jul 21:36
Compare
Choose a tag to compare

Validated support for lychee 2.5

Exif orientation support and album covers

19 Mar 14:45
Compare
Choose a tag to compare
  • Reenable orientation fix for files with exif orientation equals right,top or left,bottom
  • Adding 'star' or 'cover' in a filename automatically star it, thus making it candidate for the album cover
  • Photo titles now equals original filenames

Fixing sorting problems

15 Mar 23:49
Compare
Choose a tag to compare

see changelog on front page