CryptPad logo

CryptPad

End-to-end encrypted collaborative office suite

Alternative to: Google Docs, Google Workspace, Microsoft 365

CryptPad screenshotCryptPad screenshot

About Versions (100)

2024.3.1

2024-05-23

Goals

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.js file: #1474

Improvements

  • New translations from our Weblate contributors: #1491
    • Polish
    • French
    • Bulgarian
    • Hungarian
    • Basque
  • Optimize default Nginx example config: #1486
  • Add .mjs support 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:

  1. Stop your server
  2. Get the latest code with git
git fetch origin --tags
git checkout 2024.3.1
npm ci
npm run install:components
./install-onlyoffice.sh
  1. Restart your server
  2. Review your instance’s checkup page to ensure that you are passing all tests