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