Skip to content

Releases: harababurel/gcsf

0.2.3

24 Jul 12:02
Compare
Choose a tag to compare

Updated most dependencies to their latest stable versions, many of which previously suffered from security vulnerabilites. Most notably, this release:

  • Replaced fuse dependency (which has not been updated in the past 5 years) with fuser, an actively maintained fork.
  • Replaced frozen google-drive3-fork (based on google-drive3 version 1.0.10) with google-drive3 version 5.0.2. This brings in additional updates to re-exported packages (hyper, hyper_rustls, oauth2).
  • Switched to an async/await model as imposed by the google-drive3 upgrade. Currently the project doesn't make any good use of this and enforces synchronous execution by wrapping any Future within a block_on(). Maybe this can be optimized in a future version.
  • Slight changes to sample config, mainly regarding the client secret for Google API access.

0.1.25

14 Feb 16:11
Compare
Choose a tag to compare
Bump version

0.1.24

03 Feb 02:14
Compare
Choose a tag to compare
Add support for unexportable files (e.g maps & forms).

0.1.23

02 Feb 12:31
Compare
Choose a tag to compare
Fix broken build (bad Cargo.lock)

0.1.21

13 Jan 15:54
Compare
Choose a tag to compare
Fail early if file system cannot be mounted due to network connectivity.

0.1.19: Deleting a regular file moves it to Trash. Deleting a trashed file

21 Dec 17:35
Compare
Choose a tag to compare

0.1.18

09 Oct 19:01
Compare
Choose a tag to compare
Update deps

0.1.17

01 Aug 08:53
Compare
Choose a tag to compare
Reduce mount time + add "Shared with me" directory

0.1.16

27 Jul 06:22
Compare
Choose a tag to compare
Fedora fix

0.1.15

09 Jul 08:34
Compare
Choose a tag to compare
Fix sizes reported by `du`