diff options
author | Antoine Beaupré <anarcat@debian.org> | 2018-03-14 12:25:11 -0400 |
---|---|---|
committer | Antoine Beaupré <anarcat@debian.org> | 2018-03-14 12:25:11 -0400 |
commit | 19c038a39f39ca58ec9eda218f412856fa149fb4 (patch) | |
tree | 16bee584700903300b29518d9a7f0c6c3c916b50 /CHANGES.rst | |
parent | d1098f6cc37c5b7b98a28470781f3c4dd5d046d5 (diff) | |
parent | 0a297829eaf3912c939e1b43a3ef6ddeb7607b38 (diff) |
Merge tag 'upstream/0.9.9'
Upstream version 0.9.9
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index f707e56..ade7630 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,42 @@ Changelog for Rapid Photo Downloader ==================================== +0.9.9 (2018-03-08) +------------------ + + - Fix bug #1750879: Sequence numbers increment incorrectly for videos when + Synchronize RAW+JPEG enabled. + + - Fix bug in sequence letter generation. + + - Enable the disabling of new version checks in both the program logic and + the user interface, which is useful for Linux distributions. To disable the + check, Linux package maintainers should patch the file constants.py to + change the line `disable_version_check = False` to `disable_version_check = + True`. + + - Include tornado as a dependency instead of relying on the deprecated + mini-tornado found in pyzmq. + +0.9.8 (2018-02-18) +------------------ + + - On Sony files, use ExifTool to get shutter count metadata. Please note, not + all Sony models produce this metadata. + +0.9.8b1 (2018-02-13) +-------------------- + + - Don't crash when choosing an existing subfolder generation preset from the + editor windows that is currently not displayed in the main window's drop- + down gear menu. + + - Don't crash when getting tooltip for backup devices when no backup devices + exist. + + - Updated Brazilian Portuguese, German and Greek translations. + + 0.9.7 (2018-01-01) ------------------ |