Release v3.0.3

This commit is contained in:
benweet 2013-12-08 18:59:05 +00:00
parent 832749a9ec
commit efb8516c8a
11 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
#Date Sun Dec 08 2013 18:13:40
#Date Sun Dec 08 2013 18:59:04
CACHE:
res/worker.js

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -11520,7 +11520,7 @@ function printStackTrace(e) {
return e;
}), define("constants", [], function() {
var e = {};
return e.VERSION = "3.0.2", e.MAIN_URL = "https://stackedit.io/", e.GOOGLE_ANALYTICS_ACCOUNT_ID = "UA-39556145-1",
return e.VERSION = "3.0.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.DROPBOX_APP_KEY = "lq6mwopab8wskas", e.DROPBOX_APP_SECRET = "851fgnucpezy84t",
e.BITLY_ACCESS_TOKEN = "317e033bfd48cf31155a68a536b1860013b09c4c", e.DEFAULT_FILE_TITLE = "Title",

View File

@ -1537,7 +1537,7 @@ div.dropdown-menu h2{margin:30px 0}
div.dropdown-menu h3{margin:20px 0}
div.dropdown-menu h4,div.dropdown-menu h5,div.dropdown-menu h6{margin:15px 0}
.btn-gittip{width:52px;height:25px}
.title-icon-category{display:inline-block;opacity:0.1;margin-top:-2px;margin-left:-2px;margin-right:3px;font-size:14px;vertical-align:top}.file-title-navbar .title-icon-category{font-size:16px;margin-left:-3px}
.title-icon-category{display:inline-block;opacity:0.1;margin-top:-2px;margin-left:-2px;margin-right:3px;font-size:14px;vertical-align:top}.file-title-navbar .title-icon-category{font-size:16px}
.picker-dialog{z-index:1050 !important}
.picker-dialog-bg{z-index:1040 !important}
.action-import-image-gplus{float:left}

View File

@ -1537,7 +1537,7 @@ div.dropdown-menu h2{margin:30px 0}
div.dropdown-menu h3{margin:20px 0}
div.dropdown-menu h4,div.dropdown-menu h5,div.dropdown-menu h6{margin:15px 0}
.btn-gittip{width:52px;height:25px}
.title-icon-category{display:inline-block;opacity:0.1;margin-top:-2px;margin-left:-2px;margin-right:3px;font-size:14px;vertical-align:top}.file-title-navbar .title-icon-category{font-size:16px;margin-left:-3px}
.title-icon-category{display:inline-block;opacity:0.1;margin-top:-2px;margin-left:-2px;margin-right:3px;font-size:14px;vertical-align:top}.file-title-navbar .title-icon-category{font-size:16px}
.picker-dialog{z-index:1050 !important}
.picker-dialog-bg{z-index:1040 !important}
.action-import-image-gplus{float:left}

View File

@ -1537,7 +1537,7 @@ div.dropdown-menu h2{margin:30px 0}
div.dropdown-menu h3{margin:20px 0}
div.dropdown-menu h4,div.dropdown-menu h5,div.dropdown-menu h6{margin:15px 0}
.btn-gittip{width:52px;height:25px}
.title-icon-category{display:inline-block;opacity:0.1;margin-top:-2px;margin-left:-2px;margin-right:3px;font-size:14px;vertical-align:top}.file-title-navbar .title-icon-category{font-size:16px;margin-left:-3px}
.title-icon-category{display:inline-block;opacity:0.1;margin-top:-2px;margin-left:-2px;margin-right:3px;font-size:14px;vertical-align:top}.file-title-navbar .title-icon-category{font-size:16px}
.picker-dialog{z-index:1050 !important}
.picker-dialog-bg{z-index:1040 !important}
.action-import-image-gplus{float:left}

View File

@ -1537,7 +1537,7 @@ div.dropdown-menu h2{margin:30px 0}
div.dropdown-menu h3{margin:20px 0}
div.dropdown-menu h4,div.dropdown-menu h5,div.dropdown-menu h6{margin:15px 0}
.btn-gittip{width:52px;height:25px}
.title-icon-category{display:inline-block;opacity:0.1;margin-top:-2px;margin-left:-2px;margin-right:3px;font-size:14px;vertical-align:top}.file-title-navbar .title-icon-category{font-size:16px;margin-left:-3px}
.title-icon-category{display:inline-block;opacity:0.1;margin-top:-2px;margin-left:-2px;margin-right:3px;font-size:14px;vertical-align:top}.file-title-navbar .title-icon-category{font-size:16px}
.picker-dialog{z-index:1050 !important}
.picker-dialog-bg{z-index:1040 !important}
.action-import-image-gplus{float:left}

View File

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