github olivierlambert/calrs v1.0.0
calrs 1.0.0

latest releases: v1.0.3, v1.0.2, v1.0.1...
5 hours ago

calrs 1.0.0

The first stable release of calrs — a fast, self-hostable scheduling platform written in Rust.

Highlights

  • Unified Teams — Groups and team links merged into a single Teams concept with public/private visibility, round-robin/collective scheduling, and OIDC group sync
  • Personal Internal visibility — Any authenticated colleague can generate invite links for your event types, no team required
  • UX overhaul — Onboarding checklist, unified event types page, badge system, AJAX navigation, markdown toolbars with preview, WCAG AA contrast, keyboard focus indicators
  • Quick link generation — One-click copy-to-clipboard invite links on the Invite Links page and per-event-type invite management
  • Team booking pages — Team avatar + stacked member avatars in the sidebar, excluded members hidden
  • Complete documentation — All docs updated, 21 screenshots retaken + 3 new

⚠️ Migration note

Back up your database before upgrading. Migration 034 converts existing groups and team links into the unified teams model. Migration 035 drops the legacy tables. This is irreversible.

What's Changed

See the full CHANGELOG for the complete list of features, fixes, and breaking changes.

Install

# Docker (recommended)
docker pull ghcr.io/olivierlambert/calrs:1.0.0

# Or from source
cargo install --git https://github.com/olivierlambert/calrs --tag v1.0.0

Don't miss a new calrs release

NewReleases is sending notifications on new releases.