1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

releasing v1.7.0

This commit is contained in:
Patrik J. Braun 2019-07-21 17:00:07 +02:00
parent 8ff32f5b8a
commit b7b1f69483
3 changed files with 12 additions and 1 deletions

View File

@ -172,6 +172,9 @@ apt-get install build-essential libkrb5-dev gcc g++
* instant search, auto complete * instant search, auto complete
* sharing * sharing
* setting link expiration time * setting link expiration time
* Faces (persons) support
* reads Adobe's XMP Face region metadata. (It is defined by the Metadata Working Group (MWG).)
* shows face bounding box over images
* internalization / translation support * internalization / translation support
* currently supported languages: eng, hun * currently supported languages: eng, hun
* Nice design * Nice design

View File

@ -225,6 +225,14 @@
</li> </li>
</ul> </ul>
</li> </li>
<li>Faces (persons) support
<ul>
<li>reads Adobe's XMP Face region metadata. (It is defined by the Metadata Working Group (MWG).)</li>
</ul>
<ul>
<li>shows face bounding box over images</li>
</ul>
</li>
<li>internalization / translation support</li> <li>internalization / translation support</li>
<li>Nice design <li>Nice design
<ul> <ul>

View File

@ -1,6 +1,6 @@
{ {
"name": "pigallery2", "name": "pigallery2",
"version": "1.6.5", "version": "1.7.0",
"description": "This is a photo gallery optimised for running low resource servers (especially on raspberry pi)", "description": "This is a photo gallery optimised for running low resource servers (especially on raspberry pi)",
"author": "Patrik J. Braun", "author": "Patrik J. Braun",
"homepage": "https://github.com/bpatrik/PiGallery2", "homepage": "https://github.com/bpatrik/PiGallery2",