File tree 2 files changed +16
-3
lines changed
2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
- ### Added
6
5
7
- - French translation
6
+ ## Version 0.16.1
7
+
8
+ 🇫🇷♻️ Bonjour File Deletions!
9
+
10
+ ## Added
11
+
12
+ - French translation (thanks @marc-bouvier for the translation and improving the translatability of Keila for other languages)
13
+ - Deletion of images in the upload interface (thanks @jrowah for implementing)
14
+
15
+ ## Fixed
16
+
17
+ - The campaign update API endpoint now properly merges provided campaign settings with the existing settings
18
+ - Non-markdown default signature for plain text campaigns
19
+ - API Keys with no defined name no longer output the entire data structure upon creation (thanks @danilax86 for fixing)
20
+
8
21
9
22
## Version 0.16.0
10
23
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.16.0 " ,
7
+ version: "0.16.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