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