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>2022-01-04 18:33:38 +0300
committersualko <klaus@jsxc.org>2022-01-04 18:33:38 +0300
commit56dc4ee762072e9a192df60107d933fa36862c98 (patch)
tree4f89072498eecf18bd8a33e0f8ca2e1247f8c95b
parenta6fb139307c11363382f555191132f1691c630e3 (diff)
docs: update change log
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 96fd67b..07dd19c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## 5.0.0-beta.1 (2022-01-04)
+### Added
+- bump Nextcloud support
+- bump JSXC to 4.4.0-beta.1
+- BREAKING CHANGE: remove internal backend
+
+### Fixed
+- remove deprecated app.php
+- disable jsxc if not configured
+- hide internal option if not used
+
+### Misc
+- change version requirements
+- satisfy psalm
+- fix xml schema
+- update dependencies
+
## 4.3.1 (2021-07-08)
### Fixed
- update JSXC to 4.3.1 ([changelog](https://github.com/jsxc/jsxc/releases/tag/v4.3.1))