Skip to content

Releases: czpilar/gdrive

1.3.5

30 Dec 16:50
Compare
Choose a tag to compare
  • fixed logback issue

1.3.4

30 Dec 15:41
Compare
Choose a tag to compare
1.3.4 Pre-release
Pre-release
  • updated dependencies
  • updated google drive api 3 (2.0.0)
  • fixed authentication issue

1.3.3

31 Dec 13:41
Compare
Choose a tag to compare
  • updated dependencies
  • updated google drive api 3 (1.32.1)

1.3.2

20 Feb 16:29
Compare
Choose a tag to compare
  • context optimization

1.3.1

18 Feb 17:52
Compare
Choose a tag to compare
  • updated to spring programmatic configuration

1.3.0

17 Feb 16:28
Compare
Choose a tag to compare
  • updated dependencies
  • switched to google drive api 3 (1.28.0)
  • switched to java 8

1.2.4

28 Jun 18:50
Compare
Choose a tag to compare
  • fixed small issues

1.2.3

27 Jun 00:07
Compare
Choose a tag to compare
  • added empty trash support
  • updated libs to newest versions

1.2.2

15 May 17:49
Compare
Choose a tag to compare
  • added retrying file upload if uploading fails

1.2.1

26 Apr 12:21
Compare
Choose a tag to compare
  • added new argument for printing version
  • changed behavior with uploading file:
    • if file does not exist as remote file it creates new one
    • if file exists as remote file and file content is different it updates remote file with new file content
    • if file exists as remote and contents of both files are the same it does nothing