File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## Version 0.14.1
6
+
5
7
## Improved
6
8
- Added new Gmail user agent to avoid tracking invalid clicks/opens
7
9
- Return to list of unsubscribed/unreachable contacts after delete action from
8
10
one of those pages. Implements #193 (thanks @digitalfredy for reporting)
9
11
- It's now possible to choose between the US and EU API endpoints for Mailgun senders (thanks @harryfear for reporting)
12
+ - Improvements to German translation (thanks @dompie )
10
13
11
14
## Fixed
12
15
- Clicking "Delete all" on the contacts list no longer causes a server error
13
16
when no contacts have been selected. Fixes #260 (thanks @CSDUMMI for reporting)
17
+ - Fixed connection errors when using SMTP senders with STARTTLS (thanks @beep and @CodeOfTim for reporting)
14
18
15
19
16
20
## Version 0.14.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Keila.MixProject do
4
4
def project do
5
5
[
6
6
app: :keila ,
7
- version: "0.14.0 " ,
7
+ version: "0.14.1 " ,
8
8
elixir: "~> 1.15" ,
9
9
elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
10
10
compilers: [ :phoenix ] ++ Mix . compilers ( ) ,
You can’t perform that action at this time.
0 commit comments