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

2024.6.1
2024-07-25Goals
This is a bugfix release to address issues that were reported by Cryptpad.fr users. We took the opportunity to update the translations with some new languages contributed by the community.
Improvements
- Translations update from CryptPad Translations #1575
- Added: Español cubano, اَلْعَرَبِيَّةُ Arabic, Svenska
- Removed some languages without enough coverage
- Greek (16%)
- Romanian (36%)
Fixes
- Calendar events sometimes don’t appear when created #1551 fixed by 072dba2
- Revert the new method of counting registered users in the admin panel 4544be6
- Fix broken OnlyOffice Document #1572
- Fix printing in Code documents #1557 #1478
- Fix OnlyOffice undefined functions #1550
- Fix keyboard operation of confirm modals #1576
- Pressing Enter on the “Cancel” button triggered the “OK” button instead
Upgrade notes
If you are upgrading from a version older than 2024.6.0 please read the upgrade notes of all versions between yours and 2024.6.1 to avoid configuration issues.
To upgrade:
- Stop your server
- Get the latest code with git
git fetch origin --tags
git checkout 2024.6.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