release: cut v2.12.0 changelog and fastlane notes
Move the accumulated [Unreleased] section under [2.12.0] — 2026-06-28 and regenerate fastlane/.../changelogs/21200.txt from it (scripts/ sync_changelog_to_fastlane.sh), so the official F-Droid listing and the Gitea release notes both cover the release's two changes: the past-event display settings (agenda screen + widget, month/week dimming) and the overlapping-event title wrapping. versionName is already 2.12.0/21200. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [2.12.0] — 2026-06-28
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- See past events your way. Two new settings change how events that have already
|
- See past events your way. Two new settings change how events that have already
|
||||||
|
|||||||
@@ -1,3 +1,14 @@
|
|||||||
|
### Added
|
||||||
|
- See past events your way. Two new settings change how events that have already
|
||||||
|
ended are shown. **Past events** (Settings → Appearance → Agenda) lets the
|
||||||
|
agenda — both in the app and the home-screen "Upcoming" widget — keep them as
|
||||||
|
usual, dim them, or hide them from the list entirely. **Dim completed events**
|
||||||
|
(Settings → Appearance) separately fades finished events in the month and week
|
||||||
|
views. Both are off by default, an event only counts as finished once it has
|
||||||
|
actually ended (events still in progress are never dimmed), and the lists
|
||||||
|
update on their own as the day goes on. Thanks to @ptab for the suggestion
|
||||||
|
([#12]).
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Readable titles on overlapping events. In the week and day views, events that
|
- 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
|
overlap split a day into slim columns where the title used to be clipped to a
|
||||||
@@ -5,3 +16,4 @@
|
|||||||
fit, and the time is hidden on those narrow blocks so the name can fill the
|
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
|
space — so you can tell events apart without opening each one. Thanks to @ptab
|
||||||
for the suggestion ([#13]).
|
for the suggestion ([#13]).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user