Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2017-02-10 16:00:26 +0300
committersualko <klaus@jsxc.org>2017-02-10 16:00:26 +0300
commit5f118ca18f99648d7e4d311926b991d73fd67695 (patch)
tree0151c0a1a1e55198d602a4ac7392eb817cd72ba7 /CHANGELOG.md
parent9f4760ac5573d052d0349a6fca8b8e9c4204eadc (diff)
update change log
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af942b6..8748f68 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,11 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Added
- add option to use user email as jid
+- add option to add external services
+- add option to add external upload service automatically to csp
### Fixed
- fix untrimmed settings
- ignore empty webrtc configuration
- do not start jsxc inside a frame
+- fix disabled chat on login
+
+### Changed
+- upgrade jsxc to v3.1.0
+- change category to social
+- minor settings redesign
+- use nc colors
+- minor style change
+- require admin password to save settings
+- handle richdocuments ui
## 3.0.2 - 2016-12-23
### Changed