Skip to content

Releases: slashtechno/llmail

v0.3.0 - Phidata support

03 Jun 18:26
2177f19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.3.0

v0.2.4

01 Jun 21:00
df1507e
Compare
Choose a tag to compare

What's Changed

  • Minimize code in in __main__.py by utilizing files under utils/ by @slashtechno in #3
  • Made it easier to use email providers that aren't Gmail and added example settings for Outlook in .env.example
  • Linked YouTube video in README showcasing the project

Full Changelog: v0.2.4...v0.2.5

v0.2.4

18 May 02:16
c2f6883
Compare
Choose a tag to compare

What's changed

  • Add regex validation for subject field
  • Allow for redaction of email addresses in logs with --redact-email-addresses/REDACT_EMAIL_ADDRESSES

v0.2.3

12 May 20:19
63c9d70
Compare
Choose a tag to compare

What's changed

  • Improved README

Attempted to make license show up in PyPi but it seems classifiers needs to be used. I also skipped v0.2.2 by mistake.

v0.2.1

12 May 19:56
9473962
Compare
Choose a tag to compare

What's Changed

  • Added a configuration option for setting a system prompt
  • Added a configuration option for setting the subject that should be searched for
  • Added a configuration option for setting the "From" alias
  • Added a workflow for publishing to PyPi

Full Changelog: v0.2.0...v0.2.1

v0.2.0

12 May 03:15
48903e6
Compare
Choose a tag to compare

What's Changed

  • Significant performance increase by only needing to search folders once
  • Folders searched can be customized
  • Docker support
  • Custom LLM model support

Full Changelog: v0.1.0...v0.2.0

v0.1.0

05 May 21:36
ce76bba
Compare
Choose a tag to compare

Initial release

Whilst right now the program isn't too efficient, it is working. A new release with a variety of improvements, including changing the model name and improving speed, will be available soon.