Skip to content

Commit

Permalink
Bump to 2.0.0
Browse files Browse the repository at this point in the history
closes #97
closes #95
closes #87
closes #73
closes #65
  • Loading branch information
meriadec committed Apr 23, 2017
1 parent 4ef62dc commit 00808a0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### 2.0.0 (2017-04-23)

- New interface, full rewrite.
- Projects are now based on file-system folders
- Support for `mj-include` ([#65](https://github.com/mjmlio/mjml-app/issues/65))
- Ability to use custom MJML binary for rendering
- Resizable panels, for easier responsive work
- Customizable breakpoints for mobile/desktop
- Fetch official templates from source (not stored in source code)
- Open email links in browser ([#73](https://github.com/mjmlio/mjml-app/issues/73))
- Better alert system for notifying new version
- ... and certainly other things

### 1.8.1 (2017-03-25)
- Fix email sending ([#85](https://github.com/mjmlio/mjml-app/issues/85)) :mailbox:

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.0.0-beta-3",
"version": "2.0.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.0.0-beta3",
"version": "2.0.0",
"description": "The desktop app for MJML",
"main": "app/main.js",
"scripts": {
Expand Down

0 comments on commit 00808a0

Please sign in to comment.