Merge branch '5.3-rc' of github.com:xwiki-labs/cryptpad into 5.3-rc

This commit is contained in:
yflory 2023-04-27 15:49:52 +02:00
commit acf0ef68d0
4 changed files with 6 additions and 7 deletions

View File

@ -6,14 +6,13 @@ This release updates OnlyOffice applications to version 7.3.3. It improves the F
## Features
- OnlyOffice applications (Sheet, Document, Presentation)
- Upgrade to version 7.1
- Upgrade OnlyOffice applications (Sheet, Document, Presentation) to version 7.1
- Forms
- New question type: Date [[#811](https://github.com/xwiki-labs/cryptpad/issues/811)]
- Add Condorcet voting results to ordered list responses
- Default dark theme switch [[#759](https://github.com/xwiki-labs/cryptpad/issues/759)]: set dar ktheme as the default for the instance in `application_config.js`
- Default dark theme switch [[#759](https://github.com/xwiki-labs/cryptpad/issues/759)]: set dark theme as the default for the instance in `application_config.js`
- New FreeBSD rc.d init script

View File

@ -95,7 +95,7 @@ define([
return h('a', attrs, [icon, text]);
};
Pages.versionString = "5.3";
Pages.versionString = "5.3.0";
var customURLs = Pages.customURLs = {};
(function () {

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "cryptpad",
"version": "5.3",
"version": "5.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cryptpad",
"version": "5.3",
"version": "5.3.0",
"license": "AGPL-3.0+",
"dependencies": {
"@mcrowe/minibloom": "^0.2.0",

View File

@ -1,7 +1,7 @@
{
"name": "cryptpad",
"description": "realtime collaborative visual editor with zero knowlege server",
"version": "5.3",
"version": "5.3.0",
"license": "AGPL-3.0+",
"repository": {
"type": "git",