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