mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Update CHANGELOG.md
This commit is contained in:
parent
2ab9b1ca26
commit
044ae86866
1 changed files with 20 additions and 0 deletions
|
@ -1,3 +1,23 @@
|
|||
v0.1.4
|
||||
------
|
||||
|
||||
* Move to a private registration scheme where users must be added by an admin.
|
||||
* Proxy websockets connection through web to real-time service so no websocketsUrl parameter is needed.
|
||||
* Use worker aspell processes in spelling to prevent excessing forking.
|
||||
* Properly clean up after long running ImageMagick conversions in the filestore.
|
||||
* Allow a configurable app name and email contact address.
|
||||
* Switch to new PDF viewer with partial page loading for immediate preview of visible page.
|
||||
|
||||
v0.1.3
|
||||
------
|
||||
|
||||
* Fix bug with large files being corrupted when downloaded.
|
||||
* Update Ace editor to lastest release.
|
||||
* Lots of added null checks in the front-end javascript.
|
||||
* Don't crash if 'unzip' program isn't present.
|
||||
* Allow track-changes history to be packed into compressed 'packs'. This must be done manually for now.
|
||||
* Escape any shell special characters in the CLSI root path.
|
||||
|
||||
v0.1.2
|
||||
------
|
||||
|
||||
|
|
Loading…
Reference in a new issue