Skip to content

Releases: sumnerevans/offlinemsmtp

v0.4.0

18 Nov 19:39
v0.4.0
d53f1f6
Compare
Choose a tag to compare
  • Dependency change: the watchdog dependency has been replaced by inotify. (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

16 Jan 04:01
v0.3.10
e49a730
Compare
Choose a tag to compare
  • Require latest PyGObject and watchdog dependencies.

v0.3.9

15 Jan 22:51
v0.3.9
d9c8b09
Compare
Choose a tag to compare
  • 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 with pyproject.toml.

v0.3.8

15 Jan 22:12
v0.3.8
f3d1b37
Compare
Choose a tag to compare
  • Use /usr/bin/env to find msmtp executable for compatibility with NixOS.

v0.3.7

15 Jan 22:14
v0.3.7
3329e19
Compare
Choose a tag to compare
  • 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.