@@ -273,6 +273,50 @@ var source = $("#template").html();
273
273
var template = Handlebars . compile ( source ) ;
274
274
var context = {
275
275
release : [
276
+ {
277
+ version : "0.3.3" ,
278
+ tag : "moon-festival" ,
279
+ date : moment ( "201509271400" , 'YYYYMMDDhhmm' ) . fromNow ( ) ,
280
+ detail : [
281
+ {
282
+ title : "Features" ,
283
+ item : [
284
+ "+ Added status bar below editor" ,
285
+ "+ Added resizable grid in both mode" ,
286
+ "+ Added title reminder if have unread changes" ,
287
+ "+ Support todo list change in the view mode" ,
288
+ "+ Support export to HTML" ,
289
+ "+ Changed to a new theme, One Dark(modified version)"
290
+ ]
291
+ } ,
292
+ {
293
+ title : "Enhancements" ,
294
+ item : [
295
+ "* Support extra tags in todo list" ,
296
+ "* Changed overall font styles" ,
297
+ "* Optimized build sync scroll map, gain lots better performance" ,
298
+ "* Support and improved print styles" ,
299
+ "* Support to use CDN" ,
300
+ "* Image and link will href to new tab ors window" ,
301
+ "* Support auto scroll to corresponding position when change mode from view to edit" ,
302
+ "* Minor UI/UX tweaks"
303
+ ]
304
+ } ,
305
+ {
306
+ title : "Fixes" ,
307
+ item : [
308
+ "* Change DB schema to support long title" ,
309
+ "* Change editable permission icon to avoid misunderstanding" ,
310
+ "* Fixed some issues in OT and reconnection" ,
311
+ "* Fixed cursor menu and cursor tag are not calculate doc height properly" ,
312
+ "* Fixed scroll top might not animate" ,
313
+ "* Fixed scroll top not save and restore properly" ,
314
+ "* Fixed history might not delete or clear properly" ,
315
+ "* Fixed server might not clean client properly"
316
+ ]
317
+ }
318
+ ]
319
+ } ,
276
320
{
277
321
version : "0.3.2" ,
278
322
tag : "typhoon" ,
0 commit comments