Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

48 lines (38 loc) · 1.54 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Calendar Versioning (YYYY.MM.DD-<SHORT-COMMIT-HASH>).

Added

  • Added initial changelog

v2020.03.30-5625bf2 - 2020-03-30

Added

  • Added onetime-filtering CLI flag

Changed

  • Improved IMAP reconnection logic. Thanks again to @hikhvar
  • Updated Golang to 1.14
  • Updated Golang dependencies
  • Increased test coverage

v2020.02.08-6723c60 - 2020-02-08

Added

  • Added initial proper README file

Changed

  • Changed Semantic to automated Calendar Versioning
  • Updated Golang dependencies
  • Changed tests to use github.com/testcontainers/testcontainers-go for integration testing

v0.2.0 - 2020-01-20

Added

  • Added more logging
  • Added re-connect mechanism if connection or user session is lost

Changed

  • Improved build, test & release process
  • Improved code quality
  • Improved charset handling on message parsing

v0.1.0 - 2020-01-12

Added

  • This is the initial release!