From 3f27a47d1ed72e46fcabe7504de5978947e336b5 Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Sun, 28 Jun 2026 22:21:24 +0200 Subject: [PATCH] docs(changelog): credit Codeberg #12 (@ptab) for the past-events feature Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ed0b2..e5b75b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 **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 list updates on its own as the day goes on. + never dimmed), and the list updates on its own as the day goes on. Thanks to + @ptab for the suggestion ([#12]). ### Changed - Readable titles on overlapping events. In the week and day views, events that @@ -725,4 +726,5 @@ automatically, with zero telemetry and no internet permission. [#8]: https://codeberg.org/jlmakiola/calendula/issues/8 [#9]: https://codeberg.org/jlmakiola/calendula/issues/9 [#10]: https://codeberg.org/jlmakiola/calendula/issues/10 +[#12]: https://codeberg.org/jlmakiola/calendula/issues/12 [#13]: https://codeberg.org/jlmakiola/calendula/issues/13