@@ -326,6 +326,52 @@ var source = $("#template").html();
326
326
var template = Handlebars . compile ( source ) ;
327
327
var context = {
328
328
release : [
329
+ {
330
+ version : "0.3.4" ,
331
+ tag : "techstars" ,
332
+ date : moment ( "201601190022" , 'YYYYMMDDhhmm' ) . fromNow ( ) ,
333
+ detail : [
334
+ {
335
+ title : "Features" ,
336
+ item : [
337
+ "+ Beta Support slide mode" ,
338
+ "+ Beta Support export to PDF" ,
339
+ "+ Support TOC syntax" ,
340
+ "+ Support embed slideshare and speakerdeck" ,
341
+ "+ Support Graphviz charts" ,
342
+ "+ Support YAML metadata" ,
343
+ "+ Support private permission"
344
+ ]
345
+ } ,
346
+ {
347
+ title : "Enhancements" ,
348
+ item : [
349
+ "* Support pin note in history" ,
350
+ "* Support IE9 and above" ,
351
+ "* Support specifiy and continue line number in code block" ,
352
+ "* Changed all embed layout to 100% width" ,
353
+ "* Added auto detect default mode" ,
354
+ "* Support show last change note user" ,
355
+ "* Upgrade CodeMirror to 5.10.1 with some manaual patches" ,
356
+ "* Improved server performance" ,
357
+ "* Support autocomplete for code block languages of charts"
358
+ ]
359
+ } ,
360
+ {
361
+ title : "Fixes" ,
362
+ item : [
363
+ "* Fixed some server connection issues" ,
364
+ "* Fixed several issues cause scrollMap incorrect" ,
365
+ "* Fixed cursor animation should not apply on scroll" ,
366
+ "* Fixed a possible bug in partial update" ,
367
+ "* Fixed internal href should not link out" ,
368
+ "* Fixed dropbox saver url not correct" ,
369
+ "* Fixed mathjax might not parse properly" ,
370
+ "* Fixed sequence diagram might render multiple times"
371
+ ]
372
+ }
373
+ ]
374
+ } ,
329
375
{
330
376
version : "0.3.3" ,
331
377
tag : "moon-festival" ,
0 commit comments