KingDownloads

colanode version history

10 releases tracked, newest first.

v0.4.7

Apr 3, 2026
- Added path-based PR tests for server and web - Added authorization checks to user role update endpoint - Updated packages - Fixed web docker build

5 downloads

v0.4.6

Feb 9, 2026
## What's Changed * Add nginx configuration for web routes (spa mode) by @hakanshehu in https://github.com/colanode/colanode/pull/319 * Add app info route and page by @hakanshehu in https://github.com/colanode/colanode/pull/320 * Send emails on workspace invitation by @hakanshehu in https://github.com/colanode/colanode/pull/321 * Web: add test setup and first tests by @ylber-gashi in https://github.com/colanode/colanode/pull/313 * Update packages by @hakanshehu in https://github.com/colanode/colanode/pull/322 **Full Changelog**: https://github.com/colanode/colanode/compare/v0.4.5...v0.4.6

5 downloads

v0.4.5

Feb 2, 2026
## What's Changed * Fix undo & redo for documents by @hakanshehu in https://github.com/colanode/colanode/pull/314 * Fix internal link handling in editor by @hakanshehu in https://github.com/colanode/colanode/pull/315 **Full Changelog**: https://github.com/colanode/colanode/compare/v0.4.4...v0.4.5

5 downloads

v0.4.4

Jan 30, 2026
## What's Changed * Add CONTRIBUTING and SECURITY policy by @ylber-gashi in https://github.com/colanode/colanode/pull/300 * Server tests setup and initial tests by @ylber-gashi in https://github.com/colanode/colanode/pull/302 * Fix workspaces routing and redirects by @hakanshehu in https://github.com/colanode/colanode/pull/309 * Fix workspace update by @hakanshehu in https://github.com/colanode/colanode/pull/310 * Add AI agent documentation (CLAUDE.md & AGENTS.md) by @ylber-gashi in https://github.com/colanode/colanode/pull/295 * Update packages by @hakanshehu in https://github.com/colanode/colanode/pull/311 **Full Changelog**: https://github.com/colanode/colanode/compare/v0.4.3...v0.4.4

5 downloads

v0.4.3

Jan 16, 2026
## What's Changed * Fix workspace create account context by @hakanshehu in https://github.com/colanode/colanode/pull/294 * Fix cleanup on account logout by @hakanshehu in https://github.com/colanode/colanode/pull/296 **Full Changelog**: https://github.com/colanode/colanode/compare/v0.4.2...v0.4.3

5 downloads

v0.4.2

Jan 15, 2026
## What's Changed * Fix otp code expiresAt parsing by @hakanshehu in https://github.com/colanode/colanode/pull/292 * Fix scroll in node modal by @hakanshehu in https://github.com/colanode/colanode/pull/293 **Full Changelog**: https://github.com/colanode/colanode/compare/v0.4.1...v0.4.2

5 downloads

v0.4.1

Jan 14, 2026
## What's Changed * Bump Valkey chart dependency to 5.1.0 by @ylber-gashi in https://github.com/colanode/colanode/pull/288 * Remove content type parsers to handle empty JSON body errors by @hakanshehu in https://github.com/colanode/colanode/pull/289 * Add tryDeleteFile utility for safe file deletion in file-upload-tus.ts by @hakanshehu in https://github.com/colanode/colanode/pull/290 * Allow decimal values in number field by @hakanshehu in https://github.com/colanode/colanode/pull/291 **Full Changelog**: https://github.com/colanode/colanode/compare/v0.4.0...v0.4.1

5 downloads

v0.4.0

Jan 11, 2026
We're excited to announce Colanode v0.4.0, a significant release that brings major improvements to both the server and client applications. This release focuses on simplifying server configuration, improving client-side navigation, and enhancing the overall user experience. **Important:** This release contains breaking changes. We recommend all self-hosters read through this post and the [self-hosting documentation](/docs/self-hosting/overview/) before upgrading. Client apps will reset local data after upgrading, requiring users to log in again and sync from the beginning. ## Server Changes ### JSON-Based Configuration The most significant server-side change is how Colanode handles configuration. Previously, everything was managed through environment variables. As our configuration options grew, this approach became unwieldy and hard to maintain. We've moved to a JSON-based configuration system where `config.json` is the primary source of truth. This gives you much more flexibility and clarity when configuring your Colanode server. Here's how the new system works: 1. **Sensible defaults are built-in.** The server runs with reasonable defaults out of the box. Yo

5 downloads

v0.3.11

Oct 23, 2025
## What's Changed * Implement a cleanup job for deleting orphan data by @hakanshehu in https://github.com/colanode/colanode/pull/242 * Fix date picker date conversion by @hakanshehu in https://github.com/colanode/colanode/pull/243 * Add Colanode Cloud plan upgrade card by @hakanshehu in https://github.com/colanode/colanode/pull/244 **Full Changelog**: https://github.com/colanode/colanode/compare/v0.3.10...v0.3.11

5 downloads

v0.3.10

Oct 15, 2025
## What's Changed * Add configurable storage backends (File, S3, GCS, Azure) by @ylber-gashi in https://github.com/colanode/colanode/pull/225 * Fix editor toolbar menu rendering by @hakanshehu in https://github.com/colanode/colanode/pull/232 * Update packages by @hakanshehu in https://github.com/colanode/colanode/pull/233 **Full Changelog**: https://github.com/colanode/colanode/compare/v0.3.9...v0.3.10

5 downloads