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>2020-05-06 19:37:32 +0300
committersualko <klaus@jsxc.org>2020-05-06 19:37:32 +0300
commit139c909574ced15abc38edc343cab707789ececd (patch)
tree10b0a4ff3d64e92817e257e1a59b0b218f6b49c2
parent4563235a10855dc37c043826e14b30d9dc9d32ad (diff)
docs: update change log
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1060c1a..8e568f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,25 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+### Added
+- bump max nc version to 19
+- ship with own version of jquery
+- [#143](https://github.com/jsxc/jsxc/issues/143) handle xmpp links
+
+### Fixed
+- remove external service detection
+- [#142](https://github.com/jsxc/jsxc/issues/142) php notices
+- disable jsxc on totp page
+- [#139](https://github.com/jsxc/jsxc/issues/139) follow personal start setting
+
+### Misc
+- update JSXC to v4.1.0-rc.1 ([change log](https://github.com/jsxc/jsxc/blob/master/CHANGELOG.md))
+- change dev structure
+- use fully-qualifier class name
+- move app file to lib
+- add publish script
+- beautify build output
+- show webpack progress
## 4.0.0 - 2020-04-08
### Fixed