Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meriadec committed May 26, 2017
1 parent e4da57c commit 308f00a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### 2.3.0 (2017-05-26)

- Send email to multiple targets ([#126](https://github.com/mjmlio/mjml-app/issues/126))
- Keep track of recent sent emails targets ([#125](https://github.com/mjmlio/mjml-app/issues/125))
- Compact view for API informations ([#127](https://github.com/mjmlio/mjml-app/issues/127))
- Option to minify HTML output ([#133](https://github.com/mjmlio/mjml-app/issues/133))
- Option to beautify HTML output ([#137](https://github.com/mjmlio/mjml-app/pull/137))
- Hide app with Cmd+H ([#131](https://github.com/mjmlio/mjml-app/issues/131))
- Refresh file list on app focus ([#135](https://github.com/mjmlio/mjml-app/issues/135))
- Display local images using relative path ([#134](https://github.com/mjmlio/mjml-app/issues/134))

### 2.2.0 (2017-05-12)

- Export desktop & mobile view to image ([#120](https://github.com/mjmlio/mjml-app/issues/120))
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mjml-app",
"version": "2.2.0",
"version": "2.3.0",
"productName": "MJML",
"description": "The desktop app for MJML",
"main": "./main.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "mjml-app",
"productName": "MJML",
"version": "2.2.0",
"version": "2.3.0",
"description": "The desktop app for MJML",
"main": "app/main.js",
"scripts": {
Expand Down

0 comments on commit 308f00a

Please sign in to comment.