Merge branch 'master' into nefformat
[phpfspot.git] / CHANGELOG
1 phpfspot (1.4)
2
3   * feature, support PNG image format.
4   * feature, auto-completion for tag-search.
5   * feature, lightbox2 for photo preview out of the photo index.
6   * feature, a bit more color for tag-cloud.
7   * bug, SQlite temporary directory can now be set in phpfspot_cfg.php
8
9  -- Andreas Unterkircher <unki@netshadow.at>  Sat, 29 Mar 2008 11:00:00 +0100
10
11 phpfspot (1.3)
12
13   * bug, fixed auto-rotation when EXIF Orientation header is set.
14   * bug, fixed incorrect time-range when using external-url to enter phpfspot.
15   * bug, display also photos which have no tags.
16   * bug, sometimes photos where displayed several times.
17   * bug, fixed image handling which were slender enough, but too high.
18   * bug, fix for PDO sqlite when trying to fetch one single row (contributed by
19   * bug, fix for incorrect SQL query (contributed by Arun Persaud).
20   * bug, fixed window-movement when switching between photo index & photo
21   * feature, removed much of HTML tables to speed up GUI & CSS cleanup
22   * feature, key navigation (next/prev photo, photo index, reset all).
23   * feature, gen_thumbs.php has a new overwrite-thumbnails option.
24   * feature, max. thumb height can now be changed in config settings.
25     Arun Persaud).
26   * feature, new sort order which will group photos by tag-names (alphabetical).
27   * feature, simplified config file by moving config-check out to the main class file.
28   * feature, script to search for duplicated photos via comparing MD5 hash sums.
29   * feature, search for filename's and through photo descriptions.
30   * feature, zooming
31   * feature, new icon's from the Nuovo icon set.
32
33  -- Andreas Unterkircher <unki@netshadow.at>  Sat, 12 Jan 2008 11:00:00 +0100
34
35 phpfspot (1.2)
36
37   * Show only user-definied tags and pictures (contributed by Arun Persaud).
38   * handling introduced database layout of F-Spot 0.4.x
39   * cleaning up code to avoid PHP warning messages on E_ALL
40
41  -- Andreas Unterkircher <unki@netshadow.at>  Fri, 30 Dec 2007 20:03:38 +0100
42
43 phpfspot (1.1)
44
45   * new thumbnail directory strcuture inspired by GIT's directory structure
46     (contributed by Arun Persaud).
47   * support for RSS feed (v2.0)
48   * support for PHP5's PDO (PHP Data Objects) to access sqlite3 database
49     (contributed by Arun Persaud).
50   * additional configurable options
51     - Path to smarty
52     - Path to store thumbnails
53
54  -- Andreas Unterkircher <unki@netshadow.at>  Fri, 09 Nov 2007 18:41:00 +0100
55
56 phpfspot (1.0)
57
58   * first major release
59
60  -- Andreas Unterkircher <unki@netshadow.at>  Sat, 18 Aug 2007 16:36:00 +0200