1$Id: CHANGES,v 1.34 2014/10/09 03:33:21 jjreynold Exp $
2$Name: v2_0 $
3
4Version 2.0
5      - bugfixes
6      - deal with video files using "Digitization Time" metadata tag
7      - Updated to get around use of antiquated flush.pl in modern Perl
8        distributions
9
10Version 1.3
11      - bugfixes
12      - add -timestmap to force writing of time to image tag
13
14Version 1.2
15      - add 3gp to look for as video type
16      - charset patch
17
18Version 1.1:
19      - some cameras date stamp using / instead of : for the date fields. fixed.
20      - support for multi-image format files such as animated GIF. The first
21        image in the multi-image deck is used for thumbnails, etc.
22      - Major update providing support for video files. Support comes via
23        having mplayer installed on your system. The first frame of the video
24	file is used to create thumbnails/mediums. Small icons can be overlaid
25	on top of the thumb/medium images to give a visual cue that the object
26	being represented in the browser is actually a video file and not a
27	still image. Default for this behavior is on and can be turned off by
28	setting $do_video_thumbnail_icons to 0. A modern version of mplayer is
29	required for all video processing.
30      - Bug fixed where HTML links back to '../$indexhtml' files were not being
31        made in recursive mode.
32      - Take author page links off of default output (can use imageindex
33        link to find us)
34
35Version 1.0.9:
36      - fix space in filenames/dirs problem
37
38Version 1.0.8:
39      - $do_captions rc variable to turn on/off
40      - fix obsolete flag to montage
41
42Version 1.0.7:
43      - autocaption uses Term::Readline::Gnu
44      - Add "-reverse" to flip the timestamp ordering of the images
45        Saved as metadata if not the default value
46      - Skip .thumbcache
47      - "-rotate" works even if you swap the file/direction spec
48      - misc tiny fixes from john
49
50Version 1.0.6:
51      - Support for morphing ASCII "smilies" (i.e. :), ;), and :() embedded in
52        captions found within images over to small "emoticon" PNG
53	images. Enabled by default. Turn off setting $do_emoticons to 0.
54      - Date and Time formatting has been radically improved. New global
55        variables governing this feature are "printf()-like" strings. Codes
56        defined by POSIX strftime(3) are interpolated to allow the date/time
57        fields to completely user-defined.
58      - Support for adding in TITLE attributes onto anchors surrounding
59        thumbnail, montage, and slide images. These TITLE attributes are also
60	defined by "printf()-like" strings and are used to present more
61	information to a user after hovering the mouse over the image (requires
62	that the browser properly renders TITLE attributes as tooltips).
63      - Image captions have been sanitized when embedded in TITLE attributes or
64        within other HTML w.r.t. special characters which might cause parse
65        errors for some rendering engines.
66      - New METADATA attribute 'NumImages' stored in index.html files. This
67        provides a convenient mechanism for knowing the number of images
68        represented in the file without having to stoop to counting, etc.
69
70Version 1.0.5:
71      - processing loops for medium/thumbnail views optimized for speed
72      - HTML output is now "prettier" to the eye as it is indented
73      - tweak details view with some  's instead of ' ' to render more
74        efficiently
75      - break out of frames if index link is hit with small javascript
76        snippet.  lets us put index link back in slides and still validate
77        strict.
78      - tweak autocaption to allow newline to end comment
79
80Version 1.0.4:
81      - added option -includeall which nullifies the "excluded file" list
82        that is saved in metadata (for full archiving purposes vs. external viewing)
83      - tweaked the HTML for comments that end with an ellipsis (...) so
84        they look better in tight spaces when rendered
85
86Version 1.0.3:
87      - be able exclude some images from montages
88      - take index link out of slides until we find a better way of handling
89        both frame and non-frame views
90      - minor page compliance tweaks
91
92Version 1.0.2:
93      - montages of large (> tile grid) numbers of images now "samples"
94        which pics to use rather than taking the first N images only
95      - fix saving meta / defaults / commandline semantics (only save if
96        different from defaults)
97      - fix :hover so it applies to a only, otherwise cuased mozilla 1.1
98        wierdness
99      - added quality option for thumbs & medium
100
101Version 1.0.1:
102      - fix doctype; add version metatag/flag
103
104Version 1.0:
105      - Initial public release
106
107Version 0.9.5:
108      - fix up packaging a bit
109      - doctype fixes
110      - montage is working good enough for now
111
112Version 0.9.4:
113      - slide caption location/date is changeable
114      - add -d 'var=value' override option
115      - tables, IMG borders use css
116      - start on montage changes
117      - dirs are timestamp sorted
118      - meta date tags stored at yyyymmdd.ss
119
120Prior to that:
121      Hacked on and used for a year or more for digital photos.
122
123      Its fvwm2 background menu roots are much older
124
125
126Local Variables:
127mode: flyspell
128end:
129