Releases: utking/hackernews_digest_go
Releases · utking/hackernews_digest_go
v2.0.4
- Pull the IDs to check as a difference from the prefetched and the IDs in the DB, without traversing thousands in the code
v2.0.2
- Most of the functionality is covered with tests
- Code refactoring
- Added a blacklist for domains that should not appear in the digest (reverse or not)
v2.0.1
- Allow MySQL connections via sockets also
v2.0.0
- Added MySQL as a DB driver for the news repository
- Moved back -r|--reverse to be a CLI parameter
- Added -v parameter for purging old news items and vacuuming the DB
- Added -c|--config to set up a custom config file
v1.0.4
- Add the Data and To headers in the emails explicitly to decrease the possible spam score
v1.0.3
- Split base64 email body into shorter lines to decrease the SPAM score
v1.0.2
- Replace -r with a line in the config file
- Refactor code and add several tests
v1.0.1
- Encode email body with base64 to fix wrong message escaping
v1.0
- Time-generated format chane
- Allow custom config filenames