diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e6705ae6..edf75ffb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 89e816797..c611d608e 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -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)") ]); }; diff --git a/package-lock.json b/package-lock.json index c0878ea08..41298194f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cryptpad", - "version": "3.17.0", + "version": "3.17.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 089caf1a8..dd815c524 100644 --- a/package.json +++ b/package.json @@ -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",