Skip to content

Releases: fterh/heimdall

v3.4.0

29 Dec 06:01
Compare
Choose a tag to compare
  • Update dependencies
  • Bump NodeJS to v18 (from v14) for future-proofing
  • New feature: introduce NUM_WORDS environment variable to configure number of words contained in an alias

v3.3.0

08 May 18:37
b16ec7e
Compare
Choose a tag to compare

It's been a while since the last release. Life happened.

  • Update README for clarity
  • Update dependencies
  • Update NodeJS to v14 (from v12)
  • Improve CI process (CI NodeJS environment to align with AWS's)
  • Fix bug where malformed email addresses causes a crash
  • Include script for better developer experience

v3.2.3

18 Jun 17:49
Compare
Choose a tag to compare
  • Update dependencies

v3.2.2

01 Nov 12:51
f1a53b4
Compare
Choose a tag to compare
  • Update dependencies
  • Code maintenance: clean up test code, fix lint errors
  • Update README with screenshot

v3.2.1

01 May 04:46
1e5fa9f
Compare
Choose a tag to compare
  • Improve how sender's name and email address are represented when forwarding received emails to personal email address

v3.2.0

23 Apr 08:27
1fc014f
Compare
Choose a tag to compare
  • Reply to command emails in threaded conversations (used to be new, standalone emails)
  • Upgrade dependencies

v3.1.1

23 Mar 07:56
a7fe3f1
Compare
Choose a tag to compare
  • Update README.md (setup steps)
  • Receiving emails on non-existent aliases (one of the main use cases) no longer throws an error
  • Fix bugs in test cases

v3.1.0

12 Feb 07:16
b35f936
Compare
Choose a tag to compare
  • Update README.md
  • Improve how original sender information is displayed
  • Fix bug with undefined email subject
  • Notify user (through email) of errors (no more manual logs checking, yay!)

v3.0.0

10 Feb 04:23
Compare
Choose a tag to compare
  • Refactor alias logic into Alias class model
  • Add migration script
  • Remove alias description from email subject
  • Implement Info command ([email protected])

Note: This WILL break v2.x.x because it reshapes the alias model. Run the migration script before deploying to ensure compatibility.

v2.1.1

09 Feb 04:23
Compare
Choose a tag to compare
  • Update README.md
  • Upgrade packages
  • Fix vulnerability and test case