Skip to content

Commit

Permalink
Release Keila 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed Jan 24, 2024
1 parent ca0e6f5 commit bfa7f8d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

## Unreleased


## Version 0.14.0

Custom signup form fields + contacts search 🔎

### Added
- Added ability to add custom fields to contact signup forms. Implements #135
- Custom fields (text, checkbox, dropdown, tags, numbers) can now be added to
contact signup forms. Implements #135
- Search and sorting on contacts page
- Added buttons for inserting images, links, and buttons to plain Markdown
editor. Fixes #255 (thanks @lukaprincic for suggesting)

Expand All @@ -16,6 +23,7 @@
is set to "active" are imported. Fixes #253 (thanks @VZsI for reporting)
- Live preview in plain Markdown editor no longer disappears when switching to
rich editor and back.
- Fixed error when saving a contact with JSON data and a constraint error


## Version 0.13.1
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Keila.MixProject do
def project do
[
app: :keila,
version: "0.13.1",
version: "0.14.0",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(),
Expand Down

0 comments on commit bfa7f8d

Please sign in to comment.