Skip to content

Releases: dozheiny/barghman

v1.0.0

27 Aug 13:50

Choose a tag to compare

v1.0.0

This is the v1.0.0 release of Barghman. Several changes are included:

  • Barghman now runs as a systemd template, allowing it to be used as a systemd service.
  • A man page has been added, explaining configuration, installation, and usage.
  • Added wait_time configuration for controlling the delay for each client.
  • Added bill_ids configuration to support multiple bill IDs.
  • Added delete cache functionality.
  • README format has been converted to Markdown.
  • AUR package is now available.
  • Build process now uses GoReleaser instead of GitHub Actions.

There are two breaking changes in this release:
To support multiple email origins, each SMTP configuration must now be mapped to its respective client. This is a breaking change, as you must specify the mapping between SMTP configurations and clients.
The use_cron flag has been removed. Cron jobs are now triggered automatically when the cron_job value is not empty.
This release also fixes email delivery issues and corrects several typos.

v1.0.0-rc.2

27 Aug 13:37

Choose a tag to compare

v1.0.0-rc.2 Pre-release
Pre-release

Changelog

v1.0.0-rc.1

25 Aug 12:51

Choose a tag to compare

v1.0.0-rc.1 Pre-release
Pre-release
This is the first beta release of Barghman. Several changes are inclu…

v0.1.1

20 Aug 15:30

Choose a tag to compare

(v0.1.1) Fix caching issue with barghman.com calendar updates

ios.barghman.com frequently changed its calendar schedule, causing inconsistencies.
Caching has been implemented to handle updates more reliably.
Cache files are stored in: $HOME/.cache/barghman

This bug fixed in 34da5cf.

v0.1.0

18 Aug 12:00

Choose a tag to compare