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