Skip to content

Commit 87443de

Browse files
committed
Release version 1.3.0
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
1 parent 1ee9874 commit 87443de

File tree

2 files changed

+96
-1
lines changed

2 files changed

+96
-1
lines changed

package.json

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

public/docs/release-notes.md

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

4+
<i class="fa fa-tag"></i> 1.3.0 <i class="fa fa-clock-o"></i> 2019-03-03 00:00
5+
---
6+
7+
### Enhancements
8+
* Run db migrations on `npm start`
9+
* Add documentation about integration with AD LDAP
10+
* Add `rel="noopener"` to all links
11+
* Add documentation about integration with Nextcloud for authentication
12+
* Update URL on frontpage to point to codimd.org
13+
* Replace Fontawesome with Forkawesome
14+
* Add OpenID support
15+
* Add print icon to slide view
16+
* Add auto-complete for language names that are highlighted in codeblocks
17+
* Improve translations for Chinese, Dutch, French, German, Italien, Korean, Polish, and Russian language
18+
* Add Download action to published document API
19+
* Add reset password feature to `manage_users` script
20+
* Move from own `./tmp` directory to system temp directory
21+
* Add Etherpad migration guide
22+
* Move XSS library to a more native position
23+
* Use full version string to determine changes from the backend
24+
* Update winston (logging library)
25+
* Use slide preview in slide example
26+
* Improve migration handling
27+
* Update reveal.js to version 3.7.0
28+
* Replace scrypt library with its successor
29+
* Replace `to-markdown` with `turndown` (successor library)
30+
* Update socket.io
31+
* Add warning on missing base URL
32+
* Update bootstrap to version 3.4.0
33+
* Update handlebar
34+
35+
### Fixes
36+
* Fix paths in GitLab documentation
37+
* Fix missing `data:` URL in CSP
38+
* Fix oAuth2 name/label field
39+
* Fix GitLab API integration
40+
* Fix auto-completed but not rendered emojis
41+
* Fix menu organization depending on enabled services
42+
* Fix some logging in the OT module
43+
* Fix some unhandled internalOAuthError exception
44+
* Fix unwanted creation of robots.txt document in "freeurl-mode"
45+
* Fix some links on index page to lead to the right sections on feature page
46+
* Fix document breaking, empty headlines
47+
* Fix wrong multiplication for HSTS header seconds
48+
* Fix wrong subdirectories in exported user data
49+
* Fix CSP for speaker notes
50+
* Fix CSP for disqus
51+
* Fix URL API usage
52+
* Fix Gist embedding
53+
* Fix upload provider error message
54+
* Fix unescaped disqus user names
55+
* Fix SAML vulnerability
56+
* Fix link to SAML guide
57+
* Fix deep dependency problem with node 6.x
58+
* Fix broken PDF export by wrong unlink call
59+
* Fix possible XSS attack in MathJax
60+
61+
### Refactors
62+
* Refactor to use `ws` instead of the the no longer supported `uws`
63+
* Refactor frontend build system to use webpack version 4
64+
* Refactor file path configuration (views, uploads, …)
65+
* Refactor `manage_users` script
66+
* Refactor handling of template variables
67+
* Refactor linting to use eslint
68+
69+
### Removes
70+
* Remove no longer working Octicons
71+
* Remove links to our old Gitter channel
72+
* Remove unused library node-uuid
73+
* Remove unneeded blueimp-md5 dependency
74+
* Remove speakerdeck due to broken implementation
75+
76+
### Contributors
77+
* Adam.emts (translator)
78+
* [Alex Garcia](https://github.com/asg017)
79+
* [Cédric Couralet (micedre)](https://github.com/micedre)
80+
* [Claudius Coenen](https://github.com/ccoenen)
81+
* [Daan Sprenkels](https://github.com/dsprenkels)
82+
* [David Mehren](https://github.com/davidmehren)
83+
* [Erona](https://github.com/Eronana)
84+
* [Felix Yan](https://github.com/felixonmars)
85+
* [Jonathan](https://github.com/phrix32)
86+
* Jong-kai Yang (translator)
87+
* [MartB](https://github.com/MartB)
88+
* [Max Wu (jackycute)](https://github.com/jackycute)
89+
* [mcnesium](https://github.com/mcnesium)
90+
* Nullnine (translator)
91+
* RanoIP (translator)
92+
* [SuNbiT](https://github.com/sunbit)
93+
* Sylke Vicious (translator)
94+
* Timothee (translator)
95+
* [WilliButz](https://github.com/WilliButz)
96+
* [Xaver Maierhofer](https://github.com/xf-)
97+
* [云屿](https://github.com/cloudyu)
98+
499
<i class="fa fa-tag"></i> 1.2.1 <i class="fa fa-clock-o"></i> 2018-09-26 00:00
5100
---
6101

0 commit comments

Comments
 (0)