File tree 2 files changed +20
-2
lines changed
2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Version 0.3.0
4
+
5
+ Scheduling campaigns & WYSIWYG editor ⏲️
6
+
7
+ ### Added
8
+
9
+ - Campaigns can now be scheduled to be sent automatically
10
+ - WYSIWYG editor for Markdown campaigns
11
+ - Local sender for testing in development mode
12
+
13
+ ### Fixed
14
+
15
+ - Formatted dates in local timezone now used on campaign overview page
16
+ - Removed default email preview text
17
+
3
18
4
19
## Version 0.2.2
5
20
6
21
## Fixed
7
22
8
23
- Fixed crash when starting release
9
24
25
+
10
26
## Version 0.2.1
11
27
12
- ## Fixed
28
+ ### Fixed
13
29
14
30
- TailwindCSS styles are now pruned, massively reducing CSS size
15
31
- Default admin user is created correctly when ` KEILA_USER ` is not specified
16
32
- Fixed crash when starting release
17
33
34
+
18
35
## Version 0.2.0
19
36
20
37
Simplified deployments ⚙️
@@ -29,6 +46,7 @@ Simplified deployments ⚙️
29
46
30
47
- Campaigns can no longer be sent twice
31
48
49
+
32
50
## Version 0.1.0
33
51
34
52
First official release of Keila 🚀
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.2.2 " ,
7
+ version: "0.3.0 " ,
8
8
elixir: "~> 1.11" ,
9
9
elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
10
10
compilers: [ :phoenix , :gettext ] ++ Mix . compilers ( ) ,
You can’t perform that action at this time.
0 commit comments