2020-01-23 05:42:53 +08:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to SimpleLogin will be documented in this file.
|
|
|
|
The version corresponds to SimpleLogin Docker `image tag`.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
## [Unreleased]
|
2020-04-15 02:49:48 +08:00
|
|
|
Fix "Content-Transfer-Encoding" issue https://github.com/simple-login/app/issues/125
|
2020-03-25 19:09:21 +08:00
|
|
|
|
2020-04-13 16:48:35 +08:00
|
|
|
## [3.0.0] - 2020-04-13
|
|
|
|
New endpoints to create/update aliases:
|
|
|
|
PUT /api/aliases/:alias_id
|
|
|
|
GET /api/aliases/:alias_id/contacts
|
|
|
|
POST /api/aliases/:alias_id/contacts
|
|
|
|
GET /api/v2/aliases
|
|
|
|
(Optional) Spam detection by Spamassassin
|
|
|
|
Handling for bounced emails
|
|
|
|
Support Multiple recipients (in To and Cc headers)
|
|
|
|
|
2020-03-25 19:09:21 +08:00
|
|
|
## [2.1.0] - 2020-03-23
|
2020-03-13 07:14:41 +08:00
|
|
|
Support PGP
|
|
|
|
|
2020-03-13 19:32:48 +08:00
|
|
|
## [2.0.0] - 2020-03-13
|
2020-02-12 00:23:49 +08:00
|
|
|
Support multiple Mailboxes
|
2020-03-13 19:32:48 +08:00
|
|
|
Take into account Sender header
|
2020-02-09 23:30:30 +08:00
|
|
|
|
2020-02-25 00:33:05 +08:00
|
|
|
## [1.0.5] - 2020-02-24
|
|
|
|
Improve email forwarding.
|
|
|
|
Minor improvements on monitoring.
|
|
|
|
|
2020-02-09 23:30:30 +08:00
|
|
|
## [1.0.4] - 2020-02-09
|
2020-02-08 23:44:12 +08:00
|
|
|
Fix duplicate "List-Unsubscribe" email header.
|
2020-01-23 05:42:53 +08:00
|
|
|
|
2020-01-28 15:56:24 +08:00
|
|
|
## [1.0.3] - 2020-01-28
|
|
|
|
|
|
|
|
Add DISABLE_REGISTRATION param to disable new registrations.
|
|
|
|
|
2020-01-28 12:59:31 +08:00
|
|
|
## [1.0.2] - 2020-01-28
|
|
|
|
|
|
|
|
Add SUPPORT_NAME param to set a support email name.
|
|
|
|
|
2020-01-28 01:12:53 +08:00
|
|
|
## [1.0.1] - 2020-01-28
|
|
|
|
|
|
|
|
Simplify config file.
|
|
|
|
|
2020-01-23 05:42:53 +08:00
|
|
|
## [1.0.0] - 2020-01-22
|
|
|
|
|
|
|
|
Start tagging docker image.
|
|
|
|
Docker image tag is used in README to make sure SimpleLogin new Docker images don't break previous deployments.
|
|
|
|
|
|
|
|
|