CryptPad
End-to-end encrypted collaborative office suite
Alternative to: Google Docs, Google Workspace, Microsoft 365

2024.3.1
2024-05-23Goals
This minor release introduces a workaround to recover corrupted OnlyOffice documents alongside other fixes, with some improvements.
Fixes
- Workarounds for missing OnlyOffice methods: #1492
- Fix HTTP server issue with NodeJs >= v20.13.0: 4483b84
- Fix merge issues with
package.json: 7f45d59 - Fix Docker ports: #1485
- Change inactive to archived in
config.example.jsfile: #1474
Improvements
- New translations from our Weblate contributors: #1491
- Polish
- French
- Bulgarian
- Hungarian
- Basque
- Optimize default Nginx example config: #1486
- Add
.mjssupport in HTTPd example config: #1471
Upgrade notes
If you are upgrading from a version older than 2024.3.0 please read the upgrade notes of all versions between yours and 2024.3.1 to avoid configuration issues.
To upgrade:
- Stop your server
- Get the latest code with git
git fetch origin --tags
git checkout 2024.3.1
npm ci
npm run install:components
./install-onlyoffice.sh
- Restart your server
- Review your instance’s checkup page to ensure that you are passing all tests