From 15fb76005c434cf734755e7cf3bbc389a1be7c80 Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Mon, 15 Jun 2026 22:30:20 +0200 Subject: [PATCH] =?UTF-8?q?release:=20cut=20v2.1.0=20=E2=80=94=20month=20e?= =?UTF-8?q?vent=20grid,=20drawer=20view=20tabs,=20text-cursor=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 2 ++ app/build.gradle.kts | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23bc8b3..4c5a47c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.0] — 2026-06-15 + ### Added - The month view now shows real events in each day instead of coloured dots: all-day and multi-day events render as continuous bars at the top diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1205b62..69815c2 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -28,8 +28,8 @@ android { // the tag, with versionCode = MAJOR*10000 + MINOR*100 + PATCH // (e.g. v2.0.0 -> 20000). These committed values are the dev/local // default; keep them matching the latest released tag. See docs/RELEASING.md. - versionCode = 20000 - versionName = "2.0.0" + versionCode = 20100 + versionName = "2.1.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }