Skip to content

Releases: ahochsteger/gmail-processor

2.10.0

10 May 19:17
Compare
Choose a tag to compare

2.10.0 (2024-05-10)

Google Apps Script Version: 26

Features

  • add ordering of threads/messages/attachments (3dfbdbb)

2.9.0

04 May 22:14
Compare
Choose a tag to compare

2.9.0 (2024-05-04)

Google Apps Script Version: 25

Bug Fixes

Features

  • add log tracing + major log refactoring (e44f7d0)
  • advanced log sheet logging + example updates (31d8c46)
  • enable context meta as field names + refactoring + docs (17f9959)

2.8.0

17 Mar 20:56
Compare
Choose a tag to compare

2.8.0 (2024-03-17)

Google Apps Script Version: 24

Bug Fixes

  • add missing documents permission + improved logging (a34bcdb)
  • broken run method when deployed to GAS (459a201)

Features

  • add action attachment.extractText (209023b)

2.7.0

18 Feb 22:42
Compare
Choose a tag to compare

2.7.0 (2024-02-18)

Google Apps Script Version: 23

Bug Fixes

  • downgrade date-fns to 2.30.0 (493254a)
  • wrong escape handling in generated docs (6dc0777)

Features

  • support date expressions in substitutions (0ec7d1b)

2.6.1

17 Feb 21:52
Compare
Choose a tag to compare

2.6.1 (2024-02-17)

Google Apps Script Version: 22

Bug Fixes

  • broken file content in updateExistingFile() (8704586)
  • getBlob is not a function error (056290d)

2.6.0

09 Feb 23:32
Compare
Choose a tag to compare

2.6.0 (2024-02-09)

Google Apps Script Version: 21

Bug Fixes

  • wrong backslash escape handling (fd39b72)

Features

  • add file conversion using drive v2 (ce31693)

2.5.0

06 Feb 23:57
Compare
Choose a tag to compare

2.5.0 (2024-02-06)

Google Apps Script Version: 20

Bug Fixes

  • bad code smells (5a98584)
  • missing blob names (8f4f8ff)
  • missing URL polyfill + improved regex handling (fb90dd9)
  • more bad code smells from SonarCloud (eba4fc6)
  • security issues reported by SonarCloud (f1c291a)
  • use https to access gravatar.com (9e2d164)
  • wrong args for thread.exportAsHtml (44fd4d3)

Features

  • improved html+pdf exports of threads+messages (b70a7ef)

2.4.2

27 Dec 22:04
Compare
Choose a tag to compare

2.4.2 (2023-12-27)

Google Apps Script Version: 19

Bug Fixes

  • deps: update dependency type-fest to v4.9.0 (3f07e75)

2.4.1

29 Nov 17:25
Compare
Choose a tag to compare

2.4.1 (2023-11-29)

Google Apps Script Version: 18

Bug Fixes

  • revert "build(deps-dev): bump typescript from 5.2.2 to 5.3.2" (7eee818)

2.4.0

13 Oct 04:16
Compare
Choose a tag to compare

2.4.0 (2023-10-13)

Google Apps Script Version: 17

Features

  • add regex modifier support (0ebb56f)