mirror of https://github.com/xwiki-labs/cryptpad
Merge branch '5.3-rc' of github.com:xwiki-labs/cryptpad into 5.3-rc
This commit is contained in:
commit
acf0ef68d0
|
@ -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
|
||||
|
||||
|
|
|
@ -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 () {
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue