mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -04:00
Marked as 0.3.2
This commit is contained in:
parent
0292bfce5b
commit
bb9deef077
5 changed files with 36 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue