Release v2.3.3
This commit is contained in:
parent
18dceb2924
commit
91d74f1515
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stackedit",
|
"name": "stackedit",
|
||||||
"version": "2.3.2",
|
"version": "2.3.3",
|
||||||
"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": "3.0.0",
|
"bootstrap": "3.0.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stackedit",
|
"name": "stackedit",
|
||||||
"version": "2.3.2",
|
"version": "2.3.3",
|
||||||
"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": {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
#Date Thu Nov 21 2013 17:49:45
|
#Date Sat Nov 23 2013 15:42:13
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
res/worker.js
|
res/worker.js
|
||||||
|
@ -11520,7 +11520,7 @@ function printStackTrace(e) {
|
|||||||
return e;
|
return e;
|
||||||
}), define("constants", [], function() {
|
}), define("constants", [], function() {
|
||||||
var e = {};
|
var e = {};
|
||||||
return e.VERSION = "2.3.2", e.MAIN_URL = "https://stackedit.io/", e.GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1",
|
return e.VERSION = "2.3.3", e.MAIN_URL = "https://stackedit.io/", e.GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1",
|
||||||
e.GOOGLE_API_KEY = "AIzaSyAeCU8CGcSkn0z9js6iocHuPBX4f_mMWkw", e.GOOGLE_DRIVE_APP_ID = "241271498917",
|
e.GOOGLE_API_KEY = "AIzaSyAeCU8CGcSkn0z9js6iocHuPBX4f_mMWkw", e.GOOGLE_DRIVE_APP_ID = "241271498917",
|
||||||
e.DROPBOX_APP_KEY = "lq6mwopab8wskas", e.DROPBOX_APP_SECRET = "851fgnucpezy84t",
|
e.DROPBOX_APP_KEY = "lq6mwopab8wskas", e.DROPBOX_APP_SECRET = "851fgnucpezy84t",
|
||||||
e.BITLY_ACCESS_TOKEN = "317e033bfd48cf31155a68a536b1860013b09c4c", e.DEFAULT_FILE_TITLE = "Title",
|
e.BITLY_ACCESS_TOKEN = "317e033bfd48cf31155a68a536b1860013b09c4c", e.DEFAULT_FILE_TITLE = "Title",
|
||||||
@ -20453,9 +20453,9 @@ function() {
|
|||||||
}), define("extensions/workingIndicator", [ "jquery", "underscore", "classes/Extension" ], function(e, t, n) {
|
}), define("extensions/workingIndicator", [ "jquery", "underscore", "classes/Extension" ], function(e, t, n) {
|
||||||
var i, o, r = new n("workingIndicator", "Working Indicator");
|
var i, o, r = new n("workingIndicator", "Working Indicator");
|
||||||
return r.onAsyncRunning = function(e) {
|
return r.onAsyncRunning = function(e) {
|
||||||
i.toggleClass("working", e), o.toggleClass("show", e);
|
i.toggleClass("working", e), o.toggleClass("hide", !e);
|
||||||
}, r.onReady = function() {
|
}, r.onReady = function() {
|
||||||
i = e(document.body), o = e(".working-indicator");
|
i = e(document.body), o = e('<div class="hide">'), e(".working-indicator").append(o);
|
||||||
for (var t = 0; 4 > t; t++) o.append(e('<div class="bar">').css({
|
for (var t = 0; 4 > t; t++) o.append(e('<div class="bar">').css({
|
||||||
"animation-delay": (2 * t / 10).toPrecision(3) + "s",
|
"animation-delay": (2 * t / 10).toPrecision(3) + "s",
|
||||||
"-webkit-animation-delay": (2 * t / 10).toPrecision(3) + "s"
|
"-webkit-animation-delay": (2 * t / 10).toPrecision(3) + "s"
|
||||||
|
@ -1480,9 +1480,8 @@ a{-webkit-transition:background-color ease-in-out .15s,color ease-in-out .15s,bo
|
|||||||
.navbar .btn-group>.btn.disabled *,.navbar .btn-group>.btn.blocked *,.navbar .btn-group>.btn[disabled] *{color:rgba(83,83,83,0.3)}
|
.navbar .btn-group>.btn.disabled *,.navbar .btn-group>.btn.blocked *,.navbar .btn-group>.btn[disabled] *{color:rgba(83,83,83,0.3)}
|
||||||
.navbar .file-title-navbar{display:block;padding:4px 15px;font-size:20px;font-weight:200;color:#535353;max-width:280px;overflow:hidden;white-space:nowrap}
|
.navbar .file-title-navbar{display:block;padding:4px 15px;font-size:20px;font-weight:200;color:#535353;max-width:280px;overflow:hidden;white-space:nowrap}
|
||||||
.navbar .input-file-title{margin-right:10px}
|
.navbar .input-file-title{margin-right:10px}
|
||||||
.navbar .working-indicator{overflow:hidden;height:38px;padding-top:10px;padding-right:8px;vertical-align:middle}
|
.navbar .working-indicator{overflow:hidden;height:38px;width:65px;padding-top:10px;padding-right:8px}
|
||||||
.navbar .working-indicator .bar{display:inline-block;visibility:hidden;width:10px;height:10px;border-radius:1px;margin:0 2px;background-color:#535353;animation:indicator .6s ease-out infinite;-webkit-animation:indicator .6s ease-out infinite;}
|
.navbar .working-indicator .bar{display:inline-block;width:10px;height:10px;border-radius:1px;margin:0 2px;opacity:0.25;background-color:#535353;animation:indicator .8s ease-out infinite;-webkit-animation:indicator .8s ease-out infinite;}
|
||||||
.navbar .working-indicator.show div{visibility:visible}
|
|
||||||
@keyframes indicator{from{opacity:1} to{opacity:0.25}}@-webkit-keyframes indicator /* Safari and Chrome */{from{opacity:1} to{opacity:0.25}}.menu-panel,.document-panel{display:block;position:absolute;top:0;height:100%;z-index:10;overflow:initial}
|
@keyframes indicator{from{opacity:1} to{opacity:0.25}}@-webkit-keyframes indicator /* Safari and Chrome */{from{opacity:1} to{opacity:0.25}}.menu-panel,.document-panel{display:block;position:absolute;top:0;height:100%;z-index:10;overflow:initial}
|
||||||
.menu-panel .collapse-button i,.document-panel .collapse-button i{color:#737373;font-size:14px}
|
.menu-panel .collapse-button i,.document-panel .collapse-button i{color:#737373;font-size:14px}
|
||||||
.menu-panel.in .collapse-button,.document-panel.in .collapse-button{background-color:#f0f3f4}
|
.menu-panel.in .collapse-button,.document-panel.in .collapse-button{background-color:#f0f3f4}
|
||||||
|
@ -1480,9 +1480,8 @@ a{-webkit-transition:background-color ease-in-out .15s,color ease-in-out .15s,bo
|
|||||||
.navbar .btn-group>.btn.disabled *,.navbar .btn-group>.btn.blocked *,.navbar .btn-group>.btn[disabled] *{color:rgba(83,83,83,0.3)}
|
.navbar .btn-group>.btn.disabled *,.navbar .btn-group>.btn.blocked *,.navbar .btn-group>.btn[disabled] *{color:rgba(83,83,83,0.3)}
|
||||||
.navbar .file-title-navbar{display:block;padding:4px 15px;font-size:20px;font-weight:200;color:#535353;max-width:280px;overflow:hidden;white-space:nowrap}
|
.navbar .file-title-navbar{display:block;padding:4px 15px;font-size:20px;font-weight:200;color:#535353;max-width:280px;overflow:hidden;white-space:nowrap}
|
||||||
.navbar .input-file-title{margin-right:10px}
|
.navbar .input-file-title{margin-right:10px}
|
||||||
.navbar .working-indicator{overflow:hidden;height:38px;padding-top:10px;padding-right:8px;vertical-align:middle}
|
.navbar .working-indicator{overflow:hidden;height:38px;width:65px;padding-top:10px;padding-right:8px}
|
||||||
.navbar .working-indicator .bar{display:inline-block;visibility:hidden;width:10px;height:10px;border-radius:1px;margin:0 2px;background-color:#535353;animation:indicator .6s ease-out infinite;-webkit-animation:indicator .6s ease-out infinite;}
|
.navbar .working-indicator .bar{display:inline-block;width:10px;height:10px;border-radius:1px;margin:0 2px;opacity:0.25;background-color:#535353;animation:indicator .8s ease-out infinite;-webkit-animation:indicator .8s ease-out infinite;}
|
||||||
.navbar .working-indicator.show div{visibility:visible}
|
|
||||||
@keyframes indicator{from{opacity:1} to{opacity:0.25}}@-webkit-keyframes indicator /* Safari and Chrome */{from{opacity:1} to{opacity:0.25}}.menu-panel,.document-panel{display:block;position:absolute;top:0;height:100%;z-index:10;overflow:initial}
|
@keyframes indicator{from{opacity:1} to{opacity:0.25}}@-webkit-keyframes indicator /* Safari and Chrome */{from{opacity:1} to{opacity:0.25}}.menu-panel,.document-panel{display:block;position:absolute;top:0;height:100%;z-index:10;overflow:initial}
|
||||||
.menu-panel .collapse-button i,.document-panel .collapse-button i{color:#737373;font-size:14px}
|
.menu-panel .collapse-button i,.document-panel .collapse-button i{color:#737373;font-size:14px}
|
||||||
.menu-panel.in .collapse-button,.document-panel.in .collapse-button{background-color:#f1f1f1}
|
.menu-panel.in .collapse-button,.document-panel.in .collapse-button{background-color:#f1f1f1}
|
||||||
|
@ -1480,9 +1480,8 @@ a{-webkit-transition:background-color ease-in-out .15s,color ease-in-out .15s,bo
|
|||||||
.navbar .btn-group>.btn.disabled *,.navbar .btn-group>.btn.blocked *,.navbar .btn-group>.btn[disabled] *{color:rgba(223,223,223,0.3)}
|
.navbar .btn-group>.btn.disabled *,.navbar .btn-group>.btn.blocked *,.navbar .btn-group>.btn[disabled] *{color:rgba(223,223,223,0.3)}
|
||||||
.navbar .file-title-navbar{display:block;padding:4px 15px;font-size:20px;font-weight:200;color:#dfdfdf;max-width:280px;overflow:hidden;white-space:nowrap}
|
.navbar .file-title-navbar{display:block;padding:4px 15px;font-size:20px;font-weight:200;color:#dfdfdf;max-width:280px;overflow:hidden;white-space:nowrap}
|
||||||
.navbar .input-file-title{margin-right:10px}
|
.navbar .input-file-title{margin-right:10px}
|
||||||
.navbar .working-indicator{overflow:hidden;height:38px;padding-top:10px;padding-right:8px;vertical-align:middle}
|
.navbar .working-indicator{overflow:hidden;height:38px;width:65px;padding-top:10px;padding-right:8px}
|
||||||
.navbar .working-indicator .bar{display:inline-block;visibility:hidden;width:10px;height:10px;border-radius:1px;margin:0 2px;background-color:#dfdfdf;animation:indicator .6s ease-out infinite;-webkit-animation:indicator .6s ease-out infinite;}
|
.navbar .working-indicator .bar{display:inline-block;width:10px;height:10px;border-radius:1px;margin:0 2px;opacity:0.25;background-color:#dfdfdf;animation:indicator .8s ease-out infinite;-webkit-animation:indicator .8s ease-out infinite;}
|
||||||
.navbar .working-indicator.show div{visibility:visible}
|
|
||||||
@keyframes indicator{from{opacity:1} to{opacity:0.25}}@-webkit-keyframes indicator /* Safari and Chrome */{from{opacity:1} to{opacity:0.25}}.menu-panel,.document-panel{display:block;position:absolute;top:0;height:100%;z-index:10;overflow:initial}
|
@keyframes indicator{from{opacity:1} to{opacity:0.25}}@-webkit-keyframes indicator /* Safari and Chrome */{from{opacity:1} to{opacity:0.25}}.menu-panel,.document-panel{display:block;position:absolute;top:0;height:100%;z-index:10;overflow:initial}
|
||||||
.menu-panel .collapse-button i,.document-panel .collapse-button i{color:#777777;font-size:14px}
|
.menu-panel .collapse-button i,.document-panel .collapse-button i{color:#777777;font-size:14px}
|
||||||
.menu-panel.in .collapse-button,.document-panel.in .collapse-button{background-color:#565656}
|
.menu-panel.in .collapse-button,.document-panel.in .collapse-button{background-color:#565656}
|
||||||
|
@ -1480,9 +1480,8 @@ a{-webkit-transition:background-color ease-in-out .15s,color ease-in-out .15s,bo
|
|||||||
.navbar .btn-group>.btn.disabled *,.navbar .btn-group>.btn.blocked *,.navbar .btn-group>.btn[disabled] *{color:rgba(238,238,238,0.3)}
|
.navbar .btn-group>.btn.disabled *,.navbar .btn-group>.btn.blocked *,.navbar .btn-group>.btn[disabled] *{color:rgba(238,238,238,0.3)}
|
||||||
.navbar .file-title-navbar{display:block;padding:4px 15px;font-size:20px;font-weight:200;color:#eeeeee;max-width:280px;overflow:hidden;white-space:nowrap}
|
.navbar .file-title-navbar{display:block;padding:4px 15px;font-size:20px;font-weight:200;color:#eeeeee;max-width:280px;overflow:hidden;white-space:nowrap}
|
||||||
.navbar .input-file-title{margin-right:10px}
|
.navbar .input-file-title{margin-right:10px}
|
||||||
.navbar .working-indicator{overflow:hidden;height:38px;padding-top:10px;padding-right:8px;vertical-align:middle}
|
.navbar .working-indicator{overflow:hidden;height:38px;width:65px;padding-top:10px;padding-right:8px}
|
||||||
.navbar .working-indicator .bar{display:inline-block;visibility:hidden;width:10px;height:10px;border-radius:1px;margin:0 2px;background-color:#eeeeee;animation:indicator .6s ease-out infinite;-webkit-animation:indicator .6s ease-out infinite;}
|
.navbar .working-indicator .bar{display:inline-block;width:10px;height:10px;border-radius:1px;margin:0 2px;opacity:0.25;background-color:#eeeeee;animation:indicator .8s ease-out infinite;-webkit-animation:indicator .8s ease-out infinite;}
|
||||||
.navbar .working-indicator.show div{visibility:visible}
|
|
||||||
@keyframes indicator{from{opacity:1} to{opacity:0.25}}@-webkit-keyframes indicator /* Safari and Chrome */{from{opacity:1} to{opacity:0.25}}.menu-panel,.document-panel{display:block;position:absolute;top:0;height:100%;z-index:10;overflow:initial}
|
@keyframes indicator{from{opacity:1} to{opacity:0.25}}@-webkit-keyframes indicator /* Safari and Chrome */{from{opacity:1} to{opacity:0.25}}.menu-panel,.document-panel{display:block;position:absolute;top:0;height:100%;z-index:10;overflow:initial}
|
||||||
.menu-panel .collapse-button i,.document-panel .collapse-button i{color:#666666;font-size:14px}
|
.menu-panel .collapse-button i,.document-panel .collapse-button i{color:#666666;font-size:14px}
|
||||||
.menu-panel.in .collapse-button,.document-panel.in .collapse-button{background-color:#406b5b}
|
.menu-panel.in .collapse-button,.document-panel.in .collapse-button{background-color:#406b5b}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
define([], function() {
|
define([], function() {
|
||||||
var constants = {};
|
var constants = {};
|
||||||
constants.VERSION = "2.3.2";
|
constants.VERSION = "2.3.3";
|
||||||
|
|
||||||
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";
|
||||||
|
Loading…
Reference in New Issue
Block a user