Skip to content

Commit

Permalink
merge again
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 15, 2014
1 parent ace89b0 commit 9dfb5f7
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Changelog

## v1.0
- initial version

## v1.1
- added suport for lychee 2.1
- removed exif orientation support (fixed in lychee 2.0)
- added takedate and taketime in photo description in order to be able to use the sort by description functionality of lychee 2.0
- albums display order is "sorted by name"
- album date is now the max takedate/taketime of its photos if exif data exists (if no, import date is used)

# Context

This project was created to syncronize an [owncloud](http://owncloud.org/) photo repositories and [Lychee](http://lychee.electerious.com/).
Expand Down Expand Up @@ -145,22 +157,6 @@ This project files are:
* lycheemodel: a lychee photo representation, manage exif tag parsing too
* conf.json: the configuration file

# Changelog

<<<<<<< HEAD
## v1.0
- initial version
=======
When a photo has an [exif orientation](http://sylvana.net/jpegcrop/exif_orientation.html) equals 6, which is produce by some cameras, the photo is rotated to display correctly on lychee.
Due to PIL, all exif data is lost in the process :(
>>>>>>> bdf614a8596508d020259e730c2d5da23c99f267
## v1.1
- added suport for lychee 2.1
- removed exif orientation support (fixed in lychee 2.0)
- added takedate and taketime in photo description in order to be able to use the sort by description functionality of lychee 2.0
- albums display order is "sorted by name"
- album date is now the max takedate/taketime of its photos if exif data exists (if no, import date is used)

# Licence

Expand Down

0 comments on commit 9dfb5f7

Please sign in to comment.