Colanode
Open-source and local-first Slack and Notion alternative
Alternative to: notion, slack
v0.3.0
2025-08-02Highlights
This release contains major improvements for file handling. Colanode now uses Tus protocol for handling resumable uploads. We highly recommend for everyone who self-hosts Colanode to upgrade to the latest version for better file handling. The old endpoint for uploading files will be deprecated in future releases.
What’s Changed
- Implement inline databases by @hakanshehu in https://github.com/colanode/colanode/pull/153
- Upgrade to Tiptap v3 by @hakanshehu in https://github.com/colanode/colanode/pull/154
- Update packages by @hakanshehu in https://github.com/colanode/colanode/pull/155
- Improve file uploads and downloads by @hakanshehu in https://github.com/colanode/colanode/pull/164
- Fix app init in web by @hakanshehu in https://github.com/colanode/colanode/pull/165
- Implement filter by relation field by @hakanshehu in https://github.com/colanode/colanode/pull/166
- Add max file size settings for user by @hakanshehu in https://github.com/colanode/colanode/pull/167
- Fallback to legacy upload for older server versions by @hakanshehu in https://github.com/colanode/colanode/pull/168
- Define chunk and file part size constant by @hakanshehu in https://github.com/colanode/colanode/pull/170
- Update packages by @hakanshehu in https://github.com/colanode/colanode/pull/171
- Improve existing updates sync by @hakanshehu in https://github.com/colanode/colanode/pull/172
- Fix TUS upload url generation by @hakanshehu in https://github.com/colanode/colanode/pull/173
- Delete downloads and uploads if file is deleted by @hakanshehu in https://github.com/colanode/colanode/pull/174
- Don’t change upload id on resumed uploads by @hakanshehu in https://github.com/colanode/colanode/pull/175
- Improve upload and download handling on file delete by @hakanshehu in https://github.com/colanode/colanode/pull/176
Full Changelog: https://github.com/colanode/colanode/compare/v0.2.9…v0.3.0