Skip to content

Releases: utking/hackernews_digest_go

v2.1.5

03 Jul 22:18
Compare
Choose a tag to compare

v2.0.4

29 Nov 03:40
300596b
Compare
Choose a tag to compare
  • 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

16 Oct 16:55
575e1c3
Compare
Choose a tag to compare
  • 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

23 Jul 23:55
Compare
Choose a tag to compare
  • Allow MySQL connections via sockets also

v2.0.0

23 Jul 22:34
cf20de4
Compare
Choose a tag to compare
  • 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

23 Jul 13:15
Compare
Choose a tag to compare
  • Add the Data and To headers in the emails explicitly to decrease the possible spam score

v1.0.3

23 Jul 13:03
Compare
Choose a tag to compare
  • Split base64 email body into shorter lines to decrease the SPAM score

v1.0.2

21 Jul 22:12
Compare
Choose a tag to compare
  • Replace -r with a line in the config file
  • Refactor code and add several tests

v1.0.1

20 Jul 20:11
Compare
Choose a tag to compare
  • Encode email body with base64 to fix wrong message escaping

v1.0

19 Jul 23:49
Compare
Choose a tag to compare
  • Time-generated format chane
  • Allow custom config filenames