Release v2.3.0
This commit is contained in:
parent
073b2f5b54
commit
a9cbd6714d
@ -300,8 +300,8 @@ module.exports = function(grunt) {
|
||||
/***************************************************************************
|
||||
* Tag task
|
||||
*/
|
||||
grunt.registerTask('tag', function() {
|
||||
grunt.task.run('bump-only');
|
||||
grunt.registerTask('tag', function(versionType) {
|
||||
grunt.task.run('bump-only:' + (versionType || 'patch'));
|
||||
grunt.task.run('string-replace:config');
|
||||
grunt.task.run('default');
|
||||
grunt.task.run('bump-commit');
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"dependencies": {
|
||||
"bootstrap": "3.0.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"main": "res/main.js",
|
||||
"directories": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
#Date Wed Nov 20 2013 19:00:09
|
||||
#Date Wed Nov 20 2013 22:16:56
|
||||
|
||||
CACHE:
|
||||
res/worker.js
|
||||
|
@ -20684,7 +20684,7 @@ function() {
|
||||
var u;
|
||||
return c.onPagedownConfigure = function(e) {
|
||||
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() {
|
||||
var e = document.querySelectorAll(".table-of-contents, .toc"), i = l();
|
||||
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.',
|
||||
placement: "bottom",
|
||||
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() {
|
||||
i.restart();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user