Releases: dozheiny/barghman
Releases · dozheiny/barghman
v1.0.0
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
Changelog
- 83f8a51 Fix goreleaser
v1.0.0-rc.1
This is the first beta release of Barghman. Several changes are inclu…
v0.1.1
(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
Full Changelog: https://github.com/dozheiny/barghman/commits/v0.1.0