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