ca0bb1a5fe9323609e25f457cd63367b013b5e39
[phpfspot.git] / CHANGELOG
1 phpfspot (1.6)
2
3  * bug, sort-by rates if all photos of the library are displayed works now.
4  * bug, phpfspot used the image files last modification date instead of F-Spot's
5    recorded date when no EXIF data were available. Now it displays the same time as
6    F-Spot does.
7  * feature, date-input appears now as one field instead of seperates for year, month
8    and day.
9
10  -- Andreas Unterkircher <unki@netshadow.at>  Sat, 25 May 2008 11:00:00 +0100
11
12 phpfspot (1.5)
13
14   * feature, user-friendly URL's (with Apache's mod_rewrite).
15   * feature, display tag-selection with preview-icons in photo index.
16   * feature, support for Nikon's NEF RAW photo format (via dcraw and ImageMagick).
17   * feature, auto-scroll in photo index if thumbnails are out of sight.
18   * feature, support F-Spot's rating values.
19   * bug, if tag added to hide-tags, don't show up in photo-details box (single-photo).
20   * bug, if tag added to hide-tags, don't allow adding to selected-tags list.
21   * bug, if tag added to hide-tags, random-photo needs to take care of it.
22   * bug, auto-completition seemed not to work on all browser's caused by an &nbsp; in
23     a JavaScript URL.
24   * bug, file-name-search can now be combined with any other search and will no longer
25     produce SQL errors.
26
27  -- Andreas Unterkircher <unki@netshadow.at>  Sat, 25 May 2008 11:00:00 +0100
28
29 phpfspot (1.4)
30
31   * feature, support PNG image format.
32   * feature, auto-completion for tag-search.
33   * feature, lightbox2 for photo preview out of the photo index.
34   * feature, a bit more color for tag-cloud.
35   * bug, SQlite temporary directory can now be set in phpfspot_cfg.php
36   * bug, modify AJAX-loading notification. Standard HTML_AJAX is getting overlayed.
37
38  -- Andreas Unterkircher <unki@netshadow.at>  Sat, 29 Mar 2008 11:00:00 +0100
39
40 phpfspot (1.3)
41
42   * bug, fixed auto-rotation when EXIF Orientation header is set.
43   * bug, fixed incorrect time-range when using external-url to enter phpfspot.
44   * bug, display also photos which have no tags.
45   * bug, sometimes photos where displayed several times.
46   * bug, fixed image handling which were slender enough, but too high.
47   * bug, fix for PDO sqlite when trying to fetch one single row (contributed by
48   * bug, fix for incorrect SQL query (contributed by Arun Persaud).
49   * bug, fixed window-movement when switching between photo index & photo
50   * feature, removed much of HTML tables to speed up GUI & CSS cleanup
51   * feature, key navigation (next/prev photo, photo index, reset all).
52   * feature, gen_thumbs.php has a new overwrite-thumbnails option.
53   * feature, max. thumb height can now be changed in config settings.
54     Arun Persaud).
55   * feature, new sort order which will group photos by tag-names (alphabetical).
56   * feature, simplified config file by moving config-check out to the main class file.
57   * feature, script to search for duplicated photos via comparing MD5 hash sums.
58   * feature, search for filename's and through photo descriptions.
59   * feature, zooming
60   * feature, new icon's from the Nuovo icon set.
61
62  -- Andreas Unterkircher <unki@netshadow.at>  Sat, 12 Jan 2008 11:00:00 +0100
63
64 phpfspot (1.2)
65
66   * Show only user-definied tags and pictures (contributed by Arun Persaud).
67   * handling introduced database layout of F-Spot 0.4.x
68   * cleaning up code to avoid PHP warning messages on E_ALL
69
70  -- Andreas Unterkircher <unki@netshadow.at>  Fri, 30 Dec 2007 20:03:38 +0100
71
72 phpfspot (1.1)
73
74   * new thumbnail directory strcuture inspired by GIT's directory structure
75     (contributed by Arun Persaud).
76   * support for RSS feed (v2.0)
77   * support for PHP5's PDO (PHP Data Objects) to access sqlite3 database
78     (contributed by Arun Persaud).
79   * additional configurable options
80     - Path to smarty
81     - Path to store thumbnails
82
83  -- Andreas Unterkircher <unki@netshadow.at>  Fri, 09 Nov 2007 18:41:00 +0100
84
85 phpfspot (1.0)
86
87   * first major release
88
89  -- Andreas Unterkircher <unki@netshadow.at>  Sat, 18 Aug 2007 16:36:00 +0200