diff options
author | raveit65 <[email protected]> | 2019-01-26 22:22:22 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-01-26 22:22:22 +0100 |
commit | 686bae0c7041adc19d970934e42f3db4fe88a989 (patch) | |
tree | 3413515aba35cfe3a7cb2dea2082bb3dc3170f02 | |
parent | cd91cedac3347901afbc22121ddc26c3e30beea1 (diff) | |
download | caja-dropbox-686bae0c7041adc19d970934e42f3db4fe88a989.tar.bz2 caja-dropbox-686bae0c7041adc19d970934e42f3db4fe88a989.tar.xz |
release 1.21.0v1.21.0
-rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,5 +1,25 @@ ### caja-dropbox 1.21.0 + * Python 3 update for dropbox-cli + * Add Keywords entry to desktop file + * Use cross-compilation-safe pkg-config macro. + * Remove deprecated glib2.0 API calls + * Use GIR bindings instead of pygtk + * fix UnicodeWarning when exclude command is used with non-latin args + * Update to redesigned icons + * small caja-dropbox.in fixes + * Add a new "dropbox update" command + * Unlink files that are going to be replaced by the unpack + * Validate that Dropbox runs after downloading it + * Use python-gpg instead of python-gpgme + * Explicitly load using python2 interpreter + * Refer to .dropbox-dist in only one place + * fixed 'exclude command raise UnicodeDecodeError' + * Avoid reading or writing invalid memory addresses + * Display link url on status + * Update dropbox.py with shmodel, proxy, and throttle features. + * update Copyright year + ### caja-dropbox 1.20.0 * require GLib 2.50 |