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