Releases: slashtechno/llmail
Releases · slashtechno/llmail
v0.3.0 - Phidata support
v0.2.4
What's Changed
- Minimize code in in
__main__.py
by utilizing files underutils/
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
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
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
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
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
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.