Include missing glua.h and new release
[geeqie.git] / NEWS
1 Geeqie 1.2
2 ==========
3
4 - Support for lcms2
5 - Basic support for lua scripting (still documentation needed)
6 - Several bugfixes
7
8 Geeqie 1.1
9 ==========
10
11 - support for stereoscopic images
12   - input: side-by-side (JPS) and MPO format
13   - output: single image, anaglyph, SBS, mirror, SBS half size (3DTV)
14
15 - custom tiff loader - better handling of large tiff files
16
17 - rewritten file grouping
18
19
20 Geeqie 1.0
21 ==========
22
23 Comparing images side-to-side
24
25 Menu: View/Split/...
26 View/Connected Scroll
27 View/Connected Zoom
28
29 File marks
30
31 Each image can be marked with up to 6 different
32 flags, it is possible to convert marks to selection and vice versa,
33 even boolean operations are supported
34 Note: marks are visible in file list and fullscreen mode with info,
35 they are not visible in icon list (yet).
36
37 Menu: Select/Show Marks
38 Select/Mark ...
39
40 File grouping
41
42 It is possible to group files which have the same name and different extension,
43 and show them as one entry. Typical usage: raw + jpeg, raw + xmp.
44
45 Configuration: Preferences/Filtering
46
47 External commands
48
49 It is possible to replace internal copy/move/delete operations with
50 external commands, for example create hardlinks instead of copying files.
51
52 External editors handling was improved, it is possible to run an editor
53 on the best fitting file type, and the exit status is reported back
54 to Geeqie.
55
56 Configuration: Preferences/Editors
57 Menu: Edit/...
58
59
60 Controls redesign
61
62 Most of controls was added to menu and is handled via keyboard accelerators,
63 thus they can be configured in ~/.geeqie/accels
64
65 The default function of keys 1, 2, 3, ... was changed from zoom to mark toggle and
66 function of <ctrl>1, <ctrl>2, <ctrl>3, ... from external editor to selecting mark.
67
68 Exiv2 support
69
70 Geeqie can be optionally linked with exiv2 to improve support for image metadata.
71 Details are at http://geeqie.wiki.sourceforge.net/Exiv2
72
73 Various enhancements
74
75     * Customizable overlay info (see Edit > Preferences > Advanced > Full screen).
76     * Configurable frame around image (see Edit > Preferences > Image > Limit image size when autofitting).
77     * Custom border color around the image (see Edit > Preferences > Image > Custom border color).
78     * Honor selection while fullscreen navigation (patch by Uwe Ohse).
79     * Make properties tabs reorderable through drag'n drop (patch by Laurent Monin).
80     * Various exif improvements (see Edit > Preferences > Properties > Exif, based on patch by Uwe Ohse).
81     * Setting no limit size to trash directory is now possible using zero as value.
82     * Main configuration file was renamed from gqviewrc to geeqierc.
83     * Add the possibility to match duplicates on the name but ignoring the case (see Find Duplicates dialog).
84     * Add the possibility to print file names with path (see Path checkbox in the Text tab in the Print dialog).
85     * Histogram added to full screen overlay (press twice I to display, J to change mode, K for channels).
86     * Add support for some Samsung raw files (.pef) (need testing).
87     * In the collection view, display the full path to the file as tooltip when Show filename text is on.
88     * Secure rc file saving was implemented, it reduces the risk of corruption during the save.
89     * New Go to directory view feature that permits to find and display the directory corresponding to an image view.
90     * Hiding the self (.) directory from directory view is now possible (Edit > Preferences > Filtering > Show dot directory)
91     * Image postprocessing (rotation, color management and grayscale) is now done in pixbuf-renderer.
92     * Toggling Grayscale now applies to all images.
93     * Add zoom ratio display to OSD in fullscreen mode. It appears as [%zoom%] in fullscreen info string.
94     * Support for AdobeRGB colorspace
95     * Try to keep image orientation set by the user during the session.