-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
242 lines (218 loc) · 10.4 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
v1.0 - future
+ Fixed bug with missing icons in slideshow controls
v1.0_pre1 - December 10, 2012
+ Added Numerical Aware Comparison (numacomp) as a sorting option.
+ Added Exif data reading on supported files through pyexiv2
+ Added Image rotation based on Exif data (Thanks to Alexandre Chataignon
for the patch)
+ Added command line option to not sort images (Thanks to Paulo Benedict Ang
for the patch)
+ Added hebrew translation
+ Bug: Fixing an issue where the Wrap?-dialog would hangup in slideshow mode
when wrap mode was set to ask
+ Bug: Fixed broken support for non-ASCII filenames
+ Bug: Rename overwrote existing files without user confirmation (bug #18678,
#18682)
+ Changes: Changed how files are registered in recent docs
+ Changes: various code updates
+ Changes: Behaviour of slideshow mode modified
+ Changes: Open in fullscreen only if there are images passed to mirage
+ Changes: Should work correctly on vertical dual monitor setups. Patch by
"dorian"
+ Changes: The config is now stored as json
+ Changes: middle-mouse click now toggles zoom between 1:1 and fit to window.
+ Features: Can now browse between subfolders
+ Features: Double-click to enter leave fullscreen
+ Features: Copy image to clipboard
v0.9.5.2 - February 13, 2011
+ Added ukrainian translation
+ Bug: Screenshot did not work correctly
+ Bug: Fixed a bug in the use of keymodifiers
v0.9.5.1 - July 23, 2010
+ Added dutch translation
+ Bug: Mirage showed verbose output by default
+ Bug: Misplaced parenthesis in Open Remote Image dialog code
+ Changes: Fixed translations again...
v0.9.5 - July 20, 2010
+ Added a windows icon
+ Added new shortcuts PgUP/PgDN for previous/next image
+ Added option to disable the backgroundcolor in windowed mode
+ Bug: & in custom actions caused an error when mirage tried to open custom
action dialog (bug #17329)
+ Bug: Save image didn't work. (bug #17330)
+ Bug: Fixed gettext files not found if installed into /usr/local (bug #17359)
+ Changes: now uses $XDG_CONFIG_HOME/mirage as config directory if possible
(patch taken from debian)
+ Changes: Switched zooming directions for Ctrl+Mousewheel up/down.
+ Changes: Small interface changes
+ Changes: Updated mnemonics (bug #17350 and patch 3020)
+ Changes: Improvements to localized strings
v0.9.4 - June 26, 2010
+ Mirage now requires PyGTK 2.12.0
+ Added the ability to set the quality for saving images
+ Added windows support
+ Fixed DeprecationWarnings for old tooltip API in pygtk
+ Fixed DeprecationWarnings for md5
+ Prevent toolbar from getting focus on keypresses
+ Bug: Fix returning from fullscreen mode with no images displayed
+ Bug: delete_image() could cause some thumbnails to not get loaded
+ Bug: If a image modified image was deleted mirage would ask to save the image
+ Bug: Hopefully fixed image preloading
+ Bug: Fixed wrong tooltip for hidden images
+ Bug: Some menu entries was visible while they shouldnt have been
+ Bug: Fixed parsing of custom commands
+ Changes: Properties now show "file modified" instead of "file date"
+ Changes: Slideshow delay is choosen with a spinner
+ Changes: Fixed DeprecationWarnings for old tooltip API in pygtk
+ Changes: Fixed DeprecationWarnings for md5
+ Feature request: Show filename in statusbar
+ Translation: Added Portuguese translation (Danilo)
+ Translation: Added Chinese translation (Jayden)
+ Translation: Updated the po-files
v0.9.3 - March 26, 2008
+ Added shortcuts for consistency with gqview/eog (Benjamin)
+ Added Hungarian translation (Sandor)
+ Added Czech translation (Petr)
v0.9.2 - January 28, 2008
+ Bug: Fix typo preventing thumbnails from being reused (Lane)
v0.9.1 - January 9, 2008
+ Screenshot support
+ Use png attributes to be more fully thumbnail spec compliant
+ Allow running without compiled C modules (certain features disabled)
+ Reuse generated thumbnails for open dialog preview if they exist
+ Bug: Fix freeze involving modified image and navigation
+ Bug: Prevent possible crash on invalid image files
+ Bug: Fix occasional wrong height of thumbnails (and gobject assertion)
+ Bug: Wrong image displayed if discarding modified app and using preload
+ Bug: Ctrl+mousewheel doesn't zoom when caps/num lock is on
+ Bug: Fix horizontal centering of image
+ Bug: Fix .desktop file category
+ Bug: Create thumbnails dir if it doesn't exist
v0.9 - October 18, 2007
+ Thumbnails pane (freedesktop spec compliant using ~/.thumbnails)
+ Ability to open remote images (http and ftp)
+ Register viewed images with gtk's recent documents (ongardie)
+ Preference for opening hidden files
+ Add up/down keybindings to go to previous/next image
+ Bug: Filenames in custom actions aren't correctly escaped (Andrew)
+ Bug: Can't open properties on animated images
+ Bug: Editing a custom action creates a new action
+ Bug: Fast image traversal overruns image list and becomes stuck
v0.8.3 - January 17, 2007
+ Use F11 for fullscreen like most applications
+ Use 'kfmclient' to launch browser in kde
+ Added Italian translation (Daniele Maggio)
+ Bug: Save As doesn't work
v0.8.2 - December 7, 2006
+ Ability to modify image saturation
+ Recent file/list menu
+ Save/load accel_map in case user edits any gtk accelerators
+ Bug: Fullscreen controls can be on wrong screen with Xinerama
+ Bug: Scrollbars don't appear correctly on window resizes
+ Bug: Panning images doesn't always work properly
+ Bug: Alpha channel is lost when resizing image with transparency
+ Bug: Allow saving files when file extension isn't lowercase
+ Bug: Specified image scaling method isn't properly used
v0.8.1 - October 19, 2006
+ Add list of image names to custom actions (%L)
+ Improved preloading/navigation handling
+ Menu improvements; added Custom Actions to EditMenu
+ Try gnome-open/exo-open first for opening help, then fallback
+ Bug: Next/brevious buttons block with mouse over it
+ Bug: Ctrl-0/1 shortcuts don't work from numpad with numlock on
+ Bug: Custom actions don't execute when using --verbose
+ Bug: Cannot install when X server isn't running
+ Updated icon (William Rea)
v0.8 - September 4, 2006
+ Editing capabilities: resize, crop, save, delete, rename
+ Pref to preload images for faster navigation (enabled by default)
+ Implemented 'custom actions' framework, including batch actions
+ --onload or -o argument for performing actions on image loading
+ Added File > Properties to display image properties
+ Show "Scanning..." in statusbar when scanning for images; Escape to abort
+ Reduce GTK+ requirement to 2.6.0
+ Bug: Opening with 'load all images in dir' gives expected result
+ Bug: Cannot open folder while search process is active
+ Added French translation (Mike Massonnet)
+ Added Polish translation (Tomasz Dominikowski)
+ Added Russian translation (mavka)
v0.7.3 - August 2, 2006
+ Fix crash when loading images in certain circumstances
v0.7.2 - August 1, 2006
+ Preference to automatically start the slideshow in fullscreen mode
+ Background image search process to load image faster
+ Added cli argument: -s or --slideshow to start in slideshow mode
+ Added cli argument: -f or --fullscreen to start in fullscreen mode
+ Additional shortcuts: +/- for zooming in/out
+ Fixed .desktop mimetypes
+ Added German translation (Bjoern Martensen)
+ Added Spanish translation (Isidro Arribas)
v0.7.1 - July 9, 2006
+ Toolbar style follows gnome preference (optional gnome-python dependency)
+ Skip hidden files/dirs when loading images
+ Bug: Caps-lock breaks some shortcuts
+ Bug fixes
v0.7 - June 20, 2006
+ Slideshow mode (delay time, randomize order, disable screensaver preferences)
+ Display animated images
+ Edit > Open in Editor
+ Image wrapping options: yes/no/prompt
+ Cleaned up menubar, preferences
+ Set go navigation items' sensitivities based on context
+ Bug: 1:1 images are sometimes incorrectly set to fit
+ Many bugfixes, interface tweaks
v0.6 - May 29, 2006
+ In fullscreen mode, hide mouse cursor after 2 seconds of no movement
+ Option to wrap around imagelist
+ When in zoom-to-fit mode, fit the image when it's rotated
+ Show broken icon if image not found (i.e. deleted)
+ Bug: Ensure that scrollbars don't show up unless needed
+ Bug: Don't resize an image if it's at 100% zoom
+ Other small bugfixes
v0.5 - May 1, 2006
+ Make open image mode configurable: smart, fit, 1:1, last
+ Option to navigate imagelist via mousewheel (default: on)
+ Add maximum/minimum zoom levels
+ Reduce border around image for fit mode
+ Have Go>Random not show images twice until all images have been shown once
+ Allow numpad keys as shortcuts
+ Allow panning image additionally with left-click/drag
+ Revert retaining state of images in list introduced in v0.4
+ Add hourglass feedback for loading images
+ Bug: Small images don't zoom-to-fit
+ Bug: Some non-image files are thought to be images
+ Bug: Files/folders with spaces don't open from file manager
+ Bug: Some shortcuts don't work with numslock enabled
v0.4 - April 25, 2006
+ Removed <Alt> from navigational shortcuts
+ Default to alphabetically populating the image list
+ Ability to go to first (Home) and last (End) image in list
+ Retain zoom/flip/rotate state of images in list
+ Additional preferences:
- Open all images in current directory
- Default directory for 'Open' dialog
+ Fullscreen hides menu/tool/status bars
v0.3.1 - April 4, 2006
+ Fixed inability to open a file from a file manager.
v0.3 - April 4, 2006
+ Speed improvements for zooming and rotating images
+ Allow drag-and-drop of images/folders from file managers
+ Flip images vertically/horizontally
+ Go > Random Image
+ Ability to recursively load images found in all subdirectories (mirage -R or
checkbox in Open Folder dialog)
+ Right-click menu on image
+ "mirage --help" information.
+ Fixed .desktop bug that caused multiple images to open in separate windows
when launched via a file manager.
v0.2 - March 29, 2006
+ Allow multiple files/folders to be passed as arguments or opened directly
+ MiddleMouseButton-Drag to pan the image (like GIMP)
+ Add Tools > Options for scaling quality, background color
+ Retain center of user-view when zooming
+ Display a broken image in the window instead of an error popup message
+ Improve handling of which images Mirage can successfully display
v0.1 - March 22, 2006 (Initial release)
+ Fast scaling/rotating of images
+ Displays 'checkerboard' for transparency
+ Ctrl-MouseScrollDown to zoom out, Ctrl-MouseScrollUp to zoom in (like GIMP)