Release v3.1.6

This commit is contained in:
benweet 2014-02-02 22:01:17 +00:00
parent fe579f35dd
commit 0f46218b22
9 changed files with 77 additions and 43 deletions

View File

@ -1,6 +1,6 @@
{
"name": "stackedit",
"version": "3.1.5",
"version": "3.1.6",
"description": "StackEdit is a free, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.",
"dependencies": {
"bootstrap": "v3.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "stackedit",
"version": "3.1.5",
"version": "3.1.6",
"private": true,
"description": "StackEdit is a free, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.",
"main": "res/main.js",

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
#Date Sun Feb 02 2014 21:53:00
#Date Sun Feb 02 2014 22:01:16
CACHE:
res/worker.js

File diff suppressed because one or more lines are too long

View File

@ -1547,6 +1547,7 @@ input[type="file"]{line-height:inherit;height:inherit;border:none !important}
.drop-zone{border:2px dashed #bbb;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;padding:40px;text-align:center;font-size:24px;color:#bbb}
.modal-import-harddrive-html textarea{width:530px;max-width:530px;height:120px}
.label.comment{white-space:inherit}
.sharing-tweet{float:left;margin:5px 10px 0 0}
.popover{max-width:350px;padding:15px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,0.175);box-shadow:0 5px 30px rgba(0,0,0,0.175)}.popover .popover-title{font-weight:500;font-size:24px;padding:10px 15px}
.popover .icon-lock{font-size:38px;margin:5px}
.popover .disabled{display:none}

View File

@ -1547,6 +1547,7 @@ input[type="file"]{line-height:inherit;height:inherit;border:none !important}
.drop-zone{border:2px dashed #bbb;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;padding:40px;text-align:center;font-size:24px;color:#bbb}
.modal-import-harddrive-html textarea{width:530px;max-width:530px;height:120px}
.label.comment{white-space:inherit}
.sharing-tweet{float:left;margin:5px 10px 0 0}
.popover{max-width:350px;padding:15px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,0.175);box-shadow:0 5px 30px rgba(0,0,0,0.175)}.popover .popover-title{font-weight:500;font-size:24px;padding:10px 15px}
.popover .icon-lock{font-size:38px;margin:5px}
.popover .disabled{display:none}

View File

@ -1547,6 +1547,7 @@ input[type="file"]{line-height:inherit;height:inherit;border:none !important}
.drop-zone{border:2px dashed #bbb;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;padding:40px;text-align:center;font-size:24px;color:#bbb}
.modal-import-harddrive-html textarea{width:530px;max-width:530px;height:120px}
.label.comment{white-space:inherit}
.sharing-tweet{float:left;margin:5px 10px 0 0}
.popover{max-width:350px;padding:15px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,0.175);box-shadow:0 5px 30px rgba(0,0,0,0.175)}.popover .popover-title{font-weight:500;font-size:24px;padding:10px 15px}
.popover .icon-lock{font-size:38px;margin:5px}
.popover .disabled{display:none}

View File

@ -1547,6 +1547,7 @@ input[type="file"]{line-height:inherit;height:inherit;border:none !important}
.drop-zone{border:2px dashed #bbb;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;padding:40px;text-align:center;font-size:24px;color:#bbb}
.modal-import-harddrive-html textarea{width:530px;max-width:530px;height:120px}
.label.comment{white-space:inherit}
.sharing-tweet{float:left;margin:5px 10px 0 0}
.popover{max-width:350px;padding:15px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,0.175);box-shadow:0 5px 30px rgba(0,0,0,0.175)}.popover .popover-title{font-weight:500;font-size:24px;padding:10px 15px}
.popover .icon-lock{font-size:38px;margin:5px}
.popover .disabled{display:none}

View File

@ -1,6 +1,6 @@
define([], function() {
var constants = {};
constants.VERSION = "3.1.5";
constants.VERSION = "3.1.6";
constants.MAIN_URL = "https://stackedit.io/";
constants.GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1";