Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

1.3.0 - BOM removal, custom file encoding, updated docs

Compare
Choose a tag to compare
@RNabel RNabel released this 07 Sep 02:32
· 22 commits to master since this release

CHANGELOG (to 1.2.1):

  • Allow stripping of BOMs when downloading converted Google Documents as text/plain files, effective solution to this problem.
  • GetContentString() and SetContentString() now accept an encoding parameter which allows custom de- and encoding of files
  • Update docs for CommandLineAuth() in response to question on StackOverflow re LocalWebserverAuth() and local firewalls.