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