Beta release 3.99.6

This commit is contained in:
benweet 2014-05-21 23:59:36 +01:00
parent 1cf0bba9e0
commit 33cdc60610
10 changed files with 186 additions and 164 deletions

View File

@ -1,6 +1,6 @@
{
"name": "stackedit",
"version": "3.99.5",
"version": "3.99.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": "3.0.3",

View File

@ -1,6 +1,6 @@
{
"name": "stackedit",
"version": "3.99.5",
"version": "3.99.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 May 04 2014 19:13:31
#Date Wed May 21 2014 23:58:24
CACHE:
libs/MathJax/MathJax.js?config=TeX-AMS_HTML

File diff suppressed because one or more lines are too long

View File

@ -1443,6 +1443,7 @@ a.list-group-item:hover,a.list-group-item:focus{color:#036;border-top-color:rgba
#wmd-input .tag{color:#29333d;font:bold .9em "Source Code Pro",monospace}#wmd-input .tag .punctuation,#wmd-input .tag .attr-value,#wmd-input .tag .attr-name{font-weight:normal}
#wmd-input .latex,#wmd-input .math{color:#668099}
#wmd-input .entity{font:italic .9em "Source Code Pro",monospace;color:#668099}
#wmd-input .table{font:normal .9em "Source Code Pro",monospace}
#wmd-input .comment{font-size:0.9em;color:rgba(102,128,153,0.6)}
#wmd-input .keyword{color:#47596b;font-weight:bold}
#wmd-input .code,#wmd-input .img,#wmd-input .imgref,#wmd-input .md-toc{background-color:rgba(102,128,153,0.075);border-radius:4px;padding:0.15em 0}

View File

@ -1443,6 +1443,7 @@ a.list-group-item:hover,a.list-group-item:focus{color:#343434;border-top-color:r
#wmd-input .tag{color:#343434;font:bold .9em "Source Code Pro",monospace}#wmd-input .tag .punctuation,#wmd-input .tag .attr-value,#wmd-input .tag .attr-name{font-weight:normal}
#wmd-input .latex,#wmd-input .math{color:#808080}
#wmd-input .entity{font:italic .9em "Source Code Pro",monospace;color:#808080}
#wmd-input .table{font:normal .9em "Source Code Pro",monospace}
#wmd-input .comment{font-size:0.9em;color:rgba(128,128,128,0.6)}
#wmd-input .keyword{color:#5a5a5a;font-weight:bold}
#wmd-input .code,#wmd-input .img,#wmd-input .imgref,#wmd-input .md-toc{background-color:rgba(128,128,128,0.075);border-radius:4px;padding:0.15em 0}

View File

@ -1443,6 +1443,7 @@ a.list-group-item:hover,a.list-group-item:focus{color:#b3b3b3;border-top-color:r
#wmd-input .tag{color:#fff;font:bold .9em "Source Code Pro",monospace}#wmd-input .tag .punctuation,#wmd-input .tag .attr-value,#wmd-input .tag .attr-name{font-weight:normal}
#wmd-input .latex,#wmd-input .math{color:#9f9f9f}
#wmd-input .entity{font:italic .9em "Source Code Pro",monospace;color:#9f9f9f}
#wmd-input .table{font:normal .9em "Source Code Pro",monospace}
#wmd-input .comment{font-size:0.9em;color:rgba(159,159,159,0.6)}
#wmd-input .keyword{color:#dfdfdf;font-weight:bold}
#wmd-input .code,#wmd-input .img,#wmd-input .imgref,#wmd-input .md-toc{background-color:rgba(255,255,255,0.1);border-radius:4px;padding:0.15em 0}

View File

@ -1443,6 +1443,7 @@ a.list-group-item:hover,a.list-group-item:focus{color:#4e4e4e;border-top-color:r
#wmd-input .tag{color:#4e4e4e;font:bold .9em "Source Code Pro",monospace}#wmd-input .tag .punctuation,#wmd-input .tag .attr-value,#wmd-input .tag .attr-name{font-weight:normal}
#wmd-input .latex,#wmd-input .math{color:#9a9a9a}
#wmd-input .entity{font:italic .9em "Source Code Pro",monospace;color:#9a9a9a}
#wmd-input .table{font:normal .9em "Source Code Pro",monospace}
#wmd-input .comment{font-size:0.9em;color:rgba(154,154,154,0.6)}
#wmd-input .keyword{color:#747474;font-weight:bold}
#wmd-input .code,#wmd-input .img,#wmd-input .imgref,#wmd-input .md-toc{background-color:rgba(154,154,154,0.075);border-radius:4px;padding:0.15em 0}

View File

@ -1443,6 +1443,7 @@ a.list-group-item:hover,a.list-group-item:focus{color:#2d2d2d;border-top-color:r
#wmd-input .tag{color:#253442;font:bold .9em "Source Code Pro",monospace}#wmd-input .tag .punctuation,#wmd-input .tag .attr-value,#wmd-input .tag .attr-name{font-weight:normal}
#wmd-input .latex,#wmd-input .math{color:#5c82a4}
#wmd-input .entity{font:italic .9em "Source Code Pro",monospace;color:#5c82a4}
#wmd-input .table{font:normal .9em "Source Code Pro",monospace}
#wmd-input .comment{font-size:0.9em;color:rgba(92,130,164,0.6)}
#wmd-input .keyword{color:#415b73;font-weight:bold}
#wmd-input .code,#wmd-input .img,#wmd-input .imgref,#wmd-input .md-toc{background-color:rgba(143,134,104,0.075);border-radius:4px;padding:0.15em 0}

View File

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