Releases: ahochsteger/gmail-processor
Releases · ahochsteger/gmail-processor
2.6.1
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
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
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
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
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
2.4.0 (2023-10-13)
Google Apps Script Version: 17
Features
- add regex modifier support (0ebb56f)
2.3.2
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
2.3.1 (2023-10-12)
Google Apps Script Version: 15
Bug Fixes
2.3.0
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
2.2.0 (2023-10-11)
Google Apps Script Version: 13
Features
- add
offset-format
placeholder modifier (6e56f69), closes #135