app-MAIL-temp/CHANGELOG

128 lines
3.5 KiB
Plaintext
Raw Normal View History

# 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).
2021-04-07 11:56:07 +02:00
## [3.4.0] - 2021-04-06
Support ARM arch
Remove unused config like DEBUG, CLOUDWATCH, DKIM_PUBLIC_KEY_PATH, DKIM_DNS_VALUE
Handle auto responder email
Inform user when their alias has been transferred to another user
Use alias transfer_token
Improve logging
Add /api/export/data, /api/export/aliases endpoints
Take into account mailbox when importing/exporting aliases
Multiple bug fixes
Code refactoring
Add ENABLE_SPAM_ASSASSIN config
2021-03-05 13:11:47 +01:00
## [3.3.0] - 2021-03-05
Notify user when reply cannot be sent
User can choose default domain for random alias
enable LOCAL_FILE_UPLOAD by default
fix user has to login again after quitting the browser
login user in api auth endpoints
Create POST /api/api_key
Add GET /api/logout
Add setup-done page
Add PublicDomain
User can choose a random alias domain in a list of public domains
User can choose mailboxes for a domain
Return support_pgp in GET /api/v2/aliases
Self hosting improvements
Improve Search
Use poetry instead of pip
Add PATCH /api/user_info
Add GET /api/setting
Add GET /api/setting/domains
Add PATCH /api/setting
Add "Generic Subject" option
Add /v2/setting/domains
Add /api/v5/alias/options
Add GET /api/custom_domains
Add GET /api/custom_domains/:custom_domain_id/trash
Able to disable a directory
Use VERP: send email from bounce address
Use VERP for transactional email: remove SENDER, SENDER_DIR
Use "John Wick - john at wick.com" as default sender format
Able to transfer an alias
2020-06-10 09:22:05 +02:00
2020-06-15 23:36:40 +02:00
## [3.2.2] - 2020-06-15
Fix POST /v2/alias/custom/new when DISABLE_ALIAS_SUFFIX is set
2020-06-15 16:59:43 +02:00
## [3.2.1] - 2020-06-15
Fix regressions introduced in 3.2.0 regarding DISABLE_ALIAS_SUFFIX option
2020-06-10 09:22:05 +02:00
## [3.2.0] - 2020-06-10
2020-06-10 09:19:52 +02:00
Make FIDO available
Fix "remove the reverse-alias" when replying
Update GET /mailboxes
Create POST /api/v3/alias/custom/new
Add PGP for contact
2020-04-14 22:43:12 +02:00
2020-05-27 22:16:03 +02:00
## [3.1.1] - 2020-05-27
Fix alias creation
2020-05-10 14:45:56 +02:00
## [3.1.0] - 2020-05-09
Remove social login signup
More simple UI with advanced options hidden by default
Use pagination for alias page
Use Ajax for alias note and mailbox update
Alias can have a name
Global stats
DMARC support for custom domain
Enforce SPF
FIDO support (beta)
Able to disable onboarding emails
2020-04-14 22:43:12 +02:00
## [3.0.1] - 2020-04-13
Fix compatibility with 2x version
Fix "Content-Transfer-Encoding" issue https://github.com/simple-login/app/issues/125
2020-03-25 12:09:21 +01:00
2020-04-13 10:48:35 +02: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 12:09:21 +01:00
## [2.1.0] - 2020-03-23
2020-03-13 00:14:41 +01:00
Support PGP
2020-03-13 12:32:48 +01:00
## [2.0.0] - 2020-03-13
2020-02-11 17:23:49 +01:00
Support multiple Mailboxes
2020-03-13 12:32:48 +01:00
Take into account Sender header
2020-02-09 16:30:30 +01:00
2020-02-24 17:33:05 +01:00
## [1.0.5] - 2020-02-24
Improve email forwarding.
Minor improvements on monitoring.
2020-02-09 16:30:30 +01:00
## [1.0.4] - 2020-02-09
2020-02-08 16:44:12 +01:00
Fix duplicate "List-Unsubscribe" email header.
2020-01-28 08:56:24 +01:00
## [1.0.3] - 2020-01-28
Add DISABLE_REGISTRATION param to disable new registrations.
2020-01-28 05:59:31 +01:00
## [1.0.2] - 2020-01-28
Add SUPPORT_NAME param to set a support email name.
## [1.0.1] - 2020-01-28
Simplify config file.
## [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.