release: v2.12.0 — wrap event titles in week view

Bump versionName to 2.12.0 (versionCode 21200) and add the changelog.
Merging this into main triggers release.yaml, which builds, signs,
publishes and mints the v2.12.0 tag + Gitea release.

Closes #13
This commit is contained in:
2026-06-28 22:01:26 +02:00
parent 49ddb9437b
commit 93df6d6d62
2 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
### Changed
- Readable titles on overlapping events. In the week and day views, events that
overlap split a day into slim columns where the title used to be clipped to a
character or two. The title now wraps across as many lines as the block can
fit, and the time is hidden on those narrow blocks so the name can fill the
space — so you can tell events apart without opening each one. Thanks to @ptab
for the suggestion ([#13]).