Release v2.3.0
This commit is contained in:
parent
073b2f5b54
commit
a9cbd6714d
@ -300,8 +300,8 @@ module.exports = function(grunt) {
|
|||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
* Tag task
|
* Tag task
|
||||||
*/
|
*/
|
||||||
grunt.registerTask('tag', function() {
|
grunt.registerTask('tag', function(versionType) {
|
||||||
grunt.task.run('bump-only');
|
grunt.task.run('bump-only:' + (versionType || 'patch'));
|
||||||
grunt.task.run('string-replace:config');
|
grunt.task.run('string-replace:config');
|
||||||
grunt.task.run('default');
|
grunt.task.run('default');
|
||||||
grunt.task.run('bump-commit');
|
grunt.task.run('bump-commit');
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stackedit",
|
"name": "stackedit",
|
||||||
"version": "2.2.4",
|
"version": "2.3.0",
|
||||||
"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.2.4",
|
"version": "2.3.0",
|
||||||
"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 Wed Nov 20 2013 19:00:09
|
#Date Wed Nov 20 2013 22:16:56
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
res/worker.js
|
res/worker.js
|
||||||
|
@ -20684,7 +20684,7 @@ function() {
|
|||||||
var u;
|
var u;
|
||||||
return c.onPagedownConfigure = function(e) {
|
return c.onPagedownConfigure = function(e) {
|
||||||
u = document.getElementById("preview-contents");
|
u = document.getElementById("preview-contents");
|
||||||
var n = new RegExp("^" + c.config.marker + "$", "g");
|
var n = new RegExp("^" + c.config.marker + "$");
|
||||||
e.hooks.chain("onPreviewRefresh", function() {
|
e.hooks.chain("onPreviewRefresh", function() {
|
||||||
var e = document.querySelectorAll(".table-of-contents, .toc"), i = l();
|
var e = document.querySelectorAll(".table-of-contents, .toc"), i = l();
|
||||||
t.each(u.getElementsByTagName("p"), function(e) {
|
t.each(u.getElementsByTagName("p"), function(e) {
|
||||||
@ -21987,6 +21987,11 @@ function() {
|
|||||||
content: 'Once published, use the <i class="icon-share"></i> <code>Publish</code> button to update your publication.',
|
content: 'Once published, use the <i class="icon-share"></i> <code>Publish</code> button to update your publication.',
|
||||||
placement: "bottom",
|
placement: "bottom",
|
||||||
reflex: !0
|
reflex: !0
|
||||||
|
}, {
|
||||||
|
element: ".navbar-inner",
|
||||||
|
title: "Happy StackWriting!",
|
||||||
|
content: [ 'Enjoy, and don\'t forget to rate <b>StackEdit</b> on <a target="_blank" href="https://chrome.google.com/webstore/detail/stackedit/iiooodelglhkcpgbajoejffhijaclcdg/reviews">Chrome Web Store</a>.' ].join(""),
|
||||||
|
placement: "bottom"
|
||||||
} ]), e.has(n, "welcomeTour") || i.start(), t(".action-welcome-tour").click(function() {
|
} ]), e.has(n, "welcomeTour") || i.start(), t(".action-welcome-tour").click(function() {
|
||||||
i.restart();
|
i.restart();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user