changelog and version update for 3.17.1

This commit is contained in:
ansuz 2020-05-12 11:15:23 -04:00
parent 0881341bc6
commit 9b5c1347a4
4 changed files with 17 additions and 3 deletions

View File

@ -1,3 +1,17 @@
# RedGazelle's revenge release (3.17.1)
In recent months a growing amount of our time has been going towards answering support tickets, emails, and GitHub issues. This has made it a little more difficult to also maintain a bi-weekly release schedule, since there's some overhead involved in deploying our latest code and producing release notes.
To ease our workload, we've decided to switch to producing a full release every three weeks, with an optional patch release at some point in the middle. Patch releases may fix major issues that can't wait three weeks or may simply consist of a few minor fixes that are trivial to deploy.
This release fixes a few spreadsheet issues and introduces a more responsive layout for user drives in list mode.
Updating to 3.17.1 from 3.17.0 is pretty standard:
1. Stop your server
2. Get the latest code with git
3. Restart your server
# RedGazelle release (3.17.0)
## Goals

View File

@ -107,7 +107,7 @@ define([
])*/
])
]),
h('div.cp-version-footer', "CryptPad v3.17.0 (RedGazelle)")
h('div.cp-version-footer', "CryptPad v3.17.1 (RedGazelle's revenge)")
]);
};

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "cryptpad",
"version": "3.17.0",
"version": "3.17.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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