From 9f2e1358d2c028c941b8be825522dd3351333710 Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Sun, 11 Jul 2010 09:01:25 +0200 Subject: Imported Upstream version 0.3.0 --- rapid/ChangeLog | 131 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) (limited to 'rapid/ChangeLog') diff --git a/rapid/ChangeLog b/rapid/ChangeLog index 96f3d4f..552c77d 100644 --- a/rapid/ChangeLog +++ b/rapid/ChangeLog @@ -1,3 +1,134 @@ +Version 0.3.0 +------------- + +2010-07-10 + +The major new feature of this release is the generation of previews before +a download takes place. You can now select which photos and videos you wish to +download. + +You can now assign different Job Codes to photos and videos in the same +download. Simply select photos and videos, and from the main window choose a Job +Code for them. You can select a new Job Code,or enter a new one (press Enter +to apply it). + +The errors and warnings reported have been completely overhauled, and are now +more concise. + +Now that you can select photos and videos to download, the "Report an error" +option in case of filename conflicts has been removed. If you try to download a +photo or video that already exists, an error will be reported. If you backup a +photo or video that already exists in the backup location, a warning will be +reported (regardless of whether overwriting or skipping of backups with +conflicting filenames is chosen). + +Likewise, the option of whether to report an error or warning in case of missing +backup devices has been removed. If you have chosen to backup your photos and +videos, and a backup device or location is not found, the files will be +downloaded with warnings. + +For each device in the main window, the progress bar is now updated much more +smoothly than before. This is useful when downloading and backing up large files +such as videos. (Note this is only the case on moderately up-to-date Linux +distributions that use GVFS, such as Ubuntu 8.10 or higher). + +The minimum version of python-gtk2 (pygtk) required to run the program is now +2.12. This will affect only outdated Linux distributions. + + +Version 0.3.0 beta 6 +-------------------- + +2010-07-06 + +Fixed bug #598736: don't allow file to jump to the bottom when it has a Job Code +assigned to it. + +Fixed bug #601993: don't prompt for a Job Code when downloading file of one type +(photo or video), and it's only a file of the other type that needs it. + +Log error messages are now cleaned up where a file already exists and there were +problems generating the file / subfolder name. + +Fixed crash on startup when using an old version of GIO. + +Fix crash in updating the time remaining in when downloading from extremely +slow devices. + +Set the default height to be 50 pixels taller. + +Bug fix: don't download from device that has been inserted after program starts +unless device auto detection is enabled. + +Updated German translation. + + +Version 0.3.0 beta 5 +-------------------- + +2010-07-04 + +Added warning dialog if attempting to download directly from a camera. + +Add backup errors details to error log window. + +Fixed program notifications. + +Fixed corner cases with problematic file and subfolder names. + +Disabled Download All button if all files that have not been downloaded have +errors. + +Enabled and disabled Download All button, depending on status, after subfolder +or filename preferences are modified after device has been scanned. + +Don't stop a file being downloaded if a valid subfolder or filename can be +generated using a Job Code. + +Bug fix: don't automatically exit if there were errors or warnings and a +download was occuring from more than one device. + +Auto start now works correctly again. + +Job Codes are now assigned correctly when multiple downloads occur. + +Default column sorting is by date, unless a warning or error occurs when +doing the initial scan of the devices, in which case it is set to status (unless +you have already clicked on a column heading yourself, in which case it will +not change). + +Use the command xdg-user-dir to get default download directories. + +Updated Czech, Dutch, Finnish, French, Italian, Polish, Russian and Ukrainian +translations. + + +Version 0.3.0 beta 4 +-------------------- + +2010-06-25 + +Fixed bug in Job Code addition in the preferences window. + +Made Job Code entry completion case insensitive. + +Update preview to be the most recently selected photo / video when +multiple files are selected. + +Don't crash when user selects a row that has its status set to be +download pending. + +Improve error log status messages and problem notifications. + + +Version 0.3.0 beta 3 +-------------------- + +2010-06-23 + +First beta release of 0.3.0. + + Version 0.2.3 ------------- -- cgit v1.2.3