Skip to content

Releases: ahochsteger/gmail-processor

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)

2.3.2

12 Oct 22:27
Compare
Choose a tag to compare

2.3.2 (2023-10-12)

Google Apps Script Version: 16

Bug Fixes

  • wrong arg name in thread.addLabel action (fdb9452), closes #150

2.3.1

12 Oct 21:52
Compare
Choose a tag to compare

2.3.1 (2023-10-12)

Google Apps Script Version: 15

Bug Fixes

2.3.0

12 Oct 04:49
Compare
Choose a tag to compare

2.3.0 (2023-10-12)

Google Apps Script Version: 14

Features

  • add action message.storeFromURL (3f817bf), closes #136
  • add message matcher body + plainBody (eb45984)

2.2.0

11 Oct 19:55
Compare
Choose a tag to compare

2.2.0 (2023-10-11)

Google Apps Script Version: 13

Features

  • add offset-format placeholder modifier (6e56f69), closes #135

2.1.3

19 Sep 20:59
Compare
Choose a tag to compare

2.1.3 (2023-09-19)

Google Apps Script Version: 12

Bug Fixes

  • failure on running time-triggered (731d635), closes #120

2.1.2

18 Sep 10:03
Compare
Choose a tag to compare

2.1.2 (2023-09-18)

Google Apps Script Version: 11

Bug Fixes

  • wrong conversion of location with folder IDs (0993562), closes #111