Release v3.1.4

This commit is contained in:
benweet 2014-01-13 21:36:27 +00:00
parent 7d65bf83cd
commit 6558d73425
10 changed files with 15 additions and 15 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "stackedit", "name": "stackedit",
"version": "3.1.3", "version": "3.1.4",
"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.", "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": { "dependencies": {
"bootstrap": "v3.0.0", "bootstrap": "v3.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "stackedit", "name": "stackedit",
"version": "3.1.3", "version": "3.1.4",
"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.", "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", "main": "res/main.js",
"directories": { "directories": {

View File

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
#Date Mon Jan 13 2014 19:30:11 #Date Mon Jan 13 2014 21:36:26
CACHE: CACHE:
res/worker.js res/worker.js

File diff suppressed because one or more lines are too long

View File

@ -1183,7 +1183,7 @@ h4,h5,h6{margin:25px 0 15px}
p,pre,blockquote{margin:0 0 15px} p,pre,blockquote{margin:0 0 15px}
hr{margin:30px 0} hr{margin:30px 0}
code,pre{font-family:Menlo,Consolas,"Courier New",monospace;font-size:12px !important} code,pre{font-family:Menlo,Consolas,"Courier New",monospace;font-size:12px !important}
pre{border-width:0 !important;border-left:10px solid #eee !important;border-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:10px 15px !important}pre code{background-color:transparent !important} pre{border:0 solid #eee !important;border-left:10px solid #eee !important;border-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:10px 15px !important}pre code{background-color:transparent !important}
dt,dd{margin-top:5px;margin-bottom:5px} dt,dd{margin-top:5px;margin-bottom:5px}
dd{margin-left:40px} dd{margin-left:40px}
table{margin-bottom:20px} table{margin-bottom:20px}

View File

@ -1198,7 +1198,7 @@ h4,h5,h6{margin:25px 0 15px}
p,pre,blockquote{margin:0 0 15px} p,pre,blockquote{margin:0 0 15px}
hr{margin:30px 0} hr{margin:30px 0}
code,pre{font-family:Menlo,Consolas,"Courier New",monospace;font-size:12px !important} code,pre{font-family:Menlo,Consolas,"Courier New",monospace;font-size:12px !important}
pre{border-width:0 !important;border-left:10px solid rgba(102,128,153,0.075) !important;border-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:10px 15px !important}pre code{background-color:transparent !important} pre{border:0 solid rgba(102,128,153,0.075) !important;border-left:10px solid rgba(102,128,153,0.075) !important;border-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:10px 15px !important}pre code{background-color:transparent !important}
dt,dd{margin-top:5px;margin-bottom:5px} dt,dd{margin-top:5px;margin-bottom:5px}
dd{margin-left:40px} dd{margin-left:40px}
table{margin-bottom:20px} table{margin-bottom:20px}
@ -1511,7 +1511,7 @@ a.list-group-item:hover,a.list-group-item:focus{color:#036;border-top-color:rgba
.ace-tm .ace_blockquote{color:#576c82} .ace-tm .ace_blockquote{color:#576c82}
.ace-tm .ace_code{color:#1a2026;background-color:rgba(102,128,153,0.075)} .ace-tm .ace_code{color:#1a2026;background-color:rgba(102,128,153,0.075)}
.ace-tm .ace_code_block{color:#1a2026} .ace-tm .ace_code_block{color:#1a2026}
.ace-tm .ace_link{color:rgba(87,108,130,0.6)} .ace-tm .ace_link{color:#576c82;background-color:rgba(102,128,153,0.075)}
.ace-tm .ace_description{color:#576c82} .ace-tm .ace_description{color:#576c82}
.ace-tm .ace_constant{color:#384654} .ace-tm .ace_constant{color:#384654}
.ace-tm .ace_comment{color:rgba(87,108,130,0.6);font-style:italic} .ace-tm .ace_comment{color:rgba(87,108,130,0.6);font-style:italic}

View File

@ -1198,7 +1198,7 @@ h4,h5,h6{margin:25px 0 15px}
p,pre,blockquote{margin:0 0 15px} p,pre,blockquote{margin:0 0 15px}
hr{margin:30px 0} hr{margin:30px 0}
code,pre{font-family:Menlo,Consolas,"Courier New",monospace;font-size:12px !important} code,pre{font-family:Menlo,Consolas,"Courier New",monospace;font-size:12px !important}
pre{border-width:0 !important;border-left:10px solid rgba(128,128,128,0.075) !important;border-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:10px 15px !important}pre code{background-color:transparent !important} pre{border:0 solid rgba(128,128,128,0.075) !important;border-left:10px solid rgba(128,128,128,0.075) !important;border-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:10px 15px !important}pre code{background-color:transparent !important}
dt,dd{margin-top:5px;margin-bottom:5px} dt,dd{margin-top:5px;margin-bottom:5px}
dd{margin-left:40px} dd{margin-left:40px}
table{margin-bottom:20px} table{margin-bottom:20px}
@ -1511,7 +1511,7 @@ a.list-group-item:hover,a.list-group-item:focus{color:#343434;border-top-color:r
.ace-tm .ace_blockquote{color:#6d6d6d} .ace-tm .ace_blockquote{color:#6d6d6d}
.ace-tm .ace_code{color:#202020;background-color:rgba(128,128,128,0.075)} .ace-tm .ace_code{color:#202020;background-color:rgba(128,128,128,0.075)}
.ace-tm .ace_code_block{color:#202020} .ace-tm .ace_code_block{color:#202020}
.ace-tm .ace_link{color:rgba(109,109,109,0.6)} .ace-tm .ace_link{color:#6d6d6d;background-color:rgba(128,128,128,0.075)}
.ace-tm .ace_description{color:#6d6d6d} .ace-tm .ace_description{color:#6d6d6d}
.ace-tm .ace_constant{color:#474747} .ace-tm .ace_constant{color:#474747}
.ace-tm .ace_comment{color:rgba(109,109,109,0.6);font-style:italic} .ace-tm .ace_comment{color:rgba(109,109,109,0.6);font-style:italic}

View File

@ -1198,7 +1198,7 @@ h4,h5,h6{margin:25px 0 15px}
p,pre,blockquote{margin:0 0 15px} p,pre,blockquote{margin:0 0 15px}
hr{margin:30px 0} hr{margin:30px 0}
code,pre{font-family:Menlo,Consolas,"Courier New",monospace;font-size:12px !important} code,pre{font-family:Menlo,Consolas,"Courier New",monospace;font-size:12px !important}
pre{border-width:0 !important;border-left:10px solid #6e6e6e !important;border-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:10px 15px !important}pre code{background-color:transparent !important} pre{border:0 solid #6e6e6e !important;border-left:10px solid #6e6e6e !important;border-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:10px 15px !important}pre code{background-color:transparent !important}
dt,dd{margin-top:5px;margin-bottom:5px} dt,dd{margin-top:5px;margin-bottom:5px}
dd{margin-left:40px} dd{margin-left:40px}
table{margin-bottom:20px} table{margin-bottom:20px}
@ -1511,7 +1511,7 @@ a.list-group-item:hover,a.list-group-item:focus{color:#b3b3b3;border-top-color:r
.ace-tm .ace_blockquote{color:#9f9f9f} .ace-tm .ace_blockquote{color:#9f9f9f}
.ace-tm .ace_code{color:#fff;background-color:rgba(255,255,255,0.1)} .ace-tm .ace_code{color:#fff;background-color:rgba(255,255,255,0.1)}
.ace-tm .ace_code_block{color:#fff} .ace-tm .ace_code_block{color:#fff}
.ace-tm .ace_link{color:rgba(159,159,159,0.6)} .ace-tm .ace_link{color:#9f9f9f;background-color:rgba(255,255,255,0.1)}
.ace-tm .ace_description{color:#9f9f9f} .ace-tm .ace_description{color:#9f9f9f}
.ace-tm .ace_constant{color:#dfdfdf} .ace-tm .ace_constant{color:#dfdfdf}
.ace-tm .ace_comment{color:rgba(159,159,159,0.6);font-style:italic} .ace-tm .ace_comment{color:rgba(159,159,159,0.6);font-style:italic}

View File

@ -1198,7 +1198,7 @@ h4,h5,h6{margin:25px 0 15px}
p,pre,blockquote{margin:0 0 15px} p,pre,blockquote{margin:0 0 15px}
hr{margin:30px 0} hr{margin:30px 0}
code,pre{font-family:Menlo,Consolas,"Courier New",monospace;font-size:12px !important} code,pre{font-family:Menlo,Consolas,"Courier New",monospace;font-size:12px !important}
pre{border-width:0 !important;border-left:10px solid rgba(143,134,104,0.075) !important;border-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:10px 15px !important}pre code{background-color:transparent !important} pre{border:0 solid rgba(143,134,104,0.075) !important;border-left:10px solid rgba(143,134,104,0.075) !important;border-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px;padding:10px 15px !important}pre code{background-color:transparent !important}
dt,dd{margin-top:5px;margin-bottom:5px} dt,dd{margin-top:5px;margin-bottom:5px}
dd{margin-left:40px} dd{margin-left:40px}
table{margin-bottom:20px} table{margin-bottom:20px}
@ -1511,7 +1511,7 @@ a.list-group-item:hover,a.list-group-item:focus{color:#2d2d2d;border-top-color:r
.ace-tm .ace_blockquote{color:#5c82a4} .ace-tm .ace_blockquote{color:#5c82a4}
.ace-tm .ace_code{color:#253442;background-color:rgba(143,134,104,0.075)} .ace-tm .ace_code{color:#253442;background-color:rgba(143,134,104,0.075)}
.ace-tm .ace_code_block{color:#253442} .ace-tm .ace_code_block{color:#253442}
.ace-tm .ace_link{color:rgba(92,130,164,0.6)} .ace-tm .ace_link{color:#5c82a4;background-color:rgba(143,134,104,0.075)}
.ace-tm .ace_description{color:#5c82a4} .ace-tm .ace_description{color:#5c82a4}
.ace-tm .ace_constant{color:#415b73} .ace-tm .ace_constant{color:#415b73}
.ace-tm .ace_comment{color:rgba(92,130,164,0.6);font-style:italic} .ace-tm .ace_comment{color:rgba(92,130,164,0.6);font-style:italic}

View File

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