~witcher/rss-email

v0.5.0 7 months ago .tar.gz browse log

rss-email v0.4.5

Hugo Osvaldo Barrera (2):
      build: Add a Makefile
      ci: Use the Makefile in CI

Thomas Böhler (20):
      doc: Add XDG base dir spec note to man pages
      doc: Add example configuration to rss-email.5
      doc: Add FILES section to rss-email man pages
      doc: Split author section into multiple sections
      doc: Don't indent OPTIONS heading in rss-email.1
      doc: Use conventional CONFIGURATION section
      chore: Change author name
      doc: Add EXIT STATUS section to rss-email.1
      chore: Add generated man pages to gitignore
      doc: Add Alpine Linux installation instructions
      ci: Add OpenBSD build manifest
      chore: add sqlite files to gitignore
      feat: Only log SQL statements with level trace
      doc: fix spelling mistake on get_mailer
      fix: fallback to url if guid not available for rss
      feat: add option for STARTTLS
      refactor: change application architecture
      fix: Set rustls log level to "Warn"
      chore: add myself to the mailmap
      chore: bump version to v0.5.0

v0.4.5 1 year, 2 months ago .tar.gz browse log

rss-email v0.4.5

Thomas Böhler (4):
      fix: Avoid possible infinite loop for `Lines` obj
      fix: Update getrandom dependency to 0.2.10
      ci: Fetch dependencies prior to building
      chore: bump version to v0.4.5

v0.4.4 1 year, 7 months ago .tar.gz browse log

rss-email v0.4.4

witcher (1):
      chore: Bump version, add Cargo.lock

v0.4.3 1 year, 7 months ago .tar.gz browse log

rss-email v0.4.3

witcher (4):
      style(anyhow): Make `context` calls lazy
      refactor: Introduce SNAFU for better errors
      chore(cog): Add pre-commit hooks to cog
      chore(cog): add Cargo.lock on version bump

v0.4.2 1 year, 7 months ago .tar.gz browse log

rss-email v0.4.2

witcher (13):
      Build CI in release mode for publishing artifacts
      Add more clippy lints and make clippy happy :)
      CI: Fix misspelling to add LICENSE to tarball
      CI: Build with stable compiler
      CI: yuck, misspelled LICENSE *again*
      chore(cog): introduce cog
      ci: use upstream rust package
      ci: avoid tests, don't upload artifacts
      ci: reorder tasks, remove release mode builds
      ci: add cargo
      ci: build on archlinux instead
      fix: Show URL of failed request
      chore: Bump version

0.4.1 1 year, 9 months ago .tar.gz browse log

rss-email 0.4.1

witcher (3):
      Fix outdated default path for cache
      Add release artifacts to CI
      Bump version to 0.4.1

0.4.0 1 year, 9 months ago .tar.gz browse log

rss-email 0.4.0

The following changes require manual intervention:

* The `from` and `to` attributes in the configuration file have been
  moved to the `mail` section
* The sqlite database is now assumed to be in `$XDG_DATA_HOME/rss-email`
  by default (previously in `$XDG_CONFIG_HOME/rss-email`)

Hugo Osvaldo Barrera (3):
      Drop some unnecessary lettre features
      Leave a note on the impact of the "pool" feature
      Trace-log sending of individual messages

witcher (20):
      Update README.md with packages in AUR
      Allow urls to be commented out
      Supply defaults for optional command line args
      Be pedantic about E-Mail/email usage
      Update mailing list in man page
      Add man page for configuration files
      Fix format error for man page rss-email.1
      Add new man page to CI
      Extend README.md with new man page
      Introduce Mail struct
      Move `to` and `from` to `mail` section
      Extend Cargo.toml with more attributes
      Read clap command line info from Cargo.toml
      Don't create config folder by default
      Enable config file attributes on command line
      Replace env_logger with simple_logger
      Fix spelling of `sqlx-cli`
      Move `cache.db` to proper xdg dir
      Add `--no-fetch` to skip fetching feeds
      Specify RSS and Atom support in man page

0.3.0 1 year, 10 months ago .tar.gz browse log

rss-email 0.3.0

Hugo Osvaldo Barrera (1):
      readme: DATABASE_URL needs to be a valid URL

witcher (6):
      Update mailing list in README.md
      Add `contrib` with `pre-commit` git hook
      Acquire author/version info from Cargo.toml
      Add Atom support
      Remove feedurl and author from database
      Send E-Mails asynchronously

0.2.1 1 year, 10 months ago .tar.gz browse log

rss-email 0.2.1

witcher (1):
      Fix panic on insertion and invalid time stamp

0.2.0 1 year, 10 months ago .tar.gz browse log

rss-email 0.2.0

Hugo Osvaldo Barrera (1):
      Implement async fetching

jman (1):
      Use RustTLS instead of native OpenSSL

witcher (14):
      Strip symbols on release builds + building docs
      CI: Build in release mode
      Update Cargo.lock
      CI: Remove step verifying signature of commit
      CI: Remove `openssl-dev` package
      CI: Remove build artifacts
      CI: Use release builds only
      Replace diesel with sqlx
      Add migrations to use with sqlx
      Add `sqlx-data.json` for building in offline mode
      Build CI in debug mode
      Elaborate on sqlx for compiling and contributing
      Fix clippy lint
      Bump version
1 / 2