From bb9deef077a9d7eeed7d65ba353fea7165d8a768 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Sat, 11 Jul 2015 12:52:04 +0800 Subject: Marked as 0.3.2 --- public/js/cover.js | 26 ++++++++++++++++++++++++++ public/js/index.js | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) (limited to 'public') diff --git a/public/js/cover.js b/public/js/cover.js index 49fcddeb..f1ca6131 100644 --- a/public/js/cover.js +++ b/public/js/cover.js @@ -272,6 +272,32 @@ var source = $("#template").html(); var template = Handlebars.compile(source); var context = { release: [ + { + version: "0.3.2", + tag: "typhoon", + date: moment("201507111230", 'YYYYMMDDhhmm').fromNow(), + detail: [ + { + title: "Features", + item: [ + "+ Support operational transformation", + "+ Support show other user selections", + "+ Support show user profile image if available" + ] + }, + { + title: "Enhancements", + item: [ + "* Updated editor to 5.4.0", + "* Change UI share to publish to avoid misleading", + "* Added random color in blockquote tag", + "* Optimized image renderer, avoid duplicated rendering", + "* Optimized building syncscroll map, make it faster", + "* Optimized SEO on publish and edit note" + ] + } + ] + }, { version: "0.3.1", tag: "clearsky", diff --git a/public/js/index.js b/public/js/index.js index 1caba825..efc45973 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -1,7 +1,7 @@ //constant vars //settings var debug = false; -var version = '0.3.1'; +var version = '0.3.2'; var defaultTextHeight = 18; var viewportMargin = 20; -- cgit v1.2.3