Releases: sumnerevans/offlinemsmtp
Releases · sumnerevans/offlinemsmtp
v0.4.0
-
Dependency change: the
watchdog
dependency has been replaced byinotify
. (Thanks to @bbbart for the contribution.) -
Infrastructure/DX Changes
- Added pre-commit and isort
- Migrated to GitHub
- Added dependabot to auto-update GitHub Actions versions
- Converted the CI to not use Nix for linting and building (it's now way faster)
v0.3.10
- Require latest
PyGObject
andwatchdog
dependencies.
v0.3.9
-
Wait for one second after the path gets created on disk to allow the file to be fully written.
-
Fixed
PyGObject
dependency -
Internal/Infrastructure changes
- Migrated to GitHub and GitHub Actions
- Added a custom style check for TODOs and ensuring that all instances of the version are correct.
- Add a
shell.nix
for a more consistent development environment, and use it with direnv. - Got rid of
setup.py
and replaced withpyproject.toml
.
v0.3.8
- Use
/usr/bin/env
to findmsmtp
executable for compatibility with NixOS.
v0.3.7
-
Fixed dependency issue where sphinx was required as an
install_dependency
rather than a dev dependency. -
Infrastructure
- Migrated to sr.ht because of usability regressions in GitLab.
- Migrated from Pipenv to Poetry because Poetry is actually fast.
- Added
CONTRIBUTING.md
document to help onboard contributors. - Added a
.editorconfig
file to help create consistent development environments for contributors.