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