Skip to content

Commit b641027

Browse files
release: v0.19.1 — version link to GitHub release
Version in dashboard sidebar now links to the GitHub release page. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4084701 commit b641027

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
8585

8686
## [Unreleased]
8787

88+
## [0.19.1] - 2026-03-13
89+
90+
### Changed
91+
92+
- **Version link in sidebar** — calrs version in the dashboard sidebar now links to the GitHub release page for that version
93+
8894
## [0.19.0] - 2026-03-13
8995

9096
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "calrs"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
edition = "2021"
55
description = "A fast, self-hostable scheduling platform. Like Cal.com, but written in Rust."
66
license = "AGPL-3.0"

templates/dashboard_base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
</div>
318318

319319
<div class="sidebar-bottom">
320-
{% if sidebar.version %}<div style="font-size: 0.7rem; color: var(--text-muted); padding: 0 0.75rem 0.5rem; opacity: 0.7;">calrs v{{ sidebar.version }}</div>{% endif %}
320+
{% if sidebar.version %}<div style="font-size: 0.7rem; color: var(--text-muted); padding: 0 0.75rem 0.5rem; opacity: 0.7;"><a href="https://github.com/olivierlambert/calrs/releases/tag/v{{ sidebar.version }}" target="_blank" rel="noopener" style="color: inherit; text-decoration: none;" title="View release notes">calrs v{{ sidebar.version }}</a></div>{% endif %}
321321
<form method="post" action="/auth/logout">
322322
<button type="submit" class="sidebar-signout">
323323
<span class="icon">&#8594;</span> Sign out

0 commit comments

Comments
 (0)