Skip to content

Releases: ahochsteger/gmail-processor

2.11.0

25 May 13:53

Choose a tag to compare

2.11.0 (2024-05-25)

Google Apps Script Version: 28

Bug Fixes

  • custom action name regex + add test (0ec5b5c)
  • pug security vulnerability (ee0031d)
  • wrong regex replacement (3eb0809)

Features

  • add custom actions (e044e22)
  • add version info lib, logs and docs (5470741)

2.10.1

16 May 20:16

Choose a tag to compare

2.10.1 (2024-05-16)

Google Apps Script Version: 27

Bug Fixes

  • null dereference in redact() (0c6f80c)

2.10.0

10 May 19:17

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

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

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

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

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

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

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

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)