Releases: astrada/google-drive-ocamlfuse
Releases · astrada/google-drive-ocamlfuse
0.5.5
- Fix #81: Show server mtime even for cached files
- Fix #83: Update mtime after touch
- Close #74:
- Add
-skiptrash
command line option to permanently delete removed files
- Add
delete_forever_in_trash_folder
config option to permanently delete files in trash
- Add directory not empty check before deletion
0.5.4
- Fix #80:
client_id
and client_secret
from the command line are now correctly saved in the config file
- Workaround for #54: add
curl_debug_off
option to turn off curl debug logging that's causing segmentation fault on some architectures
0.5.3
Close #47: Headless mode option
0.5.1
Bugfix release.
- Fix #36: Enable access to restricted files
0.5
- Add maximum cache size (issue #33)
- Get Google Docs size using HEAD instead of GET (requires gapi-ocaml 0.2.1)
- Modify default
docs_file_extension
to true
(issues #19, #30, #34)
0.4.8
Bugfix release.
- Fix #31: error when a file name contains an apostrophe
- Close #29
0.4.5
- Add option to display file extensions for Google Docs
- Add
desktop
format to create a desktop shortcut to the document that will be opened in the web browser for edit