diff --git a/README.md b/README.md index b819de56..fb6a4fae 100644 --- a/README.md +++ b/README.md @@ -134,15 +134,17 @@ apt-get install build-essential libkrb5-dev gcc g++ * Nice design * responsive design (phone, tablet desktop support) * Setup page + * Random photo url + * You can generate an url that returns a random photo from your gallery. You can use this feature to develop 3rd party applications, like: changing desktop background * video support - `future plan` * **Markdown based blogging support** - `future plan` * you can write some note in the blog.md for every directory * bug free :) - `In progress` ## Known errors - -There is no nice way to handle EXIF orientation tag properly. -The page handles these photos, but might cause same error in the user experience (e.g.: the pages loads those photos slower. See issue #11) +* EXIF orientation tag: + * There is no nice way to handle EXIF orientation tag properly. +The page handles these photos, but might cause same error in the user experience (e.g.: the pages loads those photos slower. See issue [#11](https://github.com/bpatrik/pigallery2/issues/11)) ## Credits Crossbrowser testing sponsored by [Browser Stack](https://www.browserstack.com) diff --git a/package.json b/package.json index e650e541..40ffed25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pigallery2", - "version": "1.2.0", + "version": "1.2.2", "description": "This is a photo gallery optimised for running low resource servers (especially on raspberry pi)", "author": "Patrik J. Braun", "homepage": "https://github.com/bpatrik/PiGallery2", @@ -38,7 +38,7 @@ "locale": "0.1.0", "reflect-metadata": "0.1.12", "sqlite3": "4.0.3", - "ts-exif-parser": "0.1.3", + "ts-exif-parser": "0.1.4", "ts-node-iptc": "1.0.10", "typeconfig": "1.0.6", "typeorm": "0.2.8",