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:
Diffstat (limited to 'CHANGELOG.md')
-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