Skip to content

Releases: rfdonnelly/scma-gsync

v2.3.3

22 Nov 17:59
Compare
Choose a tag to compare

v2.3.2

19 Nov 06:54
Compare
Choose a tag to compare

Added

  • Added dataflow diagram to README

Changed

  • Changed name from scma-gcal-sync to scma-gsync
  • Upgraded development dependency robinraju/release-downloader from v1.8 to v1.11
  • Upgrade development dependency cargo-dist from v0.3.1 to v0.25.1
  • Upgraded dependency reqwest from v0.11 to v0.12
  • Upgraded dependency yup-oath2 from v7 to v11
  • Upgraded dependency google-calendar3 and google-people1 from v4 to v6
  • Upgraded dependency hyper from v0.14 to v1
  • Upgraded dependency hyper-rustls from v0.23 to v0.27
  • Changed release process to use branch

Download scma-gsync 2.3.2

File Platform Checksum
scma-gsync-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
scma-gsync-x86_64-apple-darwin.tar.xz Intel macOS checksum
scma-gsync-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v2.3.0

05 Oct 03:09
4169c82
Compare
Choose a tag to compare

Changed

  • Changed user data source from single page HTML to JSON

Added

  • Added several more user data fields including "member since", "climbing types", etc

Removed

  • Removed user custom fields w/ default values from Google People

Download scma-gcal-sync 2.3.0

File Platform Checksum
scma-gcal-sync-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
scma-gcal-sync-x86_64-apple-darwin.tar.xz macOS Intel checksum
scma-gcal-sync-x86_64-pc-windows-msvc.zip Windows x64 checksum
scma-gcal-sync-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

v2.2.1

01 Aug 17:49
Compare
Choose a tag to compare

Changed

  • Upgraded to cargo-dist v0.0.7

Download scma-gcal-sync 2.2.1

target kind download
aarch64-apple-darwin tarball scma-gcal-sync-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball scma-gcal-sync-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball scma-gcal-sync-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball scma-gcal-sync-x86_64-unknown-linux-gnu.tar.xz

v2.2.0

23 Jul 19:10
Compare
Choose a tag to compare

Release Notes

Added

  • Added "last updated" field to Google Contacts

Download

target kind download
x86_64-unknown-linux-gnu tarball scma-gcal-sync-v2.2.0-x86_64-unknown-linux-gnu.tar.xz
x86_64-apple-darwin tarball scma-gcal-sync-v2.2.0-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball scma-gcal-sync-v2.2.0-x86_64-pc-windows-msvc.zip
x86_64-pc-windows-msvc symbols scma-gcal-sync-v2.2.0-x86_64-pc-windows-msvc.pdb

v2.1.1

09 May 03:00
Compare
Choose a tag to compare

Fixed

  • Fixed failure to parse users due to new special user w/o status

v2.1.0

06 Feb 02:04
Compare
Choose a tag to compare

Changed

  • Made user agent more meaningful "scma-gcal-sync {version} {repo-url}"

Misc

  • Upgraded deps

v2.0.5

16 Jan 21:41
Compare
Choose a tag to compare

Changes

  • Upgraded dependencies to address dependabot alerts
  • Upgraded GitHub Actions dependency to resolve deprecation notice
  • Upgraded clap from v3 to v4

v2.0.4

24 Sep 20:58
Compare
Choose a tag to compare

Changed

  • Removed external dependency on openssl

v2.0.3

23 Sep 23:04
Compare
Choose a tag to compare

Fixed

  • Removal of calendar owners when syncing calendar ACL

Misc

  • Upgraded dependencies