Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: harababurel/gcsf

0.3.5

21 Dec 13:33

Choose a tag to compare

Download gcsf 0.3.5

File Platform Checksum
gcsf-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
gcsf-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.3.4

20 Dec 10:12

Choose a tag to compare

Download gcsf 0.3.4

File Platform Checksum
gcsf-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
gcsf-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.3.3

19 Dec 22:28

Choose a tag to compare

Download gcsf 0.3.3

File Platform Checksum
gcsf-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
gcsf-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.3.2

19 Dec 09:35

Choose a tag to compare

Download gcsf 0.3.2

File Platform Checksum
gcsf-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
gcsf-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.3.1

18 Dec 20:04

Choose a tag to compare

Download gcsf 0.3.1

File Platform Checksum
gcsf-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
gcsf-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.3.0

18 Dec 19:57

Choose a tag to compare

Download gcsf 0.3.0

File Platform Checksum
gcsf-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
gcsf-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.2.8

18 Dec 19:39

Choose a tag to compare

Download gcsf 0.2.8

File Platform Checksum
gcsf-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
gcsf-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.2.7

18 Dec 16:24

Choose a tag to compare

Download gcsf 0.2.7

File Platform Checksum
gcsf-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
gcsf-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.2.3

24 Jul 12:02

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

Choose a tag to compare

Bump version