Skip to content

Commit 51cdd43

Browse files
committed
Mark as 0.5.1
1 parent 011d043 commit 51cdd43

File tree

3 files changed

+48
-2
lines changed

3 files changed

+48
-2
lines changed

lib/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function getserverurl () {
164164
return url
165165
}
166166

167-
var version = '0.5.0'
167+
var version = '0.5.1'
168168
var minimumCompatibleVersion = '0.5.0'
169169
var maintenance = true
170170
var cwd = path.join(__dirname, '..')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hackmd",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Realtime collaborative markdown notes on all platforms.",
55
"main": "app.js",
66
"license": "MIT",

public/docs/release-notes.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,52 @@
11
Release Notes
22
===
33

4+
<i class="fa fa-tag"></i> 0.5.1 `Doppio` <i class="fa fa-clock-o"></i> 2017-03-23 00:20
5+
---
6+
### Enhancements
7+
* Update to indicate version in status API header
8+
* Update to generate front-end constants on server startup
9+
* Update to add gitlab api scope option and auto adapt gitlab snippet feature on it
10+
* Update to add default permission config option
11+
* Update to add basics for secret management by Docker 1.13
12+
* Update webpack config to use parallel uglify plugin to speed up production build
13+
* Update realtime to use timer to avoid memory leaks on busy tick
14+
* Update to remove history cache to lower application coupling
15+
* Update to add screenshot on index page
16+
* Update index layout to add profile on navbar
17+
* Update to support allow email register option
18+
* Update to support disable anonymous view option
19+
* Update to add limited and protected permission
20+
* Update to allow displaying LDAP provider name on sign-in modal
21+
* Update to show yaml-metadata and diagram parsing error in the view
22+
23+
### Fixes
24+
* Fix XSS vulnerability in link regex [Security Issue]
25+
* Fix todo list item class might add in wrong element
26+
* Fix pagination error in list.js over v1.5.0
27+
* Fix update doc from filesystem cause redundant authorship stringify
28+
* Fix export html to replace fallen cdn tortue.me to cdnjs
29+
* Fix rendering might result XSS attribute on self closing tag [Security Issue]
30+
* Fix out of sync when deleting on same cursor position on several clients
31+
* Fix not determine OT have pending operations properly
32+
* Fix to keep selections on save and restore info
33+
* Fix image path problem when using filesystem backend
34+
* Fix meta error not clear on before rendering
35+
* Fix duplicated headers anchor link not been updated properly
36+
* Fix checkLoginStateChanged might fall into infinite loop while calling loginStateChangeEvent
37+
* Fix to workaround text shadow for font antialias might cause cut off in Edge
38+
* Fix and refactor extracting content using metaMarked directly might lead in invalid object
39+
40+
### Refactors
41+
* Refactor editor related code
42+
* Refactor code with JavaScript Standard Style
43+
* Refactor templates, patials and rearrange its path
44+
* Refactor front-end code with more modular concepts
45+
* Refactor front-end code using ES6 (also unify configs to `config.json`)
46+
47+
### Removes
48+
- Removed UTF-8 BOM in download function
49+
450
<i class="fa fa-tag"></i> 0.5.0 `Ristretto` <i class="fa fa-clock-o"></i> 2017-01-02 02:35
551
---
652
### Enhancements

0 commit comments

Comments
 (0)