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