From 897fa1b2237a0aec737c965cf664cb3002193216 Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 10 Feb 2015 16:44:07 +0000 Subject: [PATCH] Create CHANGELOG --- server-ce/CHANGELOG | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 server-ce/CHANGELOG diff --git a/server-ce/CHANGELOG b/server-ce/CHANGELOG new file mode 100644 index 0000000000..2b5fe5d866 --- /dev/null +++ b/server-ce/CHANGELOG @@ -0,0 +1,10 @@ +v0.1.2 +------ + +* Re-brand open-source ShareLaTeX code as 'ShareLaTeX Community Edition'. +* The Dropbox and template code has been extracted out into a separate module and removed from the ShareLaTeX Community Edition. There should be no broken features due to lack of open source components now. +* Websockets and real-time data now go to a separate light-weight [real-time](https://github.com/sharelatex/real-time) service. +* Updated PDF viewer that loads page-by-page for much quicker loading times on large documents. +* Links are clickable in chat messages. +* Mathjax libraries are now served locally. +* Numerous small bug fixes.